Skip to main content

Questions tagged [google-earth-engine]

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

-1 votes
0 answers
13 views

orman yangın analizinde BAI earth engine memory capacity exceeded [closed]

var s2= ee.ImageCollection("COPERNICUS/S2_SR").filter(ee.Filter.lt("CLOUDY_PIXEL_PERCENTAGE", 10)); var vis = {bands: ['B4', 'B3', 'B2'], max: 2000, gamma: 1.5}; var area = ee....
zeynep derya's user avatar
0 votes
0 answers
12 views

Applied code Edge Otsu in Sentinel 2A Harmonized

I found a code for Edge Otsu implementation to detect water body in Sentinel-1 SAR (below). This code work in Sentinel 2A but with the FAI index or another index (NDVI, NDCI)? How would it be? LINK: ...
Démostenes Gayosso's user avatar
0 votes
0 answers
10 views

Calculating yearly precipitation mean for Brazilian municipalities (of each cities)

How can I solve this error? https://code.earthengine.google.com/ee00c59fdb3c3bc508ffd7e4f7d5017c // Load the necessary data var municipalities = ee.FeatureCollection("projects/ee-ankilagd/assets/...
Ankila's user avatar
  • 1
0 votes
0 answers
12 views

GEE Cloud data access

How can I the access data that I have uploaded on GEE Cloud, to import it to the memory? I have uploaded some tif images on the cloud and I want to use it in the memory?
Areesha's user avatar
1 vote
1 answer
9 views

Create an asset ID by combining string and number

I'm trying to export an earth engine image to asset with an asset id that is a combination of string and number. var assetId = 'projects/dashboard/assets/recent_mtch'; // var ID = ee.Number(1231)....
adwiputra's user avatar
  • 143
0 votes
0 answers
16 views

No table data being exported in Earth Engine [closed]

I'm trying to export a feature collection of pixel data from a mosaicked image collection as a table and for some reason no data from the selectors used is being exported to my Google Drive (I'm ...
RFN's user avatar
  • 1
0 votes
0 answers
20 views

Convert 1M Meta Tree Height Canopy to 30M Percent Tree Cover in Google Earth Engine (GEE) [closed]

I am trying to convert 1M Meta Tree Height Canopy to 30M Percent Tree Cover in Google Earth Engine (GEE) for the City of Chicago. See attached link... https://code.earthengine.google.com/...
Greg's user avatar
  • 1
-1 votes
0 answers
15 views

GEE code editor is constantly unresponsive after every 5 minutes even I do nothing.Why is it happening? [closed]

I have been running code on it for some time and it was working fine but now a small code is giving me time out.
Sobia Ayub's user avatar
0 votes
1 answer
20 views

Distance to nearest non-NA pixel in Google Earth Engine - exported image is pixelated

I am trying to find the distance to nearest mature forest pixel in google earth engine. If I run this code and visualize, it looks perfect: data_folder = "projects/amazon-forest-regrowth/assets&...
Ana Catarina Vitorino's user avatar
1 vote
1 answer
28 views

Google Earth Engine script for cropping land use Image collection to shp and producing csv aggregate output

I'm new to Google Earth Engine. I'm using ee.ImageCollection("GOOGLE/DYNAMICWORLD/V1") to look at land use types (specifically tree cover - band 1) within a specific shp file area. I want to ...
Amber's user avatar
  • 11
0 votes
1 answer
11 views

No features in Sentinel 2 Level 2A Harmonized dataset

I am running into a problem I am trying to calculate MCARI and NDVI from the Sentinel 2 Level 2A dataset and it doesn't have any feature for the data range from 2017 to Dec 2018. Can anyone advise me ...
Ibtihaj Ahmad's user avatar
0 votes
1 answer
25 views

Image '0' does not have a 'system:time_start' property - Google Earth Engine

I'm getting this error in code below while running the unique_dates. FeatureCollection (Error) Error in map(ID=0): Image.date: Image '0' does not have a 'system:time_start' property. // Define the ...
AYUSH RATHORE's user avatar
0 votes
0 answers
14 views

Tooltip missing when copying geometries across files in Google Earth Engine

In Google Earth Engine, I am trying to copy geometries from one project to another (thousands of points), and the tooltip to convert the geometries does not come up when I copy into a fresh script. ...
Obleo Demandre's user avatar
0 votes
1 answer
20 views

Trying to export a feature collection in Google Earth Engine

I have obtained sea surface temperature data for Ascension Island and now want to export this into a csv. I managed to export the mean SST values for a previous package I was looking at (NASA/...
Charlie Riddick's user avatar
0 votes
0 answers
14 views

Create a trendline variable

i'm looking for create a variable with the linear fit data, so i can add to the map layer the new raster map with this band (variable), do you know how to do this? i want to create a raster where ...
Rodrigo Recavarren's user avatar

15 30 50 per page
1
2 3 4 5
384