readme.md
CDF tools
This project contains a set of files used to publish EPN-TAP compliant planetary data for AMDADB.
This data can be accessed through:
- the VESPA client;
- ADQL queries from the DaCHS server;
- or all clients implementing the EPN-TAP protocol, such as AMDADB, CASSIS or 3Dview.
Content
Projects:
- converter: the NetCDF-to-CDF converter;
- dataset_getter: download SPASE datasets and generate granules files;
- DaCHS: files required to publish granules on DacHS server;
Other directories:
- doc: documentation site for this project;
- install: installation files (to create the Python environment, build the documentation, etc.);
- examples: some example files (used to learn or test some scripts);
- specs: data model specifications (for
SPASE
orCDF ISTP
); - readme.md: this file.
After executing some script, the local folder may contain additional files:
nc2cdf
: the Python environment, generated byvirtualenv
;doc_source
: sources files for the documentation, generated bySphinx
;DATA/CDPP
: SPASE dataset files, downloaded (or generated in the case ofDATA/CDPP/Granules
) bycreate_granules.py
;log
: log repository, generated by several scripts;DaCHS/amdadb_db.sql
: the PSQL script which insert epn-tap granules on the DaCHS server, generated by./DaCHS/build_BDD.py
.
Licence
- License: GPLv3;
- Credits: CNRS/IRAP;
- contact: nathanael.jourdane@irap.omp.eu