Closed ehusby closed 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.
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).