Skip to main content

Questions tagged [google-earth-engine]

Google's cloud computing platform for geospatial data & analysis at earthengine.google.com, which can be programmed using either Python or JavaScript client libraries.

google-earth-engine
0 votes
1 answer
24 views

Import multiple CSV files from local computer into the google earth engine in python

I have multiple CSV files contain different points. I want to import these files into the google earth engine using python instead of importing them one-by-one. I have written the below code but it ...
hamid mohebzadeh's user avatar
0 votes
0 answers
6 views

Extrapolate trained random forest model to create a time series using different satellites (Google Earth Engine)

I am trying to create a LULC time series from 1990-2023. To generate my time series I picked four dates that all use different satellites (Landsat 5, 7, 8 and Sentinel-1 and -2). I only have training ...
Lukka Wolff's user avatar
0 votes
1 answer
14 views

Image.reduceToVectors: First band ('slope') of image must be integral error

I tried to convert the tree cover to a polygon in google earth engine by python api. and I used these codes: dataset = ee.Image('CGIAR/SRTM90_V4') elevation = dataset.select('elevation') slope = ee....
arc py's user avatar
  • 1
0 votes
0 answers
15 views

How to do zonal statistics on a monthly composite of sentinel 2 data in GEE?

I'm using google earth engine to create a table showing monthly averages of band values, which are also averaged across some lakes. Here is an example of my code. First, I pull down the sentinel 2 ...
ifoxfoot's user avatar
  • 213
0 votes
1 answer
11 views

GEE Visual Error Using Landsat 7 Derived NDVI

I'm trying to calculate mean NDVI for the American Southwest from June through September of 2003. var geometry = /* color: #98ff00 */ /* shown: false */ /* displayProperties: [ { ...
Jason Edelkind's user avatar
0 votes
0 answers
11 views

Plot seasonal mean as a time series for several features

I would like to create a seasonal time series chart that shows a seperate line for every feature in my feature collection. I managed to plot all the NDVI values during my period of interest. So far my ...
Znerky's user avatar
  • 11
0 votes
0 answers
17 views

Property 'SR_B1' of feature 'LC08_164038_20220112' is missing

I write the following code for random forest classification, but I received error "Property 'SR_B1' of feature 'LC08_164038_20220112' is missing." var table = ee.FeatureCollection("...
mary's user avatar
  • 1
0 votes
0 answers
17 views

image.select is not a function in earth engine

this is a js code of generating time series data from google earth engine. I'm trying to extract the width of river. I'm trying to run this on earth engine to get the time series data, but i'm getting ...
AYUSH RATHORE's user avatar
0 votes
0 answers
25 views

How to Remove Landsat 7 Noise Lines From a Single Mean Image in GEE

I am trying to calculate an average NDVI layer from June through September 2011 using Landsat 7 data. I've been trying to remove the noise lines associated with Landsat 7 data after 2003 using data ...
Jason Edelkind's user avatar
1 vote
1 answer
34 views

Error during exporting of image from Google Earth Engine to Google Drive through Jupyter Notebook

Trying to export a geoTIFF file from Google Earth Engine to my Google Drive using Python code. I'm running it on Jupyter Notebook. The code works without error. The problem is that the folder "...
Sudeshna Ghosh's user avatar
0 votes
2 answers
66 views

No more Sentinel-2 data available on GEE from February 7th, 2024

I want to analyze Sentinel-2 data from January to the present, but the data is only accessible until February 7th, 2024. Here's an example of the GEE code for visualizing Sentinel-2 data in RGB, which ...
theo marichal's user avatar
0 votes
0 answers
26 views

Why are the reducer outputs shown as NULL after reduceRegion operation in Google Earth Engine?

I took two datasets - WorldCover 2020 for builtup (100m), and MODIS for LST (1km). I then aggregated the builtup data to 1km resolution as given here. Then I defined a threshold of 100,000 for the ...
Anjishnu's user avatar
0 votes
0 answers
16 views

Converting the raw DN (Digital Number) into physical unit

This code on this article is on sorting of the array (and reducing). My query is regarding the addition of 149.0 to the thermal bands in order to execute the scaling factor. The particular code ...
user18174484's user avatar
0 votes
0 answers
32 views

GEE Layer error_ Computation timed out

I am trying to extract water mask over a large collection of rapideye images using Google Earth Engine. I developed this script in the code editor of Google Earth Engine, which works perfectly for a ...
Jingyuan Huang's user avatar
0 votes
0 answers
33 views

How to ingest ERA5-Land orography to Google Earth Engine?

I would like to have elevation data associated with ERA5-Land dataset in Google Earth Engine. As far as I'm aware these data are not currently available in GEE, so I need to upload as a user asset. I ...
Shaun's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
55