Skip to content

Set of tools to download the most recent XML representation of the CF standard_names database, and to convert the XML to various other serialized representations.

License

Notifications You must be signed in to change notification settings

acrosby/cf-standard_names.serialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    $> ./downloadrecentxml
    $> ./convertxml -h
        usage: convertxml [-h] [-t {json,prettyjson,yaml,prettyyaml}] [-f FILE]

        optional arguments:
          -h, --help            show this help message and exit
          -t {json,prettyjson,yaml,prettyyaml}, --to {json,prettyjson,yaml,prettyyaml}
                                Specify the format for conversion to.
          -f FILE, --file FILE  Specify the input xml, if omitted will search for the
                                latest in a subdirectory named by version number.


    $> ./convertxml --to prettyyaml > my_cf_standard_names.yaml

About

Set of tools to download the most recent XML representation of the CF standard_names database, and to convert the XML to various other serialized representations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages