Commit ffefc997 authored by Robert Butora's avatar Robert Butora
Browse files

README update SODA for VLKB params

parent b19801b0
Loading
Loading
Loading
Loading
+13 −9
Original line number Diff line number Diff line
@@ -3,7 +3,10 @@
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).

Docker image is available in this repository and may be launched by an **compose.yaml** as in this example:
*It can be used with vlkb-siav2 (https://ict.inaf.it/gitlab/ViaLactea/vlkb-siav2) to provide complete data discovery and access service.*


The SODA docker image is available in this repository and may be launched by an **compose.yaml** as in this example:

```yaml
version: '3' 
@@ -53,6 +56,8 @@ cuts the file `/srv/ska/surveys/some/path/somefile.fits`.

The root URL `http://localhost:18019/ska/datasets/soda` returns the service descriptor.



## SODA for VLKB

Additionally to SODAv1 it also provides VLKB-specific functions:
@@ -63,20 +68,19 @@ Additionally to SODAv1 it also provides VLKB-specific functions:
- can create and hold a cut-file server-side for later download, and
- provides count of undefined values in the cut-file

If the cuts are hold server-side also the following needs ot be configured:

The service consists of
* RESPONSE_FORMAT : application/x-vlkb-xml (default is application/fits)
* URL_CUTOUTS : server-side cuts can be downloaded form this URL

- **vlkb-soda** web-application and associated **vlkbd** daemon to access FITS file contents based on VO SODA
- **vlkb** command line utility to perform some of the functionalities of the web-applications on command line

It can be used with vlkb-siav2 to provide complete data discovery and access service:
- **vlkb-siav2** web-application and associated **vlkb-obscore** command line tool based on VO ObsCore table
## Installation

The vlkb-siav2 web-app is available from https://ict.inaf.it/gitlab/ViaLactea/vlkb-siav2 .
The service consists of

Dockerized version is available from this projects registry git.ia2.inaf.it:5050/vialactea/vlkb-soda.
- **vlkb-soda** web-application and associated **vlkbd** daemon to access FITS file contents based on VO SODA
- **vlkb** command line utility to perform some of the functionalities of the web-applications on command line

## Installation

There are rpm, deb and war packages avaialable for Debian, CentOS and Fedora.