-
Notifications
You must be signed in to change notification settings - Fork 123
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
My AOI always fails in "spectral_indices" notebook #194
Comments
Hi, @gussabina. Could you provide the output of |
Hello @rafaspadilha Thanks |
Does restarting the cluster get your workflow out of the queued state? |
Topic
Notebook
Ask away!
Hello:
I'm successfully running the example for "spectral_indices" notebook, but when I try to adapt it to my case, it always fails to pass the s2.filter step (in run.monitor()).
I'm defining the area of interest as a Polygon:
And I can verify the area as:
My questions are:
The example uses a Point but I'm not sure how it determines the AOI in this case, which seems to also be a rectangle. Since I would like to have more control on the AOI, I prefer to use the Polygon to define it:
geom = shpg.Point(-119.21896203939313, 46.44578909859286).buffer(0.05, cap_style=3)
I would appreciate any help.
Thanks
Gus
The text was updated successfully, but these errors were encountered: