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

Combine overlaps #36

Closed ateucher closed 7 years ago

ateucher commented 7 years ago

Many changes - started with the ability to combine the layers while keeping overlaps and some more attributes, but also tried to deal with some issues where small gaps were appearing in overlay outputs, and made more options to dump.

Closes #33 and partly addresses #26, however the code to generate the raw layer (with overlaps and names) is still too duplicative of the code to combine while removing overlaps.