Hi there,
I am trying to access with my python scripts data from Sentinel5P (in particular, NO2 products).
I am using the same syntax as in the tutorials, with Sentinel2, that is:
three_band_req = WmsRequest(layer=“NO2”,
-
bbox=canary_bbox,* -
time='latest',* -
width=512,height=856,* -
instance_id=INSTANCE_ID)*
But i keep obtaining a 400 client error, with the typename error: “TYPENAME=S2.TILE not found!”
This rises a couple of questions. Does that S2.TILE refer to Sentinel2? If that is the case, how can I refer in my data to Sentinel5P products? The INSTANCE_ID corresponds to one with a configuration of Sentinel5P, but I wonder if maybe I have to edit some other parameter of the function ‘wmsRequest’ to explicitly refer to S5P.
In case S2.TILE does not refer to Sentinel2 products, how can I solve this issue?
Thanks in advance and kind regards,
Ignacio
