1. Overview
2. Installation
3. Example of use
4. Scope of functionalities
- Download docker-compose.yml
- Configure your compose file by editing the
database
item:- Enter your username and password for accessing Copernicus Open Acess Hub to download Sentinel2 data
- select datasets and their time periods to download
- further information can be seen in the GeoSoftII_DataServer GitHub repository
- Start the docker composefile, in step 2. selected datasets will be downloaded now.
- Get an example.JSON and configure it to your desired output:
"loadcollection1"
with time period and datatype (SST or Sentinel2)"process_id"
with time period and boundingbox"process_id":"save_result"
with time period and boundingbox
- create a batchjob using the Python scripts for SST or Sentinel found in the example folder.
- Send an api-get-Request
POST /jobs/
to create a new batch job with the JSON. - Send an api-post-request
POST /jobs/{job_id}/results
to start your specified job. - Send an api-get-Request
GET /jobs/{job_id}/results
to get a download link for the specified job. - Download the result of your processed data.
Can be seen best by looking into the central functionalities of SST, NDVI and Demos