Usage

XML to NPZ

  • It converts from XML to NPZ format.
COMMAND REQUIRED DESCRIPTION
--xml_file yes Path to CVAT-XML file.
--npz_file yes Path to NPZ file.

Return

NPZ file

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest cvat \
    xml2npz \
    --xml_file=<CVAT_XML> \
    --npz_file=<NPZ>