Closed akankshabalha closed 1 year ago
Hi, The request you are submitting is invalid.
The request is invalid because you are using the split_all
argument, which divide the requests in various subrequests splitting all lists (satellite
, year
, and month
in this case). If you check the forms, PROBA is only available from 2013.
There are workarounds, but it's not a good idea to store in the same xarray dataset variables that cover different time periods. You'd have to fill the data with NaNs.
I suggest to use two separate requests and create two separate xarray datasets, one for PROBA and one for SPOT.
Notebook description
The notebook contains monthly time series and seasonal time series and maps of albedo and temperature for year 2014-2015. Albedo data belongs to PROBA VGT. In addition to the present results, I want to add time-series and maps of albedo for year 1999-2000. The albedo data for year 1999-2000 belongs to SPOT-VGT. While downloading the data for PROBA and SPOT together, I am receiving an error message: ---------------------------------------------------------------------------
Exception: the request you have submitted is not valid. There is no data matching your request. Check that you have specified the correct fields and values.. Albedo_TwoSatellites.txt
Notebook link or upload
No response
Anything else we need to know?
No response
Environment