csv-to-geojson icon indicating copy to clipboard operation
csv-to-geojson copied to clipboard

Convert a CSV to GeoJSON

Results 6 csv-to-geojson issues
Sort by recently updated
recently updated
newest added

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...

hacktoberfest

similar to https://github.com/gavinr/arcgis-json-to-geojson

Multithreaded, worker-enabled, etc http://papaparse.com/

enhancement
hacktoberfest

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...

hacktoberfest

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 -...