From 586e24565fb33dc4f6395a28d3c1fc9e99f911f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Erard?= Date: Wed, 27 Dec 2017 14:19:28 +0100 Subject: [PATCH] update --- q.rd_examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/q.rd_examples/README.md b/q.rd_examples/README.md index b890776..a462988 100644 --- a/q.rd_examples/README.md +++ b/q.rd_examples/README.md @@ -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)_