Skip to content
Snippets Groups Projects
Commit c0b5d489 authored by Robert Butora's avatar Robert Butora
Browse files

README update SODA-pure

parent 36a8f79e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
is a web-application to access astronomical data stored in FITS-files. is a web-application to access astronomical data stored in FITS-files.
It implements SODA IVOA recommendation v1.0 (https://ivoa.net/documents/SODA/20170517/index.html). It implements SODA IVOA recommendation v1.0 (https://ivoa.net/documents/SODA/20170517/index.html).
Docker image is available in this repository and may be launched by the following **compose.yaml**. Docker image is available in this repository and may be launched by an **compose.yaml** as in this example:
```yaml ```yaml
version: '3' version: '3'
...@@ -23,15 +23,19 @@ services: ...@@ -23,15 +23,19 @@ services:
``` ```
The above configuaration assumes: The port number, ACCESS_CONTEXT_ROOT and directory to FITS-files must be adjusted for the given instance.
The above configuration example assumes:
* 'SKA' project holds FITS-files in sub-directories under: `/srv/ska/surveys` * 'SKA' project holds FITS-files in sub-directories under: `/srv/ska/surveys`
* will be accessed remotely by URL: http://<server>/ska/datasets/soda * will be accessed remotely by URL: `http://<server>/ska/datasets/soda`
* identified by SODA-param ID which is **IVOID** of the form: * identified by SODA-param ID which is an **IVOID** of the form:
`ID=ivo://<authority>/resource-key?<relative-pathname>#extnum` `ID=ivo://<authority>/<resource-key>?<relative-pathname>#extnum`
Note that the service apends **soda** to ACCESS_CONTEXT_ROOT. Note that the service apends **soda** to ACCESS_CONTEXT_ROOT.
The pathname in the ID is relative to the path in compose.yaml volume-mapping (e.g. '/srv/ska/surveys'). The pathname in the ID is relative to the path in compose.yaml volume-mapping (e.g. '/srv/ska/surveys').
The FITS extension number `#extnum` is optional. Default is the primary HDU. The FITS extension number `#extnum` is optional. Default is the primary HDU.
Data access example: Data access example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment