Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csdms/wmt-metadata
Metadata for components used by the WMT.
https://github.com/csdms/wmt-metadata
Last synced: 4 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T21:24:32.000Z (almost 6 years ago)
- Last Synced: 2024-01-26T00:38:32.468Z (12 months ago)
- Language: Python
- Size: 258 KB
- Stars: 0
- Watchers: 7
- 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 executorbuild-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`.