sertit / eoreader

Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
https://eoreader.readthedocs.io/en/latest/
Apache License 2.0
271 stars 22 forks source link

ENH: Update Sentinel-2 products to support format update #11

Closed remi-braun closed 2 years ago

remi-braun commented 2 years ago

From what I see in this article:

From what we have heard at CNES, the changes will include :

  • A change in the coding of the reflectances : an offset will be added to keep the zero as no-data value, and still enable to code for zeroi or negative reflectances in the products.
  • The vector masks should be replaced by raster masks, which is probably not a simple change that you can implement with two lines of code.

The change should be put in production before the end of October

It should be easily tackled and should simplify the code (raster masks and GML removal)

remi-braun commented 2 years ago

Some samples can be found here

The deadline has been extended to the 15/11

remi-braun commented 2 years ago

Sentinel-2-product-specifications-document-V14-9.pdf

remi-braun commented 2 years ago

Done