Usage
Fix ordinal suffixes
- It fixs the ordinal suffixes of XML file.
| COMMAND | REQUIRED | DESCRIPTION | 
|---|---|---|
| --xml_input | yes | Path to XML file. | 
| --xml_output | yes | Path to the output XML file. | 
Return
XML file - it contains the ordinal suffixes fixed.
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest cvat \
    fix_ordinal_suffixes \
    --xml_input=<INPUT_XML> \
    --xml_output=<OUTPUT_XML>