arcgis.geoanalytics module¶
The arcgis.geoanalytics module provides types and functions for distributed analysis of large datasets. These GeoAnalytics tools work with big data registered in the GISs datastores as well as with feature layers.
Use arcgis.geoanalytics.is_analysis_supported(gis) to check if geoanalytics is supported in your GIS.
get_datastores¶
-
geoanalytics.
get_datastores
(gis=None)¶ Returns a helper object to manage geoanalytics datastores in the GIS. If a gis isn’t specified, returns datastore manager of arcgis.env.active_gis
is_supported¶
-
geoanalytics.
is_supported
(gis=None)¶ Returns True if the GIS supports geoanalytics. If a gis isn’t specified, checks if arcgis.env.active_gis supports geoanalytics