mirror of
https://github.com/DerTyp7/local-analyzer-python.git
synced 2025-10-29 20:42:09 +01:00
more notes
This commit is contained in:
11
objects.py
11
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:
|
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):
|
def __init__(self, _nodeIds, _name, _type):
|
||||||
self.nodeIds = _nodeIds
|
self.nodeIds = _nodeIds
|
||||||
self.name = _name
|
self.name = _name
|
||||||
|
|||||||
Reference in New Issue
Block a user