earth-chris / earthlib-legacy

Spectral endmembers and unmixing tools for satellite land cover mapping.
https://earth-chris.github.io/earthlib
MIT License
24 stars 3 forks source link

Unmixing refactor to better support .map() functions #46

Closed earth-chris closed 1 year ago

earth-chris commented 1 year ago

After a long battle trying to get this code to fix #12, I have given up following the replies (and lackthereof) from this post to the GEE community forum.

But I went ahead and refactored a lot of other components that I thought should be ported from the client side. The result is a slightly easier API that doesn't require initializing global variables. There are now functions for earthlib.SoilPVNPV.bySensor() that are consistent with how other functions are accessed.

Closes #12