PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

Enable footprinting DG ortho imagery using image GCPs #33

Closed ehusby closed 3 years ago

ehusby commented 3 years ago

Adjustments to the output ortho xml files are explained in pgctools4 PR https://github.umn.edu/pgc/pgctools4/pull/45.

Fixed styling of the output ortho xml files so they match DG xml files (switched indents from two spaces to tabs, and removed unintentional blank lines).

ehusby commented 3 years ago

I took a look at pgc_mosaic.py. It uses xml.etree to parse the ortho xml files, and from the operations it's doing for xml parsing, I don't see the changes in this PR causing any problems with reading of the ortho xmls. I'll merge this in.