The GeoJSON to CSV parser is intended to help classic relational databases handle GeoJSON datatypes.
It’s very simple, and converts each Feature from the FeatureCollection into it’s properties and a longitude, latitude coordinates.
I built a GeoJSON to CSV parser in Python
by
Tags:
Leave a Reply