From 7e8596759d92ce3e62473b6052aa68c79b02e30e Mon Sep 17 00:00:00 2001 From: "j.mei7" Date: Tue, 22 Mar 2022 20:11:49 +0100 Subject: [PATCH] more notes --- objects.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/objects.py b/objects.py index 671b82c..60104ef 100644 --- a/objects.py +++ b/objects.py @@ -1,5 +1,14 @@ + +# ! "amenity" are used very often in osm it's referreing to healtcare, police, cafe, pub, ice cream, post etc. +# ! There is defently a need to sort them more on not just take them all into a "amenity" class + +# TODO new objects: healthcare, police + +# ? offices +# ? How to handle districts + class Shop: - # TODO More optional details/attributes. Example: "website", "brand", "Telefone", "Owner" + # TODO More optional details/attributes. Example: "website", "brand", "Telefone", "Owner", "opening times" def __init__(self, _nodeIds, _name, _type): self.nodeIds = _nodeIds self.name = _name