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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ class DateFromCadasterRule(AbstractRule):
def __call__(self, database: PostGISDatabase, geometry: str, *args, **kwargs):
"""
The current building's geometry is tested for intersection with a cadastral parcel in
A building's geometry is tested for intersection with a cadastral parcel in
the source database, if there is cadaster data for this location. There is currently
only cadastral data available for the Valencia Province in Spain, as reflected by this
rule's geographic boundary filter.
Loading