Download data from Copernicus using MOTU Client...

Página para download e gerar API:
https://data.marine.copernicus.eu/product/WIND_GLO_WIND_L4_REP_OBSERVATIONS_012_006/download

Tutorial:
https://help.marine.copernicus.eu/en/articles/6725319-how-to-download-data-for-a-recurring-period-over-several-years-via-the-motu-client

image.png

API copiada da página para usar como referência, especialmente para obter o 'serviceID' e 'productID' e o nome das variáveis!:

python -m motuclient --motu https://my.cmems-du.eu/motu-web/Motu --service-id WIND_GLO_WIND_L4_REP_OBSERVATIONS_012_006-TDS --product-id CERSAT-GLO-BLENDED_WIND_L4_REP-V6-OBS_FULL_TIME_SERIE --longitude-min -49 --longitude-max -40 --latitude-min -3 --latitude-max 1 --date-min "2019-12-31 18:00:00" --date-max "2019-12-31 18:00:00" --variable eastward_wind --variable northward_wind --variable surface_type --out-dir --out-name --user --pwd

É necessário obter um 'username' e 'password' para poder acessar e baixar os dados!