[GIS] To import bulk data in google fusion table

google mapsgoogle-fusion-tables

I want to import bulk data into fusion table . What is the best data format should I use to import data i.e JSON ,CSV .

If I want to import data in JSON format how can I do it since on google help only way was to upload CSV files .

Best Answer

If you have geospacial data, I've had a lot of success exporting a kml from SHP and GeoJSON with QGIS and uploading that. If your comfortable with the command line the python CSV and JSON libraries are both very good and easy to use to convert JSON -> python dictionary -> CSV. Though that isn't going to work if you have geospatial data.

Related Question