Skip to main content

Questions tagged [google-earth-engine]

Google's cloud computing platform for geospatial data & analysis at earthengine.google.com.

0 votes
0 answers
40 views

I cannot save the output of snic segmentation

This is my fist algorithm in GEE. I am trying to write snic akgorithm to get 6-band-segmented image. I cannot save the result of snic segmentation to Google Drive. How to I save the segemented image ...
RNM's user avatar
  • 1
-1 votes
0 answers
14 views

How to create a boxplot in GEE using JS code editor?

I have an image with all the required BoxPlot values as an individual band. I want to create a boxplot for each pixel when I click on it. Do you know how I can do that? combinedImage Image (7 bands) ...
Abinash Silwal's user avatar
0 votes
1 answer
26 views

Biweekly means of ERA5 data

I want to download the biweekly means of certain periods May-Sep of ERA5 data within a certain roi. (Mainly just Air/Soil Temp and Precip. The code I provided I just filtered for 2 weeks then applied ....
Ekkehardt Rosasee's user avatar
0 votes
1 answer
23 views

What causes geemap.extract_values_to_points() to produce such inconsistent results?

I'm trying to get the average pixel values over a period of time. I used two methods: (a) using .mean() to reduce ImageCollection first and then extract pixel values from the reduced image. (b) ...
LChen's user avatar
  • 13
1 vote
1 answer
48 views

Measure river width using GEE

I am trying to measure river width using GEE, but everytime this error coming up Feature collection( error) Image.clip: Parameter 'input' is required. // Goal: calculate river centerlines and widths ...
A Roy's user avatar
  • 11
0 votes
1 answer
60 views

Cloud Masking for Landsat 8 (LANDSAT/LC08/C02/T1_L2) in Google Earth Engine

I am trying to mask clouds in Landsat 8 surface reflectance imagery but I am getting a white output (Left image below) - the expected imagery is on the right. Below are the lines of code. var image = ...
Godwin Oluwaseyi's user avatar
0 votes
0 answers
30 views

Saving pretrained random forest model for probability predictions in Google Earth Engine

I'm trying to export a pre-trained random forest model as an asset in Google Earth Engine, and then load it back in to predict on new data. The model is trained for binary classification, and I'd like ...
Nissim Lebovits's user avatar
0 votes
0 answers
13 views

Trying to export a time series of EVI values for a large asset in Google Earth Engine

I'm trying to export a time series of EVI data for a large asset containing 40,000 points. I am using the MODIS data. The code that I've written works when I extract data for 5 points, but it's not ...
Lauren's user avatar
  • 1
0 votes
1 answer
43 views

Sample raster (Landsat) using points (preferably using Python or maybe GEE Code editor)

I have a point shapefiles that covers an area of Multiple states and multiple Landsat (NDVI) tiles from a span of May-Sept for 2005, 2010, 2015, 2016, and 2021. Let's just focus on 2005 for now. I ...
Ekkehardt Rosasee's user avatar
0 votes
0 answers
19 views

Python errors using QGIS and Google Earth plugin

I'm new to this and I'm trying to use QGIS with the Google Earth Engine and PlanetScope plugins but I got this message, 2024-06-25T15:43:01 CRITICAL Authentication Manager : Retrieving ...
user247408's user avatar
0 votes
1 answer
19 views

GEE type casting / list creation and access to list-of-lists

I have difficulty in working (interchangeably) between client-side and server-side variables in GEE. I have two lists (defined as client-side variables) : var color_lst = ['604791', 'F648F1', '39a8a7']...
Sina NAKHOSTIN's user avatar
1 vote
0 answers
42 views

Creating a boxplot of monthly maximum NDVI values from Landsat time series on Google Earth Engine

I'm trying to create a boxplot from monthly maximum NDVI values in my study area from 1984 to 2024 using Landsat data. My idea is to plot the months from January to December on the x axis so the boxes ...
piBonacic's user avatar
0 votes
1 answer
28 views

Landsat 5 RGB displaying wrong colours GEE

I'm accessing a Landsat 5 image on GEE from the Collection 2 Tier 2 dataset (tier 1 is not available for these images). I'm displaying in B3/2/1 (i.e. R/G/B) but the white ice and snow shows up as ...
Beardsley's user avatar
  • 435
0 votes
1 answer
42 views

All NDVI Samples over period

I'm trying to extract a dictionary of every single NDVI sample in a given area for a given year. import ee import numpy as np ee.Initialize() point = [29.548087060269182, 34.88359141968356] area = ...
eThernet's user avatar
0 votes
1 answer
19 views

Changing property name within function in Google Earth Engine

I'm working with Dynamic World and am building functions that calculate zonal statistics of different land cover properties over time. In the code below, I have a binary image called for_2017 which is ...
user157564's user avatar

15 30 50 per page