The issue of l2gen processing Landsat 5 6
Posted: Tue Apr 22, 2025 9:41 pm America/New_York
I encountered a problem while using l2gen to process the collection2 level 1 product of Landsat 5 7. Because V2025.1 currently does not support collection 2 for Landsat 57, the source code is still related to collection 1. Therefore, is the formula for converting DN values to Lt applicable to collection 2 products for Landsat 57 in the source code. Because the conversion formula for Landsat 8's collection 2 product is not the same as these two.
For example:
Landsat7: Lt = (DN * scale + offset) / 10.0
But
Landsat8: Lt = (DN * refl_scale + refl_offset) * FoBAR / PI
These two scales are completely different, one is RADIONCE.MULTIBAND_ and the other is REFELECANCE.MULTIBAND
For example:
Landsat7: Lt = (DN * scale + offset) / 10.0
But
Landsat8: Lt = (DN * refl_scale + refl_offset) * FoBAR / PI
These two scales are completely different, one is RADIONCE.MULTIBAND_ and the other is REFELECANCE.MULTIBAND