bcgov / designatedlands

Python script to combine conservation related spatial data from many sources to create a single 'Designated Lands' layer for British Columbia
Apache License 2.0
9 stars 4 forks source link

overlay command / DL.intersect() - remove or update? #89

Open smnorris opened 2 years ago

smnorris commented 2 years ago

intersect.sql query used by overlay command is out of date - the overlay query in create_designations_planarized is more efficient and does not rely on the additional ST_Safe* functions.

Note that the overlay command is not strictly necessary - we can overlay additional layers by adding them to the source list as designations. But that does get trickier to manage and a general overlay command is pretty useful.