I am trying to use the Detecting Super Blooms Using Satellite Image Classification Sample Notebook but when i test this code:
map1 = gis.map(address, zoomlevel = 12)
map1.center = location
map1
map1_selected = call_filter_images(map1, "2019-03-18")
img_src=map1_selected
this error occurs
Applicable lockRasterIds= []
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
In [28]:
Line 1: map1_selected = call_filter_images(map1, "2019-03-18")
In [26]:
Line 5: [tdf, selected] = filter_images(my_map, start_datetime, end_datetime, extent = area['extent'])
TypeError: cannot unpack non-iterable NoneType object