AtefBN/esgPost
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A simple push mode publisher for ESGF data-nodes.
----------------------
Command Line Arguments
----------------------
Example:
Publish
esgpost --schema cmip5 --path /path/to/file --publish
Unpublish
esgpost --schema cmip5 --path /path/to file --unpublish
--schema, --path:
(required) Specifies mandatory metadata that cannot be harvested directly from netCDF files.
--publish / --unpublish :
(required) Specifies the type of action the user wishes to accomplish.
PS: This version generates a DRS_id that incorporates the version number of the dataset/file, this will be addressed in
future releases.