Evoland-Land-Monitoring-Evolution / sentinel2_superresolution

Super-resolution of 10 Sentinel-2 bands to 5-meter resolution, starting from L1C or L2A (Theia format) products.
Apache License 2.0
56 stars 7 forks source link

The bands of the super resolution product #4

Closed firmanhadi closed 4 months ago

firmanhadi commented 5 months ago

I have finally succeeded in getting the super resolution product. The file has 10 bands. I got RGB True Color by combining band 3,2 and 1, which is different for the original Sentinel-2A (RGB 432). Is there any documentation regarding the look up table of the bands of super resolution product? For example, Band 1 equal to Band 2 in the original Sentinel-2, etc. Thanks.

jmichel-otb commented 5 months ago

Band order is: B2, B3, B4, B8, B5, B6, B7, B8A, B11, B12

paugalles commented 4 months ago

Note that in the readme B06 is repeated rather than including B07. I assume that's a typo. It says: B02, B03, B04, B05, B06, B06, B08, B8A, B11 and B12

jmichel-otb commented 4 months ago

Noted. I am planning an update to address the different issues (doc and installation) soon.

jmichel-otb commented 4 months ago

A FAQ section has been added in README with this information.