Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -24,7 +24,7 @@ class DateFromCadasterRule(AbstractRule):
Find the date when a building was built from the cadaster data.
Args:
parcels_db (database):
database with geometries and parcel ids from the cadaster data sources.
database with geometries and parcel IDs from the cadastral data sources.
buildings_db (database):
database with the construction years for the buildings, and a parcel ID to tie
the buildings to a parcel and thus a geometry.
Loading