-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Lines 69 to 78 in 46377aa
| # OpenDroneMap GCP | |
| ## header | |
| if odm_gcp_header == 0: | |
| # this is still to understood, why ODM just allows one utm zone and that is in the header! | |
| f.write("WGS84 UTM " + str(location_utm[2]) + str(location_utm[3]) + "\n") | |
| odm_gcp_header = 1 | |
| ## line by line saving the coordinates | |
| f.write((str(location_utm[0]) + " " + str(location_utm[1]) + " " + item[3] + " " | |
| + str(points[1][0]) + " " + str(points[1][1]) + " " + file.split(os.sep)[-1]) + "\n") |
how to handle GCPs in different, neighbouring utm zones?
is the separator within the line a "space" or a "tab"?
shall we allow an input from my_gcp_list without altitude?
src: https://github.com/OpenDroneMap/ODM/wiki/Running-OpenDroneMap
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed