Agri-Hub / eoProcessors

GNU Affero General Public License v3.0
0 stars 1 forks source link

Move parameters out of env vars #2

Closed fbalaban closed 5 months ago

fbalaban commented 5 months ago

Parameters of downloading data should be outside of the environmental variables of the container. Start date, end date, bbox, tile, cloud coverage and level should be part of the cli. In that way, several executions inside the container (tests also) can be executed without touching the env vars.

fbalaban commented 5 months ago

This is solved by creating the cdsetool cli wrapper: parameters are given inside the config files used to execute the "processor"