Download High-Resolution ESA Land Cover Data with Google Earth Engine | 10m Resolution

Download High-Resolution ESA Land Cover Data with Google Earth Engine | 10m Resolution

Terra Spatial

2 года назад

5,438 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@zimzimBTS888
@zimzimBTS888 - 26.06.2024 19:58

Thank you so much for the tutorial and script, just amazing. But i have one question, while downloading the data, i expected landcover to be 10m resolution but when i checked its around 8.9m. Any reasons for that?

Ответить
@simondegei4655
@simondegei4655 - 17.05.2024 10:43

thank you for this material, how to convert to shapefile?

Ответить
@xasankeey1631
@xasankeey1631 - 30.03.2024 11:59

Please help me i cant export th image
// Download ESA Land Cover

// 1. Import ESA Data
var esa = ee.ImageCollection("ESA/WorldCover/v100").first();
var visualization = {bands: ['Map']};
Map.addLayer(esa, visualization, 'ESA Land Cover');
Map.centerObject(esa);

// 2. Add country boundary layer
var countries = ee.FeatureCollection('USDOS/LSIB_SIMPLE/2017');
var roi = countries.filter(ee.Filter.eq('country_na', 'somalia'));
Map.addLayer(roi, {}, 'somalia', false);

// 3. Clip with roi(Region of Interest)
var esa_clip = esa.clip(roi);
Map.addLayer(esa_clip, visualization, 'somalia ESA Land Cover');
Map.centerObject(esa_clip);

// 4. Export to Drive
Export.image.toDrive({
image: esa_clip,
description: "ESA_LULC_ROI",
scale: 10,
region: roi,
maxPixels: 1e13
});

Ответить
@xasankeey1631
@xasankeey1631 - 30.03.2024 11:57

thanks

Ответить
@benkhattabbenkhattab7617
@benkhattabbenkhattab7617 - 16.01.2024 09:28

i get this error

Line 7: Geometry.bounds, argument 'maxError': Invalid type.
Expected type: ErrorMargin.
Actual type: Integer.
Actual value: 10

Ответить
@asepsaepulloh1995
@asepsaepulloh1995 - 25.10.2023 17:07

When exporting image file is always pop up 'Request payload size exceeds the limit earth engine' how to solve this? i try to decreasing scale but always failed

Ответить
@riq_raw68
@riq_raw68 - 23.10.2023 01:42

How can one know the specific date frame of the landcover image exported from this process? And how accurate is the classification of this landuse landcover?

Ответить
@mohamedelgamal6333
@mohamedelgamal6333 - 29.08.2023 17:29

Very informative. Many thanks for this wonderful episode

Ответить
@gamerchan8754
@gamerchan8754 - 20.04.2023 11:09

Thanks for providing code in the description side and shareable link u provided is time saving

Ответить
@jibringambo6301
@jibringambo6301 - 19.04.2023 01:57

Please can you send me the code

Ответить
@gunngunn6763
@gunngunn6763 - 18.04.2023 19:09

Hi Sir... How to get village level precipitation data for different states of India?

Ответить
@gamerchan8754
@gamerchan8754 - 18.04.2023 17:51

Informative 👍

Ответить