Skip to content

mujeebishaque/SIAC_GEE_PY

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feng Yin

Department of Geography, UCL

DOI DOI

Python implemetation of inv_prosail function.

Use like this:

def atmoscorrect(s2_img):
    return S2_Toa2Lai.inv_prosail(s2_img).set('imageId', s2_img.id())

Reference:

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:

SIAC_GEE_UI

LICENSE

GNU GENERAL PUBLIC LICENSE V3

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • JavaScript 2.9%