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

Remove water when dumping to file #54

Closed ateucher closed 6 years ago

ateucher commented 6 years ago

For dumping final file would just require an additional WHERE statement on bc_boundary field, but designatedlands_overlaps table doesn't have that field, so will need to ensure it's there upstream

ateucher commented 6 years ago

Regardless, designatedlands_overlaps should have the bc_boundary field

smnorris commented 6 years ago

Just designatedlands_overlaps table should be dumped with marine removed? Or designatedlands as well?

ateucher commented 6 years ago

Both I think

ateucher commented 6 years ago

Actually, scratch that. the _overlaps file should have the bc_boundary field, but perhaps water should be retained in both for maximum flexibility for the user