Sentinel API: retrieve Sentinel product from Data Hub

Dear all,

I am trying to download Sentinel 3 OLCI Level 2 products from a Python script using the API. I use basic code lines to download at the moment a specific product using its file name (picture below).

This code doesn’t provide me the product that I need. Could you send me a Python script to download product from the Copernicus data hub ?

Thanks for your help!

Lucas

1 Like

hi,

if you have issues with the Sentinel API you better direct your question to
sentinelsat/sentinelsat: Search and download Copernicus Sentinel satellite images. Maybe create an issue.
Alternatively, for issues with the hub you can contact eosupport@copernicus.esa.int.

One thing. You should not use dhus in the URL. Better use apihub:
https://scihub.copernicus.eu/apihub

See: APIHubDescription

Thanks ! It helped me a lot.