mapbox / polylabel

A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)
Other
1.44k stars 151 forks source link

add link to implementation in shapely #46

Closed jwkvam closed 6 years ago

jwkvam commented 6 years ago

Shapely is a geometry library in Python (I'm not associated with it). They have an implementation of this algorithm (in the PR). I think it would be a handy pointer for people though.

mourner commented 6 years ago

Thanks!