csv-to-geojson
csv-to-geojson copied to clipboard
Convert a CSV to GeoJSON
If some rows have missing latitude/longitude, that will create invalid GeoJSON so we cannot include those rows. UI should alert user to which rows were removed from the output GeoJSON...
similar to https://github.com/gavinr/arcgis-json-to-geojson
Multithreaded, worker-enabled, etc http://papaparse.com/
I have a unix time stamp as a date property in my geojson. With the quote around the timestamp, it can't read it right (fairly obvious). Same with currency. Is...
This should also remove the warning that was set up in #9
Hi, I've - packaged different functions that were spread in app.js and the auxiliary functions into csvToGeoJSON.js (former CsvToJSON) - created the csvToGeoJSON(..) function that put things in motion -...