Context
As mentioned in this article, the WEkEO DIAS provides multiple Earth Observation data from Sentinel missions.
When downloading data via the HDA API , some parameters (mandatory or optional) are required for the query to be processed.
Changes in the API endpoint for access to Sentinel data is being deployed and the WEkEO HDA is being updated to reflect that change. A script update of some parameters is therefore required.
πNote: if you download data from the Expert Data Viewer, the parameters are already updated and no further action is needed.
Let's see which parameters are changing, according to the Sentinel mission! πͺ
π‘WEkEO Pro Tip: only changed parameters are listed below; if a parameter is not specified, no change has been applied. If you are not sure and/or you face an issue, you can double check the parameters by calling the metadata()
function for the dataset_id
of interest:
from hda import Client
hda_client = Client()
hda_client.metadata(dataset_id)
β οΈ This present list is not exhaustive: please contact the User Support if you encounter an issue with another parameter not listed below.
Sentinel attributes updates
Sentinel-1
Attribute | Old value | New value |
| VV+VH VH+VV HH+HV HV+HH | VV VH VH VV HH HV HV HH |
| ascending descending | ASCENDING DESCENDING |
Sentinel-2
Attribute | Old value | New value |
| LEVEL1C LEVEL2A LEVEL2AP | S2MSI1C S2MSI2A S2MSI2AP |
Sentinel-3
Attribute | Old value | New value |
| LFR LRR LST LAN | OL_2_LFR___ OL_2_LRR___ SL_2_LST___ SR_2_LAN___ |
| LEVEL1 LEVEL2 | 1 2 |
| ascending descending | ASCENDING DESCENDING |
| Near Real Time Short Time Critical Non Time Critical | NR ST NT |
πNote: here are more information on the productType
, processingLevel
and timeliness
attributes for Sentinel-3 mission.
Sentinel-5P
Attribute | Old value | New value |
| LEVEL1B LEVEL2 | L1b L2 |
| Near+Real+Time Offline Reprocessing |
DO NOT USE ANY |
What's next?
Additional resources can be found in our Help Center. Should you require further assistance or wish to provide feedback, feel free to contact us through a chat session available in the bottom right corner of the page.