mapbox / csv2geojson

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

Header-less CSV support? #69

Open Jmuccigr opened 6 years ago

Jmuccigr commented 6 years ago

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

andrewharvey commented 6 years ago

How would we know which column is lat and which is lon?

Jmuccigr commented 6 years ago

Ordinal, e.g.,, csv2geojson -headerless -lat 2 -lon 3 file.csv

andrewharvey commented 6 years ago

Sounds good to me.