Explore the possibility of making R unnecessary by implementing a [Ramer–Douglas–Peucker](http://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm) or [Visvalingam](http://bost.ocks.org/mike/simplify/) algorithm directly in Python. A Python implementation done by @migurski: https://github.com/migurski/bloch See line 223: https://github.com/NYPL/map-vectorizer/blob/master/vectorize_map.py#L223 and `simplify_map.R`: https://github.com/NYPL/map-vectorizer/blob/master/simplify_map.R via @albertsun
Explore the possibility of making R unnecessary by implementing a Ramer–Douglas–Peucker or Visvalingam algorithm directly in Python. A Python implementation done by @migurski: https://github.com/migurski/bloch
See line 223: https://github.com/NYPL/map-vectorizer/blob/master/vectorize_map.py#L223 and
simplify_map.R: https://github.com/NYPL/map-vectorizer/blob/master/simplify_map.Rvia @albertsun