diff --git a/src/area.py b/src/area.py index 3541faa..ea1f6ec 100644 --- a/src/area.py +++ b/src/area.py @@ -49,7 +49,7 @@ def __init__(self, polygon, category, sub_areas = []): plot the map. Args: - polygon: Polygon - countour of the area + polygon: Polygon - contour of the area category: Category - type of area sub_areas: list - list of sub areas if any """ @@ -162,4 +162,4 @@ def components(self): # zone.split(0.2, 90, inplace=True) # house in south, it takes 40 % of the area - tools.json(zone, '/generated_city/house.json') \ No newline at end of file + tools.json(zone, '/generated_city/house.json')