GCP to Local Grid

HI,
I have my GCP to a localised grid is there any way I can use a projection string to get my output to this grid rather than UTM?

Regards,
David

==========
IMPORTANT! Having issues processing images?

  1. Search the forum to see if this problem happened to other users.
  2. Check Issues · OpenDroneMap/ODM · GitHub and Issues · OpenDroneMap/WebODM · GitHub for similar problems.

Found nothing? Great, explain in detail the problem, making sure to:

  1. Include a link to your images! You can use https://www.dropbox.com or https://drive.google.com. No images = difficult to help.
  2. Copy/paste the entire task output (not just parts of it) for everyone to read.
  3. Did you fine tune any parameters? Which ones?
  4. If applicable, what browser are you using? What operating system? How did you install the software? Be precise.
  5. DO NOT address your message to the moderator, a core developer, or any other specific user. The forum is a place where everyone can help answer questions, not just one particular user! Be inclusive of everyone.
  6. DO NOT reply to a topic that is several months old (unless you are posting the answer to a solution). Open a new topic instead.
  7. DO be kind and polite to others.

Remove this notice before posting. Thank you so much!

1 Like

Our outputs are always in the most appropriate local UTM zone.

You can use something like QGIS for transformations to another CRS.

If the images are georeferenced, the control points must be georeferenced as well. From which two options arise: georeferencing the points or removing the georeferencing of the images.
To georeference the control points, you must know the parameters that relate them to the local system with some global system. If you knew the coordinates of at least three control points in a global reference system, we could estimate the transformation parameters that allow all control points to be georeferenced.
To remove the georeferencing of the images, a program like exiftool is necessary. Then you could say that the points are referenced in any global system in which their coordinates make sense and all derived products will be georeferenced based on that system (transformed to the UTM zone in which that global position, albeit fictitious, belongs).
I performed processing with both methods, and without a doubt the best thing is to be able to reference the points globally, but for that the position and global orientation of the local system must be known. When it is not possible to determine them, I saw no option other than to remove the georeferencing tags from the images.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.