The reverse of csv2geojson: shuttle GeoJSON points into CSV encoding.
Currently points only.
Given a valid GeoJSON object, return a CSV composed of all decodable points.
- geojson2csv also does this, but has file-assumptions and does dsv encoding in-house instead of farming it out to mbostock/dsv