r-earthengine / ee_extra

A ninja python package that unifies the Google Earth Engine ecosystem.
https://ee-extra.readthedocs.io/
Other
61 stars 10 forks source link

Migrate `panSharpening` module from `eemont` #35

Closed aazuspan closed 2 years ago

aazuspan commented 2 years ago

This PR (along with #29 and #33) closes #28 by adding the panSharpening module to ee_extra.Algorithms. Four sharpening algorithms (SFIM, PCS, SM, and HPFA) are currently implemented. Docs and tests are also added for the module.

The PR also makes some other changes that arose while adding panSharpening:

davemlz commented 2 years ago

Amazing, @aazuspan! Thanks a lot! :D

I'm merging this PR! :rocket: