Skip to content

0.3.0

Compare
Choose a tag to compare
@davemlz davemlz released this 20 Dec 14:00
· 395 commits to master since this release

eemont v0.3.0 馃殌

New Features

  • The tasseledCap() extended method for ee.Image and ee.ImageCollection was created.
  • The ee.App class was created.
  • The listApps() extended method for ee was created.
  • The listDatasets() extended method for ee was created.

Improvements

  • The Awesome Spectral Indices list was updated to v0.0.3.

  • Errors (#43) of the getTimeSeriesByRegion method of the ee.ImageCollection module were solved.

  • Errors (#41) of the getTimeSeriesByRegions method of the ee.ImageCollection module were solved.

  • The maskClouds(), spectralIndices(), scaleAndOffset() and preprocess() extended methods for ee.Image and ee.ImageCollection classes now support the following platforms:

Deprecation

  • The index method was deprecated for ee.Image and ee.ImageCollection.
  • The scale method was deprecated for ee.Image and ee.ImageCollection.

Contributors