Detecting Swimming Pools using Satellite Imagery and Deep Learning | ArcGIS API for Python | Esri De...
There is an issue in this tutorial with the following snippet of code:
ds = analytics.get_datastores(gis=gis)
ds.search()
where the .get_datastores() function returns a Nonetype, so ds.search() is not a valid call. analytics and gis are declared as follows in the tutorial:
from arcgis import GIS, learn
from arcgis.raster import analytics
gis = GIS('home')
What could be the issue here? It is impeding my ability to complete this training. Many thanks!