eemont icon indicating copy to clipboard operation
eemont copied to clipboard

A python package that extends Google Earth Engine.

Results 13 eemont issues
Sort by recently updated
recently updated
newest added

**Is this a Feature Request for eemont or for eeExtra?** eemont **Is your feature request related to a problem? Please describe.** I have been trying to compute spectral indices listed...

enhancement

Hi @davemlz ! I just found a VERY weird behavior in `eemont 0.2.5`. Before importing the `eemont`, the following code excerpt works perfectly: ``` import ee ee.Initialize() image = ee.ImageCollection("COPERNICUS/S2_SR").first().set("lon",5.9053,...

bug

Hi @davemlz ! Thanks for creating the amazing `eemont` and making it public. I love its `maskClouds` method but see that it currently only supports Surface Reflectance products. However, for...

enhancement

Use code-blocks from sphinx! :)

documentation
enhancement

** Feature Request for eemont or ee extra** Hello Dr David Congratulations for nice contribution to making easy use of GEE. I request to add in your eemont package few...

enhancement

Hi @davemlz! I don't think this is really an eemont bug, but I'm wondering if you know of a good workaround or if maybe there's an eemont feature that could...

bug

**Describe the bug** I am trying to use geemap,eemont and ee to derive some indices from sentinel-2 dataset from GEE python API in VSCode. the problem is that some methods...

bug

**Describe the bug** I am using `eemont` to preprocess a series of Sentinel-2 L2A images. Unfortunately, it cannot preprocess certain images as follows. **To Reproduce** ``` import ee, eemont ee.Initialize()...

bug

Add new dataset https://developers.google.com/earth-engine/datasets/catalog/NASA_HLS_HLSL30_v002 Harmonized Landsat Sentinel

enhancement

Hi, GEE recently recommended switching to COPERNICUS/S2_HARMONIZED and COPERNICUS/S2_SR_HARMONIZED. I am not sure if the .preprocess() supports COPERNICUS/S2_SR_HARMONIZED natively, but I ran into errors running .preprocess() on the S2_SR_HARMONIZED image...

bug