Changeset 421
- Timestamp:
- 13/10/15 15:32:56 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreq/tags/01.beta.07/README.txt
r412 r421 1 1 2 2 3 python ptxt.py: to generate schema and sample from vocabDefn.txt 4 [Need to edit file to switch modes] 5 Produces vocabDefn.xml vocabSample.xml 3 The dreqPy package includes an XML document specifying the CMIP6 data request and a python API. 6 4 7 test vocabDefn.xml 5 The XML document is described in dreqML.pdf in the docs directory. 8 6 9 xmllint --schema ../../docs/vocabFrameworkSchema.xsd out/vocabDefn.xml 10 11 use xsltproc to generate schema from vocabDefn.xml 12 13 xsltproc ../../docs/xlst_xdsSchemaGen.xml out/vocabDefn.xml > out/vocab.xsd 14 15 check vocabSample.xml 16 17 xmllint --schema out/vocab.xsd out/vocabSample.xml 7 The python API is described in dreqPy.pdf, also in the docs directory.
Note: See TracChangeset
for help on using the changeset viewer.