API Python: Download one Netcdf file from a product

Dear all,

I am currently working on OLCI L1 EFR products. On Python, I am using the Python Sentinel API to download the products. I would need to download only the NetCDF file “quality_flags” from the OLCI L1 products. Do you know how I could do it using Sentinel Python API?

Thank you very much,

Lucas

I believe you are referring to SentinelSAT, a community developed python programme that is not linked to SNAP (, ESA or the Copernicus programme).

From a quick read through their documentation and after a quick look at their github issues it is clear that this feature is not there.

Note that this is supported through the ESA official ODATA API, perhaps you can use python with something like Requests to code your own function to achieve your goal.