Solves this problem:
https://forum.step.esa.int/t/changes-in-band-data-after-25-jan-2022-baseline-04-00-harmonizevalues-sentinel-2-l2a-snappy/36270
Add sentinel_toolkit.colorimetry.dn_to_sentinel()
- New formula from 25.01.2022 is integrated (in fact this change made me implement all this..)
Add product module that wraps a Sentinel-2 product.
1. Product class provides tools for working with the product data like:
- Retrieving the metadata of the product
- Retrieving band sources
- Getting the band source with best resolution
- Converting product bands from DN (raw pixel values) to sentinel responses
- Uses colorimetry.sentinel_values.dn_to_sentinel()
2. ProductMetadata class provides tools for working with a product's metadata like:
- Retrieving the:
- Sensing Date
- Nodata Value
- BOA Quantification Value
- BOA Add Bands Offsets
- Solar Irradiance