Skip to content

Commit 46a63c9

Browse files
committed
remove warning and update hyperlinks for sr and crs
1 parent f6ae5a9 commit 46a63c9

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

guide/09-finding-places-with-geocoding/part4_batch_geocoding.ipynb

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,9 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 1,
51+
"execution_count": 2,
5252
"metadata": {},
53-
"outputs": [
54-
{
55-
"name": "stdout",
56-
"output_type": "stream",
57-
"text": [
58-
"Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n",
59-
"Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n"
60-
]
61-
},
62-
{
63-
"name": "stderr",
64-
"output_type": "stream",
65-
"text": [
66-
"/Users/john3092/opt/anaconda3/envs/geosaurus_dev_env/lib/python3.11/site-packages/dask/dataframe/_pyarrow_compat.py:23: UserWarning: You are using pyarrow version 11.0.0 which is known to be insecure. See https://www.cve.org/CVERecord?id=CVE-2023-47248 for further details. Please upgrade to pyarrow>=14.0.1 or install pyarrow-hotfix to patch your current version.\n",
67-
" warnings.warn(\n"
68-
]
69-
}
70-
],
53+
"outputs": [],
7154
"source": [
7255
"from arcgis.gis import GIS\n",
7356
"from arcgis.geocoding import get_geocoders, batch_geocode\n",
@@ -1205,9 +1188,9 @@
12051188
"### `out_sr` parameter\n",
12061189
"This parameter is the spatial reference of the x/y coordinates returned by the geocode method. It is useful for applications using a map with a spatial reference different than that of the geocoder.\n",
12071190
"\n",
1208-
"The spatial reference can be specified as either a well-known ID (WKID) or as a <a href=\"http://resources.arcgis.com/EN/HELP/REST/APIREF/GEOMETRY.HTML#SR\">JSON spatial reference object</a>. If outSR is not specified, the spatial reference of the output locations is the same as that of the geocoder. The World Geocoding Service spatial reference is WGS84 (WKID = 4326).\n",
1191+
"The spatial reference can be specified as either a well-known ID (WKID) or as a [JSON spatial reference object](/python/api-reference/arcgis.geometry.html#spatialreference). If outSR is not specified, the spatial reference of the output locations is the same as that of the geocoder. The World Geocoding Service spatial reference is WGS84 (WKID = 4326).\n",
12091192
"\n",
1210-
"For a list of valid WKID values, see <a href=\"http://resources.arcgis.com/EN/HELP/REST/APIREF/PCS.HTML\">Projected Coordinate Systems</a> and <a href=\"http://resources.arcgis.com/EN/HELP/REST/APIREF/GCS.HTML\">Geographic Coordinate Systems</a>.\n",
1193+
"For a list of valid WKID values, see the [Coordinate Systems Reference](https://developers.arcgis.com/rest/services-reference/enterprise/using-spatial-references/).\n",
12111194
"\n",
12121195
"Example (102100 is the WKID for the Web Mercator projection):\n",
12131196
"```\n",

0 commit comments

Comments
 (0)