csv2geojson icon indicating copy to clipboard operation
csv2geojson copied to clipboard

magically convert csv files to geojson files

Results 17 csv2geojson issues
Sort by recently updated
recently updated
newest added

## What github issue is this PR for, if any? Fix unsafety detected by issue https://github.com/mapbox/csv2geojson/issues/73 ## What changed, and why? * Was removed `parse` function and replace by `parseRows`...

I'm using the npm install method and i'm having a terrible time working with tsv files. none of the commandline options seem to work as expected. the header line wasnt...

In previous versions, this module threw an error when lng,lat were not detected. The documentation suggests this still should happen: > Err is non-falsy if latitude and longitude values cannot...

I installed the csv2geojson v5.1.1 to my project and after that, I checked the csv2geojson.js I found a new Function declaration here! Isn't this a security problem? Is it safe...

I struggled to utilize the numeric fields option in JavaScript until I realized it needed to be entered as “numericFields”. Posting this here in case someone else finds themselves in...

I have several datasets that include a column with a geojson field, like this dataset https://recursos-data.buenosaires.gob.ar/ckan2/barrios/barrios.csv In this case it's not a point, but a Multipolygon it could be great...

I'm trying to convert a csv that is 86 mb to geojson using the command line. I installed csv2geojson as a binary. Does anyone know how to fix the following...

Is there any enthusiasm for supporting header-less CSV for which lat and lon columns would be given by number instead of name?

enhancement

#64 was buggy. The unit tests passed, but in reality the unit tests weren't doing a strict equality check so it was a false pass, https://github.com/Automattic/expect.js. Fixed in #67, but...

The [GeoJSON spec says](https://tools.ietf.org/html/rfc7946) "_Altitude or elevation MAY be included as an optional third element._". We should provide an option to specify an altitude field for use as the third...

enhancement