Skip to content
Snippets Groups Projects

Resolve "Introduce a new filter for when rules should be run based on the source ID of a building."

All threads resolved!
Compare and Show latest version
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -111,7 +111,7 @@ class AbstractRule(abc.ABC):
Returns:
bool:
True if all tests pass and False if at least one doesn't pass.
`True` if all tests pass and `False` if at least one doesn't pass.
"""
# Geographic filter, passes if the inputs coordinates lie within the boundary geometry.
Loading