Home| superdarn |src.bin|tk|reformat| maptometaxml Index

maptometaxml

Syntax
maptometaxml --help
maptometaxml [-old] name
Synopsis

Extract meta-data from a cnvmap format file and store them as an XML document.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-oldthe input file is a map format file.
namefilename of the cnvmap format file to trim. If this is omitted, the file is read from standard input.
Description

Extract meta-data from a cnvmap format file and store them as an XML document.

The XML is written to standard output.

Examples
maptometaxml -old 20040830.map > 20040830.map.xml

Extract meta-data from the file "20040830.map" and write it to the file "20040830.map.xml".