https://github.com/csdms/wmt-metadata
Metadata for components used by the WMT.
https://github.com/csdms/wmt-metadata
Last synced: 17 days ago
JSON representation
Metadata for components used by the WMT.
- Host: GitHub
- URL: https://github.com/csdms/wmt-metadata
- Owner: csdms
- License: mit
- Created: 2016-02-04T00:23:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T21:24:32.000Z (over 7 years ago)
- Last Synced: 2025-01-02T14:16:57.564Z (over 1 year ago)
- Language: Python
- Size: 258 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wmt-metadata
This repo stores server-side metadata
for a CSDMS Web Modeling Tool (WMT) component,
consisting of
* a description file, **wmt.yaml**, and
* pre- and post-stage hooks.
It also includes a Python package with a tool
for building and installing these metadata into a WMT server.
Install this package into the Python distribution used by a WMT server.
Then,
build and install component metdata
either with the hostname of an executor
build-metadata --hostname='siwenna.colorado.edu'
or with an existing WMT config file obtained from an executor
build-metadata --config-file='wmt-config-siwenna.colorado.edu.yaml'
Note that the `--config-file` and `--hostname` keywords
are mutually exclusive.
By default,
metadata for all components is built.
Setting the `--components` keyword to the name of a single component
will build only that component.
This keyword works with either `--config-file` or `--hostname`.