Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A34b returns error "region is not defined" #3

Open
fractalm83 opened this issue Apr 11, 2024 · 1 comment
Open

A34b returns error "region is not defined" #3

fractalm83 opened this issue Apr 11, 2024 · 1 comment

Comments

@fractalm83
Copy link

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

@krishnakafle
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants