Skip to main content

Questions tagged [google-earth-engine]

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

2 votes
2 answers
500 views

Computing correlation between two image collections in GEE

I have two image collections with 744 images each (and the same resolution and extent), covering the whole Earth. I need to compute the correlation between the image collections for each pixel.
-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....
2 votes
5 answers
1k views

Seeking website to share map via link including KML\KMZ overlays (which include images)

I wanted to overlay historic maps onto current maps\satellite imagery to share with others. I overlaid them in the desktop version of Google Earth, and exported the layers as KMZ, but Google's MyMaps ...
1 vote
1 answer
324 views

Google Earth Engine: reduceRegion on multiple bands of daily aggregates

I found this hourly climate-dataset in the GEE catalog, which I want to utilize, to get the daily mean value for six different bands for the time between 2017 and 2022 based on one user-defined AOI (...
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 ...
2 votes
3 answers
587 views

Create a mosaic in Google Earth Engine in natural colors RGB (4,3,2 channel Sentinel -2) in GeoTIFF format

I need to continue working with a mosaic in ArcMap, I wanted to optimize my work so as not to download for monitoring many pictures. I am attaching my code, I tried to make a mosaic, but I can not ...
1 vote
1 answer
910 views

Cannot export array bands in Google Earth Engine

I'm new to Google Earth Engine and Google AI Platform. A model was previously trained and published to AI platform and be imported to Earth Engine for image classification. The trained model ...
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/...
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: ...
0 votes
1 answer
413 views

Exporting Map Projection In GEE

I wanted to export an imagery data from GEE, based on its doc. I needed to retrieve the projection information from a band of the original image. I used following codes: var geometry = ee.Geometry....
1 vote
1 answer
212 views

Applying code to to work with image collection

I found a code for Edge Otsu implementation to detect water body in Sentinel-1 SAR. However, this code only works with one image. I would like to adapt this for the whole image collection. Is there ...
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?
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)....
1 vote
1 answer
222 views

Creating a stack of annual images

I am working with the tropical moist forest dataset (https://forobs.jrc.ec.europa.eu/TMF/data.php#downloads) and I have a script where I can calculate the areas for a specific year based on landcover ...
0 votes
1 answer
46 views

Sentinel-2 QA60 band missing?

When performing cloud masking for Sentinel-2 images using QA60 band, I found that after February 2024, the QA bands of Sentinel-2 images are all "masked". In this case, I can't perform cloud ...

15 30 50 per page
1
2 3 4 5
384