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.
Note: GeoAnalytics operations use the following context parameters defined in the arcgis.env module:
Context parameter Description out_spatial_reference Used for setting the output spatial reference process_spatial_reference Used for setting the processing spatial reference. analysis_extent Used for setting the analysis extent. output_datastore Used for setting the output datastore to be used.
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