SKIP AHEAD TO |
Update Coordinates |
Introduction
There may be a need to update/replace existing coordinates for an image e.g. a GPS reading for an outcrop due to more accurate data being made available. The command line tool provides the means to this.
![]() |
The Imago Connect+Tools application must be downloaded and installed before running the command line tool. The application provides two modes:
|
Update Coordinates
In this example I have a soil collection on the Imago Portal:
- Workspace: Blackfly Exploration
- Dataset: Soils
- Imagery Type: Soil
- Collection: Adobe Reef
- Name: G1120
I want to update the elevation from 399 to 403. This can be achieved by using the Imago Command Line Tool as follows:
"c:\Program Files (x86)\Imago\imago-tools\imago-cmd" updategeometry --user XXXXXXXX --password YYYYYYYY --filesource ZZZZZZZZ.csv
Where:
- XXXXXXXX is your login and YYYYYYYY is your password to the Imago Portal.
- ZZZZZZZZ.csv is a comma-separated file containing parameters and value(s) to be updated.
Expected values in the file are:
The key_ columns are important. The Imago Portal will effectively use these values to isolate the image to be updated and update using the remaining supplied values.
![]() |
As the command line Help states, not all values are required. However sufficient key_ values must be supplied to uniquely identify the image to be updated. |
In Excel, this is the source file to update the elevation value:
![]() |
If any key_ column is omitted, the command-line tool will not be able to complete the update and errors will be reported e.g. key_dataset. |
After running the command line tool with the source CSV file, the image elevation has been updated;
Multiple values can be updated e.g. x, y, z
![]() |
|
Click here to download the CSV file used to develop this article.
SKIP AHEAD TO |
Download Images from the Imago Portal Using the Command Line Tool |
Comments
0 comments
Please sign in to leave a comment.