Python implemetation of inv_prosail function.
def atmoscorrect(s2_img):
return S2_Toa2Lai.inv_prosail(s2_img).set('imageId', s2_img.id())
Yin, F., Lewis, P. E., Gomez-Dans, J., & Wu, Q. (2019, February 21). A sensor-invariant atmospheric correction method: application to Sentinel-2/MSI and Landsat 8/OLI. https://doi.org/10.31223/osf.io/ps957
An example UI:
GNU GENERAL PUBLIC LICENSE V3