PythonFromSpace icon indicating copy to clipboard operation
PythonFromSpace copied to clipboard

Make a slippy map to get GeoJSON and querying

Open rkhanWESTQA opened this issue 7 years ago • 2 comments

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`

rkhanWESTQA avatar May 18 '18 15:05 rkhanWESTQA

Facing the same issue.

aniketmandle-sopho avatar Nov 21 '18 04:11 aniketmandle-sopho

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

mdnk889 avatar Sep 02 '19 16:09 mdnk889