Skip to main content

All Questions

0 votes
0 answers
31 views

Extracting QA bits for cloud mask with MOD09GA state 1km band using Google Earth Engine

I'm working on code for detecting fog and low stratus (FLS) using the QA bits from the state_1km band of the MOD09GA.061 product. I'm trying to select pixels classified as clouds (bit 0-1 Cloud State: ...
Andres Arguedas's user avatar
0 votes
1 answer
14 views

GEE - Modifying x-axis to represent time of day or day of year

I've been trying to create a graph in GEE that depicts cloud coverage % over either time of day or day of year. I've been able to make the graph, but the x-axis is labeled by "COPERNICUS/...
eamrl's user avatar
  • 1
0 votes
2 answers
294 views

Inaccurate cloud shadow masks when using Earth Engine's script for Sentinel 2

I am currently evaluating my cloud shadow masking options for Sentinel-2 data. One of the options I am exploring is using an example script published by Google that projects cloud shadow locations ...
TheBackwardsman's user avatar
1 vote
0 answers
524 views

Google Earth Engine cloud cover sorting and area of interest

I see in a lot of examples that people are sorting a stack by cloud cover and then pick the first image. Example: image = image.filterDate('2022-01-01', '2023-01-01') .filterBounds(...
BritishSteel's user avatar
  • 6,647
1 vote
2 answers
495 views

Get a specific number of images from a sorted image collection in Google Earth Engine

I want to export the first 10 images of a Landsat image collection sorted based on the "CLOUD_COVER_LAND" property. I know how to extract the least cloudy image of the sorted collection by ...
diego bárb's user avatar
0 votes
0 answers
25 views

1998 smoke imagery in Alaska

I am trying to access smoke/cloud imagery above the Alaska region during August of 1998. I would like to use GEE, but I haven't been able to find a dataset with good coverage. I have looked at Landsat ...
Alana Macken's user avatar
1 vote
0 answers
1k views

Earth Engine: Landsat 8 QA_PIXEL issues with cloud, shadow, and land masking

Using the QA_PIXEL band in Landsat 8 to mask out clouds, cloud shadow, and land often masks out large areas of water. The QA_PIXEL band identifies these water areas as land and cloud shadow, when this ...
Matt's user avatar
  • 151
0 votes
1 answer
391 views

Cloud filtering Landsat collection 2 time series by region

I'm working on creating an NDVI time series and I'm trying to filter out clouds over a specific region so I wont get huge gaps in the time series. Is there a way to reduce the extent by cloud percent? ...
Tom Collier's user avatar
0 votes
1 answer
606 views

Cloud filtering Landsat collection 2 over specific regions

I'm trying to filter clouds over a specific region for an NDVI time series using Landsat collection 2. I tried filtering with simple cloud score but it doesn't seem to work (maybe because there is no ...
Tom Collier's user avatar
1 vote
2 answers
690 views

Why do I get an error when applying getInfo() in Google Earth Engine?

I'm working in an undergraduate project and just started using Google Earth Engine. Firstly, I need to filter some Sentinel-2 MSI images that cover my area of interest (a watershed with 55 km²) from ...
Bruno Rech's user avatar
0 votes
0 answers
161 views

Classify unclassified patches that were left after cloud removal for Landsat 8, using Google Earth Engine

I am trying to classify my study area, using Random Forest using Landsat 8 dataset of GEE. The first problem that I came across was clouds, so to remove them I used as follows var mask = require('...
Learner's user avatar
  • 119
4 votes
1 answer
1k views

Cloud Shadow Removal for Sentinel-2

I am trying to classify my study area with a RandomForest classifier, using Sentinel-2 Surface Reflectance images. This classification gave me an accuracy of about 87%. I calculated the misclassified ...
Learner's user avatar
  • 119
0 votes
2 answers
794 views

Getting Cloudfree image for small area (Sentinel-2) using Google Earth Engine

I am trying to get a cloudfree image from Sentinel-2 for multiple small areas (circles with a radius of 20km) in Ghana, a very cloudy area. Using the standard algorithms (median image, filter for ...
erpunkt's user avatar
  • 21
3 votes
1 answer
3k views

Filtering Sentinel2 image collection by cloud coverage over specific polygon

I am pretty new to GEE. My task is to get all Sentinel 2 images from a specific time. Then I want to filter this collection by a maximum cloud coverage over an area of interest, which is imported ...
maniiko's user avatar
  • 73
2 votes
1 answer
876 views

How can I get the image with less cloud coverage over a ROI in a time range with Sentinel 2?

I am trying to compute a script to get the cleanest image of Sentinel 2 in a prescribed time range. Currently I tried with 2 approaches: a rough one and an automatic one, but I get two different ...
Matteo Giomo's user avatar

15 30 50 per page
1
2 3 4 5