Colocation tool allows to:
- pre-download into cache files copernicus data colocated with a full batch of in-situ observations, grouped by spatio-temporal criteria (a.k.a. medium cubes)
- download remaining missing colocated copernicus data for a specific set of observations
- output colocated data as a {"Format still to be defined - either dataset or dataframe or netCDF"}, for each observation, using colocation limits criteria (a.k.a mini-cubes)
- display colocated data
To use this tool:
- make sure you installed the required libraries:
pip install -r requirements.txt
- locally update you copernicus credentials (you only need it once):
import copernicusmarine
copernicusmarine.login()
- update the configuration file: Colocation_cfg.py
- run the tool: python Colocation.py
To be written
To be written
To be written