Skip to content

Checking the OpenDroneMap GCP format! #2

@hornig

Description

@hornig

gcp-osm/main.py

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

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions