Skip to content
Snippets Groups Projects

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

Compare and
11 files
+ 200
16
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -64,7 +64,9 @@ 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