I have been experimenting with the GCP interface in WebODM, and I think it is something we would like to use for our work. However, the way we collect our location data for GCPs is with a Trimble Nomad running ODK collect; the short story is that we get our GCP location as Lat/Long rather than UTM. I know the projection is defined on the first line of the GCP file, like so:
+proj=utm +zone=16 +north +ellps=WGS84 +datum=WGS84 +units=m +no_defs
What I would like to know is if there are options other than “utm” for this.
Thanks for your help!