From ffefc997aee1f2dfae9e14869222e816ae5b57f2 Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Wed, 22 May 2024 16:05:41 +0200 Subject: [PATCH] README update SODA for VLKB params --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5174057..0847887 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab