Skip to content

Commit 3d547af

Browse files
committed
add message about geoanalytics deprecation
1 parent 074c198 commit 3d547af

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

guide/07-working-with-bigdata/01-introduction.ipynb

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Introduction"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"> **Note:** Working with big data in the Python API requires an ArcGIS Enterprise licensed as a [GeoAnalytics Server](https://www.esri.com/en-us/arcgis/products/arcgis-geoanalytics-server/overview?aduc=PublicRelations&sf_id=7015x000000j2wJAAQ&aduco=ga-server-deprecation-blog&aduca=DGArcGISGeoAnalyticsServer&utm_id=7015x000000j2wJAAQ&adum=Blog&utm_campaign=DGArcGISGeoAnalyticsServer&utm_source=PublicRelations&utm_medium=Blog) and using the [`geoanalytics module`](../python//api-reference/arcgis.geoanalytics.toc.html). The final release of GeoAnalytics Server was with ArcGIS Enteprise 11.3 in May, 2024. The _arcgis.geoanalytics_ module\n",
15+
"will continue to be accessible for processing data in the ArcGIS Enterprise 11.3 release and earlier versions throughout their respective [life cycles](https://support.esri.com/en-us/products/arcgis-enterprise/life-cycle?aduc=PublicRelations&sf_id=7015x000000j2wJAAQ&aduco=ga-server-deprecation-blog&aduca=DGArcGISGeoAnalyticsServer&utm_id=7015x000000j2wJAAQ&adum=Blog&utm_campaign=DGArcGISGeoAnalyticsServer&utm_source=PublicRelations&utm_medium=Blog). See the [GeoAnalytics Server deprecation notice](https://www.esri.com/arcgis-blog/products/geoanalytics-server/announcements/deprecation-notice-for-arcgis-geoanalytics-server/) for full details and suggestions on migration plans."
16+
]
17+
},
318
{
419
"cell_type": "markdown",
520
"metadata": {},
@@ -188,7 +203,7 @@
188203
],
189204
"metadata": {
190205
"kernelspec": {
191-
"display_name": "Python 3",
206+
"display_name": "Python 3 (ipykernel)",
192207
"language": "python",
193208
"name": "python3"
194209
},
@@ -202,7 +217,7 @@
202217
"name": "python",
203218
"nbconvert_exporter": "python",
204219
"pygments_lexer": "ipython3",
205-
"version": "3.7.11"
220+
"version": "3.11.0"
206221
}
207222
},
208223
"nbformat": 4,

0 commit comments

Comments
 (0)