0% found this document useful (0 votes)
22 views1 page

Link

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Link

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

https://developers.google.

com/earth-engine/datasets/catalog/COPERNICUS_S2_SR
https://developers.google.com/earth-engine/datasets/catalog/LANDSAT_LC08_C02_T1_L2
https://developers.google.com/earth-engine/datasets/catalog/MODIS_006_MOD09GA?hl=en
https://developers.google.com/earth-engine/datasets/catalog/MODIS_006_MYD09GA?hl=en

python -m pip install GDAL-3.3.2-cp310-cp310-win_amd64.whl


https://anaconda.org/conda-forge/gdal

https://pcjericks.github.io/py-gdalogr-cookbook/raster_layers.html

var ClipShp = function(Img){


return Img.clip(table)
}
var dataset = ee.ImageCollection('MODIS/006/MOD09GA')
.filter(ee.Filter.date('2020-01-01', '2020-12-31'))
.filterBounds(table)
.map(ClipShp);

print(dataset);
var trueColor143 =
dataset.select(['sur_refl_b01', 'sur_refl_b04', 'sur_refl_b03']);
var trueColor143Vis = {
min: -100.0,
max: 8000.0,
};
Map.setCenter(-7.03125, 31.0529339857, 2);
Map.addLayer(trueColor143, trueColor143Vis, 'True Color (143)');

geoprocessing -> search for tools -> calculate statistics

https://www.eorc.jaxa.jp/ALOS/a/en/dataset/lulc/lulc_vnm_v2109_e.htm

You might also like