Releases: davemlz/eemont
2025.7.1
2025.7.0
eemont v2025.7.0 🚀
Improvements
- Added
epsilon,lambdaN2,lambdaS1, andlambdaS2arguments tospectralIndices. - The Awesome Spectral Indices list was updated to v0.7.0.
- The
maskClouds()extended method foree.Imageandee.ImageCollectionclasses now supportsCloudScore+.
0.3.6
eemont v0.3.6 🚀
Improvements
-
Added
fdeltaargument tospectralIndices. -
The Awesome Spectral Indices list was updated to v0.3.0.
-
The
spectralIndices()extended method for ee.Image and ee.ImageCollection classes now supports the following platforms:
0.3.5
eemont v0.3.5 🚀
Improvements
-
Added
betaargument tospectralIndices. -
Added
lambdaNargument tospectralIndices. -
Added
lambdaRargument tospectralIndices. -
Added
lambdaGargument tospectralIndices. -
The Awesome Spectral Indices list was updated to v0.1.0.
-
The
maskClouds()extended method for ee.Image and ee.ImageCollection classes now supports the following platforms:- Harmonized Sentinel-2 MSI: MultiSpectral Instrument, Level-2A
- MOD09GA.061 Terra Surface Reflectance Daily Global 1km and 500m
- MCD15A3H.061 MODIS Leaf Area Index/FPAR 4-Day Global 500m
- MOD09Q1.061 Terra Surface Reflectance 8-Day Global 250m
- MOD09A1.061 Terra Surface Reflectance 8-Day Global 500m
- MOD13Q1.061 Terra Vegetation Indices 16-Day Global 250m
- MOD13A1.061 Terra Vegetation Indices 16-Day Global 500m
- MOD13A2.061 Terra Vegetation Indices 16-Day Global 1km
- MYD09GA.061 Aqua Surface Reflectance Daily Global 1km and 500m
- MYD09Q1.061 Aqua Surface Reflectance 8-Day Global 250m
- MYD09A1.061 Aqua Surface Reflectance 8-Day Global 500m
- MYD13Q1.061 Aqua Vegetation Indices 16-Day Global 250m
- MYD13A1.061 Aqua Vegetation Indices 16-Day Global 500m
- MYD13A2.061 Aqua Vegetation Indices 16-Day Global 1km
-
The
scaleAndOffset()extended method for ee.Image and ee.ImageCollection classes was updated and now supports all datasets included the GEE STAC (as of 2022-07-27). -
The
spectralIndices()extended method for ee.Image and ee.ImageCollection classes now supports the following platforms:- Harmonized Sentinel-2 MSI: MultiSpectral Instrument, Level-2A
- Harmonized Sentinel-2 MSI: MultiSpectral Instrument, Level-1C
- MOD09GA.061 Terra Surface Reflectance Daily Global 1km and 500m
- MOD09GQ.061 Terra Surface Reflectance Daily Global 250m
- MOD09Q1.061 Terra Surface Reflectance 8-Day Global 250m
- MOD09A1.061 Terra Surface Reflectance 8-Day Global 500m
- MYD09GA.061 Aqua Surface Reflectance Daily Global 1km and 500m
- MYD09GQ.061 Aqua Surface Reflectance Daily Global 250m
- MYD09Q1.061 Aqua Surface Reflectance 8-Day Global 250m
- MYD09A1.061 Aqua Surface Reflectance 8-Day Global 500m
0.3.4
eemont v0.3.4 🚀
Improvements
- Added Landsat-9 to
tasseledCap(r-earthengine/ee_extra#43). - Added Landsat-9 to
spectralIndices(r-earthengine/ee_extra#41). - Added Landsat-9 to
panSharpen(r-earthengine/ee_extra#40).
Contributors
0.3.3
0.3.2
0.3.1
0.3.0
eemont v0.3.0 🚀
New Features
- The
tasseledCap()extended method for ee.Image and ee.ImageCollection was created. - The
ee.Appclass 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
getTimeSeriesByRegionmethod of the ee.ImageCollection module were solved. -
Errors (#41) of the
getTimeSeriesByRegionsmethod of the ee.ImageCollection module were solved. -
The
maskClouds(),spectralIndices(),scaleAndOffset()andpreprocess()extended methods for ee.Image and ee.ImageCollection classes now support the following platforms:
Deprecation
- The
indexmethod was deprecated for ee.Image and ee.ImageCollection. - The
scalemethod was deprecated for ee.Image and ee.ImageCollection.
Contributors
0.2.5
v0.2.5
New Features
- The
panSharpen()extended method for ee.Image and ee.ImageCollection classes was created. - The
matchHistogram()extended method for ee.Image classes was created.