Skip to content
Snippets Groups Projects

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

All threads resolved!
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -16,6 +16,7 @@
from rulelib import AbstractRule
class DateFromCadasterRule(AbstractRule):
def __call__(self, database, geometry, *args, **kwargs):
Loading