Is there a straightforward way to load a .csv file into Simplegeo Storage? I don’t have great coding skills and I’m trying to get things set up so I can ask a freelancer to create some maps for my app. If someone has existing code to do this I can probably figure out how to make it work for my situation.
Share
I just skimmed over the api. Here’s a basic example in python
Assumed csv format:
python
After a bit more digging, I found a python example on their site for this exact purpose
https://simplegeo.com/docs/tutorials/general-hackery#how-import-csv-file-simplegeo