Skip to content

Service

Daniel Santillan edited this page Mar 5, 2024 · 4 revisions

Currently two services are supported, Sentinel Hub's and VEDA's Statistical API. When adding the service section the corresponding Endpoint is expected to be configured. So if VEDA's statistical service is added it can only be done if the VEDA endpoint has also been added to the configuration.

Statistical API (SH)

Element Type Description
EndPoint string Url to endpoint, usually https://services.sentinel-hub.com/api/v1/statistics
Name string Statistical API
Type string Can be either byoc or zarr, defaults to byoc
CollectionId string Identifier of the data collection of SH
Script string Relative path (which root is taken from the assets_endpoint configured for the catalog) to a javascript evalscript

VEDA Statistics

Element Type Description
EndPoint string Url to endpoint, usually https://services.sentinel-hub.com/api/v1/statistics
Name string VEDA Statistics

XCube Server

Does not have a special configuration. Eodash automatically infers /analytics endpoint parameters from the supplied values in Resources config key.

EOxHub Notebook

Element Type Description
Name string EOxHub Notebook
Title string Descriptive title for the referenced algorithm
Url string Url to notebook preview

Example

Services:
  - Name: EOxHub Notebook
    Title: Truck detection algorithm
    Url: https://eurodatacube.com/notebooks/contributions/Detect_Trucks_Sentinel2.ipynb
Clone this wiki locally