nst-guide / data

Create map waypoints and layers from open data sources
https://nst-guide.github.io/data/
GNU General Public License v3.0
6 stars 0 forks source link

Generate labels for land management polygons #44

Closed kylebarron closed 4 years ago

kylebarron commented 4 years ago

e.g. for national forests, national parks, wildernesses, also include a point layer for each that has its label at the polygon's pole of inaccessibility. You can use shapely to find the pole of inaccessibility

https://github.com/Toblerity/Shapely/blob/master/shapely/algorithms/polylabel.py

kylebarron commented 4 years ago

Generate a polylabel point for each polygon for multipolygons?

kylebarron commented 4 years ago

Fixed with https://github.com/nst-guide/data/commit/afb3c9d53a00aa2866d50f2e512ea685f104d3f2