Skip to content
Snippets Groups Projects

Resolve "Create a rule that gets the construction date from cadaster data for Tabula dataset."

Compare and Show latest version
2 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -64,9 +64,7 @@ class ObmBuildingsInformation:
"""
database.cursor.execute(sql_statement)
for osm_id, tags in database.cursor:
building_information["relations"].append(
{"osm_id": osm_id, "tags": dict(tags)}
)
building_information["relations"].append({"osm_id": osm_id, "tags": dict(tags)})
# Get the attributes of the POIs inside the building
sql_statement = f"""
Loading