mapbox / csv2geojson

magically convert csv files to geojson files
http://mapbox.github.io/csv2geojson/
MIT License
364 stars 82 forks source link

Option to parse a column value as int rather than string while conversion? #57

Closed csbandi closed 6 years ago

csbandi commented 6 years ago

Hey, I have a dataset that has additional data besides lat,long (let's call it "count") that holds a number. When I use the csv2geojson tool, "count" is treated as string while generating the geojson.

Is there way/option/argument that I can pass suggesting the datatype for a particular column?

andrewharvey commented 6 years ago

@csbandi did you want to try out #64?