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
I am trying to run thebasics.ipynb and in the make a slippy map section the drawhandler is not being registed and the actionCount remains at 0. This affects the next part of the code since the APIs is a null array.
`KeyError Traceback (most recent call last)
in ()
----> 1 print (AOIs[1])
2 myAOI = AOIs[1]["geometry"]
3
4 # build a query using the AOI and
5 # a cloud_cover filter that excludes 'cloud free' scenes
KeyError: 1`
The text was updated successfully, but these errors were encountered:
Once the slippy map is generated you should draw your area of interest in the slippy map using a polyline or a circle or a rectangle or a polygon and then execute it
Hi,
I am trying to run thebasics.ipynb and in the make a slippy map section the drawhandler is not being registed and the actionCount remains at 0. This affects the next part of the code since the APIs is a null array.
`KeyError Traceback (most recent call last)
in ()
----> 1 print (AOIs[1])
2 myAOI = AOIs[1]["geometry"]
3
4 # build a query using the AOI and
5 # a cloud_cover filter that excludes 'cloud free' scenes
KeyError: 1`
The text was updated successfully, but these errors were encountered: