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
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,8 @@ class DateFromValencianCadasterRule(AbstractRule):
Source database that contains the cadastral data, including the two necessary
tables `parcels` and `cadaster_buildings`.
geometry (str):
Geometry of the building being currently processed.
Geometry of the building being currently processed. The geometry is a WKT
formatted string wrapped in th `ST_GeomFromText()` function.
Returns:
Integer that represents the building's construction year.
Loading