Questions tagged [google-earth-engine]
Google's cloud computing platform for geospatial data & analysis at earthengine.google.com.
5,824 questions
0
votes
0
answers
4
views
How can I know the number of items in a Google Earth Engine asset container?
I define a container in this context as any asset object that can contain other items. To put it in a more straight forward way, it's any asset type that will return a list when running:
ee.data....
0
votes
0
answers
30
views
Google Earth Engine (GEE)Tasks are submitted but not running
My tasks (such as NF_grid_147) have been submitted for 16 hours, but the status is still "Submitted to server" and they are not running.
0
votes
0
answers
25
views
Google Earth Engine export creates multiple tiles with gaps between them
I am working with Sentinel-2 Surface Reflectance data in Google Earth Engine and exporting a multi-band composite (spectral bands + vegetation indices) for further analysis in ArcGIS Pro.
My workflow ...
0
votes
0
answers
24
views
Low Kappa (~0.6) in Sentinel-2 LULC classification (built vs bare confusion in arid urban area)
I am performing a LULC classification for Marrakech in Google Earth Engine using Sentinel-2 (10 m, Jan–Apr 2025 composite) with a Gradient Tree Boost classifier (ee.Classifier.smileGradientTreeBoost). ...
0
votes
0
answers
28
views
The difference between GEE S2_SR_HARMONIZED band reflectance and band reflectance data that is downloaded in Copernicus Browser
I am using Sentinel-2 L2A S2-SR-HARMONIZED data in Google Earth Engine.
Why can the band reflectance values at the same latitude and longitude differ between the band reflectance obtained from GEE and ...
0
votes
1
answer
32
views
Applying scale factors in Google Earth Engine
I'm confused about applying scale factors in Google Earth Engine. I run this and got the error "drivers.map is not a function"
var drivers = ee.Image('projects/landandcarbon/assets/...
0
votes
0
answers
38
views
Land use and land cover classification error in GEE
I am trying to create LULC map for the district but I always have some error, usually user memory exceeded or No valid training data were found. Or problems with RGB(RGB: Tile error: An internal error ...
0
votes
1
answer
49
views
Products no longer updated
For a project, I was using the following GEE products
For an RGB image: MODIS/061/MYD09GA
For the NDVI index: MODIS/061/MOD09GA
FLST: MODIS/061/MOD11A1, MODIS/061/MYD11A1, NASA/VIIRS/002/VNP21A1D
But ...
1
vote
1
answer
35
views
Coverage fraction pixels display correctly in GEE map (0–1) but exported CSV shows 1 everywhere
I am extracting data from a polygon from Landsat and calculating coverage fraction. When plotting on the map, one can clearly see (1) the polygon shape (red), (2) the Landsat clip to the shape (yellow,...
0
votes
0
answers
24
views
Setting GEE layer palette color to transparent [duplicate]
I'm a beginner with Google Earth Engine and I need to use it for a project that involves creating a buffer over solar panels. However, I'm encountering a number of problems that are preventing me from ...
0
votes
1
answer
101
views
Downloading data from Google Earth/Google Maps onto ArcGIS Pro
Does anyone know how I can download landmarks from Google Maps/Google Earth onto ArcGIS Pro? For example, if I want a shapefile of all restaurants in a given area, how can I download this data from ...
0
votes
0
answers
88
views
ee.Reducer.count() producing incorrect number of pixels during aggregation
I am calculating the number of pixels in a 30m image whose centroids are within a 100m image's pixels. I have done this many times before but noticed something strange upon exploring further today. To ...
0
votes
0
answers
27
views
Why does the save button turn white but not save anything? Google Earth Engine
I make a change to the code and press the 'save' button, it turns white, but when I reload the page, my changes have disappeared.
0
votes
0
answers
20
views
What is the feature importance method used by Earth Engine classifier?
I'm trying to perform some classification with Google Earth Engine and convince colleagues to go from an object based classification to a pixel based one. I've shown them the power of EE on this topic ...
1
vote
0
answers
58
views
Drive storage quota has been exceeded for service account when exporting image using Google Earth Engine Python API
The new Service Accounts of Google does have quota 0 on Drive, which means that the service account cannot export stuff to it's own Drive, and it will receive a 403 error instead.
For drive specific ...