Search found 4 matches

by markz
19 Jul 2016 22:03
Forum: DOS Batch Forum
Topic: Batch command to extract position of wildfire photos
Replies: 10
Views: 8406

Re: Batch command to extract position of wildfire photos

We are deploying to a fire tomorrow in Yosemite, so I've only had time to work on Compo's code. As well I am very slow as a neophyte. 1) the batch file version runs on my PC and creates the CSV. On the command center's PC the batch file will only run while on my thumb drive. When the .bat and .ps1 a...
by markz
11 Jul 2016 23:56
Forum: DOS Batch Forum
Topic: Batch command to extract position of wildfire photos
Replies: 10
Views: 8406

Re: Batch command to extract position of wildfire photos

The script from Compo mostly works, the others had errors. Compo's script displayed exactly the right data, but wouldn't save a file, so I cut and pasted. It worked perfectly with Pix4D. Is there a way to save to a filename.csv? Thank-you very much to everyone. This could be helpful for wildfire fig...
by markz
11 Jul 2016 20:11
Forum: DOS Batch Forum
Topic: Batch command to extract position of wildfire photos
Replies: 10
Views: 8406

Re: Batch command to extract position of wildfire photos

Thank-you everyone, very much. I'm new to PowerScript, but I got your scripts to work, somewhat. Here are notes on the three different versions: Summary: #1 from Aacini in Mexico City: Both the first and simplified produced errors, and no PhotoPositions.CSV file #2 from Compo: This worked the closes...
by markz
10 Jul 2016 23:25
Forum: DOS Batch Forum
Topic: Batch command to extract position of wildfire photos
Replies: 10
Views: 8406

Batch command to extract position of wildfire photos

Hello, I would appreciate help defining a DOS Batch command to extract a text string from a series of XML files, and place those strings as comma separated value on separate lines in a single .CSV file: PhotoPositions.CSV Filename1.XML,LatitudeDeg,LongitudeDeg,AltitudeMeters Filename2.XML,LatitudeDe...