image locations json file

Hi, 

How can i convert the image location file in json to a csv where the values fall under the respective column- specifically, what is the separator for the values? i tried comma, brackets, but it’s not working. Thanks

Hi Anand,

Has this to do something with Pix4D processing? With what tool do you try to convert json to csv?

Hi Momtanu,

Thanks for responding. I’m trying to get the json file with the image coordinates into a csv format (column headings and associated data listed below) to read into arcGIS as a text file. I’ve been using a text editor, but i can’t figure what is the appropriate separator. Any guidance would be greatly appreciated. Thanks@

 

a

Hi Anand,

You can do it in Python (comma should work, I can’t really say why it is not working): http://blog.appliedinformaticsinc.com/how-to-parse-and-convert-json-to-csv-using-python/Otherwise there are some online tools as well.