Blame view

readme.md 1.76 KB
5ab287f2   Nathanael Jourdane   First commit
1
2
# CDF tools

dd534f05   Nathanael Jourdane   Improve documenta...
3
This project contains a set of files used to publish EPN-TAP compliant planetary data for AMDADB.
5ab287f2   Nathanael Jourdane   First commit
4

dd534f05   Nathanael Jourdane   Improve documenta...
5
6
7
8
9
This data can be accessed through:
- the [VESPA client](http://vespa.obspm.fr/planetary/data/epn/query/all/);
- ADQL queries from the [DaCHS server](http://amda-epntap.irap.omp.eu/__system__/adql/query/form);
- or all clients implementing the EPN-TAP protocol, such as [AMDADB](http://amda.cdpp.eu/),
[CASSIS](http://cassis.irap.omp.eu/) or [3Dview](http://3dview.cdpp.eu/).
5ab287f2   Nathanael Jourdane   First commit
10

dd534f05   Nathanael Jourdane   Improve documenta...
11
## Content
5ab287f2   Nathanael Jourdane   First commit
12

dd534f05   Nathanael Jourdane   Improve documenta...
13
Projects:
5ab287f2   Nathanael Jourdane   First commit
14

dd534f05   Nathanael Jourdane   Improve documenta...
15
16
17
- [converter](./converter): the [NetCDF-to-CDF converter](./converter/usage.md);
- [dataset_getter](./dataset_getter): download SPASE datasets and generate granules files;
- [DaCHS](./DaCHS): files required to publish granules on DacHS server;
5ab287f2   Nathanael Jourdane   First commit
18

dd534f05   Nathanael Jourdane   Improve documenta...
19
Other directories:
5ab287f2   Nathanael Jourdane   First commit
20

dd534f05   Nathanael Jourdane   Improve documenta...
21
22
23
24
25
- [doc](./doc): documentation site for this project;
- [install](./install): installation files (to create the Python environment, build the documentation, etc.);
- [examples](./examples): some example files (used to learn or test some scripts);
- [specs](./specs): data model specifications (for `SPASE` or `CDF ISTP`);
- [readme.md](readme.md): this file.
5ab287f2   Nathanael Jourdane   First commit
26

dd534f05   Nathanael Jourdane   Improve documenta...
27
After executing some script, the local folder may contain additional files:
5ab287f2   Nathanael Jourdane   First commit
28

dd534f05   Nathanael Jourdane   Improve documenta...
29
30
31
32
33
34
35
- `nc2cdf`: the Python environment, generated by `virtualenv`;
- `doc_source`: sources files for the documentation, generated by `Sphinx`;
- `DATA/CDPP`: SPASE dataset files, downloaded (or generated in the case of `DATA/CDPP/Granules`) by
`create_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`.
5ab287f2   Nathanael Jourdane   First commit
36

dd534f05   Nathanael Jourdane   Improve documenta...
37
## Licence
5ab287f2   Nathanael Jourdane   First commit
38
39
40
41

- License: [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html);
- Credits: CNRS/IRAP;
- contact: nathanael.jourdane@irap.omp.eu