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

Fix tiny gaps in output #37

Closed ateucher closed 6 years ago

ateucher commented 7 years ago

When the outputs are aggregated across tiles sometimes tiny gaps (<10cm) remain where tile edges were. These are more common in the results of the overlay operations, but also occur in the main output.

It doesn't affect numerical results because the gaps are so small, but you can see them when the polygons have an outline, and they make unnecessarily complex polygons.

capture