Skip to content
Snippets Groups Projects

Resolve "Change the processing of the `stories` rule to a `height` GEM Taxonomy tag"

Compare and Show latest version
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -48,8 +48,6 @@ class HeightAndFloorspaceRule:
if stories:
gem_taxonomy_height.append(stories)
# TODO: add the height attribute from OSM
# If any of the number of stories and height are found in OSM, these are returned.
if len(gem_taxonomy_height) > 0:
return {
@@ -57,8 +55,6 @@ class HeightAndFloorspaceRule:
"floorspace": floorspace,
}
# TODO: add the stories attribute from GHSL
return {"height": None, "floorspace": None}
def get_stories_and_floorspace_from_osm(self, tags: dict, area: float):
Loading