Can I access Sentinel-3, Sentinel-5P and Copernicus Land Monitoring Services in Sentinel Hub?

With deprecation of Sentinel Hub on creodias.sentinel-hub.com on March 31, 2025, Sentinel-3, Sentinel-5P and Copernicus Land Monitoring Services are no longer accessible via sentinel-hub.com. 

In order to access the data, you need to create an account on the Copernicus Data Space Ecosystem (CDSE). Below links offers example scrips to access those data via CDSE; 

https://documentation.dataspace.copernicus.eu/APIs/SentinelHub/Process/Examples/S3OLCI.html

https://sentinelhub-py.readthedocs.io/en/latest/cdse.html

You need to use an OAuth clients created in your CDSE account, and also need to define the datasource when adjusting your script.

DataCollection.SENTINEL3_OLCI.define_from(
name="s3", service_url="https://sh.dataspace.copernicus.eu"
),
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.