Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Erard committed Dec 27, 2017
1 parent 74f5ecb commit 586e245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions q.rd_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Resource Descriptor files (`q.rd`) and scripts.

## List of available examples

* [Generic service](generic): A generic `q.rd` file based on the Vega/IKS service at Obs. Paris _(outdated: this only describes the epn_core table, irrelevant when using the `epntap2` mixin)_
* [Generic service](generic): A generic `q.rd` file based on the Vega/IKS service at Obs. Paris _(caution: this only describes the epn_core table, may be irrelevant when using the `epntap2` mixin)_
* [HISAKI service](hisaki): This test service is based on a sample of the Japanese Hisaki data; it is configured with an external script that fills in the database, and is proposing an `s_region` implementation _(outdated: to be updated with the `epntap2` mixin)_
* [IKS service](iks): Test service for IKS/Vega-1 spectra. Metadata are derived from PDS3 files and completed with extra information. Now uses the `epntap2` mixin and csv Grammar.
* [IKS service](iks): Test service for IKS/Vega-1 spectra. Metadata are derived from PDS3 data files and completed with extra information under IDL. Now uses the `epntap2` mixin and csv Grammar.
* [Illu67p](illu67p): This example service has been developed by the CDPP team in Toulouse. It used the new epntap2 mixin feature and a customGrammar to fill the database through DaCHS during the `import` step.
* [IRTF Orton](irtf_orton): This service is using a simple `q.rd` file, and an external Python script to fill the database. This is based on ground based IR observations of Jupiter, in support of Juno. _(outdated: to be updated with the `epntap2` mixin)_
* [Kronos](kronos): This service is a (way too!) complex example of connexion to external database (using PgSQL Foreign Data Wrappers), based on the Cassini/RPWS/HFR database at Obs. Paris, in Meudon. _(outdated: to be updated with the `epntap2` mixin)_
* [myPoly](mypolyb): This a test service that implements `s_region` with the `sPoly` type from PgSphere.
* [ObsNancay NDA-old](nancay_dam): This is an old version of the Nancay Decameter Array service. _(outdated: to be updated with the `epntap2` mixin)_
* [ObsNancay NDA-new](nda-epntap2-mixin-customGrammar): This the new version of the previous example. This example proposes a complete tutorial for setting up similar services (using daily CDF files). It contains the `epntap2` mixin and uses a customGrammar.
* [Planets](planets): A small generic service, with the main parameters of Solar System planets. Now uses the `epntap2` mixin and csv Grammar.
* [Planets](planets): A small generic service, with the main parameters of Solar System planets. Illustrates a service built from a csv file. Now uses the `epntap2` mixin and csv Grammar.
* [PDS_speclib](PDS_speclib): For PDS spectral library service. Uses the `epntap2` mixin and csv Grammar.
* [spectro_planets](spectro_planets): For Telescopic Planetary Spectra collection. Uses the `epntap2` mixin and csv Grammar.
* [VVEx](vvex): An example service for VIRTIS-VEx data using IDL to build the ingestion SQL script. _(outdated: to be updated with the `epntap2` mixin)_
Expand Down

0 comments on commit 586e245

Please sign in to comment.