-
Notifications
You must be signed in to change notification settings - Fork 20
ESGFNode|Publisher
Stephen Pascoe edited this page Apr 9, 2014
·
9 revisions
Wiki Reorganisation |
---|
This page has been classified for reorganisation. It has been given the category MOVE. |
The content of this page will be revised and moved to one or more other pages in the new wiki structure. |
- Repo : Find the esgcet packages here
-
Publication tutorial : The first introduction you should read regarding ESGF publication.
-
Publication scripts : description on the scripts that are part of the publication package.
-
Configuration Reference : description on the main configuration file (normally at
$HOME/.esgcet/esg.ini
)
The publisher records all datasets available at the data node in the postgres
database. The schema is defined in the esgcet.model
package using the
SQLAlchemy object relational mapper. The schema is
summarised below using UML.
Version 2 will support full CRUD operations and versioning.
TODO: detail the format of the THREDDS catalogues created by esgpublish
.