davemlz / eemont

A python package that extends Google Earth Engine.
https://eemont.readthedocs.io/
MIT License
407 stars 69 forks source link

Deprecation of index() and scale() #10

Closed davemlz closed 3 years ago

davemlz commented 3 years ago

index() will be renamed as spectralIndices(), and scale() will be renamed as scaleAndOffset() to avoid confusion.

davemlz commented 3 years ago

spectralIndices() and scaleAndOffset() methods were added (https://github.com/davemlz/eemont/commit/a9bd55f22b908298dc5cb8b36414373cc7834d06).

Tests are pending.

davemlz commented 3 years ago

Tests were added and passed (https://github.com/davemlz/eemont/commit/57985406e8d3e0303505048937690ecc6afd97be).