gee-tutorials icon indicating copy to clipboard operation
gee-tutorials copied to clipboard

A34b returns error "region is not defined"

Open fractalm83 opened this issue 2 years ago • 1 comments

Hello, the script on checkpoint A34b of Forest Degradation and Deforestation is retunring the error "region is not define". Would you be able to fix it? Thank you very much errorprint2

fractalm83 avatar Apr 11 '24 12:04 fractalm83

Hi, The region is supposed to be user-selected by a polygon in GUI. You can also define the fire-affected region as a polygon feature. For details, follow: https://google-earth-engine.com/Terrestrial-Applications-part-1/Active-fire-monitoring/ ` // Define a region to calculate histogram for. var region = ee.Geometry.Rectangle([-112.60, 40.60, -111.18, 41.22]); // Sample polygon, you need to change it

`

image

krishnakafle avatar Apr 11 '24 18:04 krishnakafle