planetfederal / geodroid-server

Apache License 2.0
3 stars 4 forks source link

Document how to use a CSV file #2

Open jj0hns0n opened 10 years ago

jj0hns0n commented 10 years ago

I put a csv file (from geocommons http://geocommons.com/overlays/152668.csv) into my GeoData dir and it doesnt show up in my list of available layers. Guessing I need to add some kind of sidecar file or otherwise tell jeo and/or the app which are the lat and lon columns.

jdeolive commented 10 years ago

A couple of issues. First being that the csv driver was not being brought in as a depedency. See jeo/jeo-android#1.

Also for this this particular csv a few parsing bugs in the driver:

And finally yes, for this file it will be necessary to specify a few additional options in order to figure out the lat / lon columns. See jeo/jeo#9.