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 output with various admin or ecological definitions #21

Closed ateucher closed 7 years ago

ateucher commented 7 years ago

Usage could be something like:

python conservationlands.py overlay data/bec.shp –o conservationlands_x_bec.shp OR python conservationlands.py overlay "data/bec.shp, data/eco.shp, data/admin_regions.shp" –o conservationlands_soup.shp

ateucher commented 7 years ago

I think that the layer that is being intersected should be clipped to the same provincial boundary layer used in #4.

smnorris commented 7 years ago

Agreed, all data should be clipped to that boundary. The boundary definition will have to include some kind of a marine extent as well.