You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: