|
48 | 48 | },
|
49 | 49 | {
|
50 | 50 | "cell_type": "code",
|
51 |
| - "execution_count": 1, |
| 51 | + "execution_count": 2, |
52 | 52 | "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": [], |
71 | 54 | "source": [
|
72 | 55 | "from arcgis.gis import GIS\n",
|
73 | 56 | "from arcgis.geocoding import get_geocoders, batch_geocode\n",
|
|
1205 | 1188 | "### `out_sr` parameter\n",
|
1206 | 1189 | "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",
|
1207 | 1190 | "\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", |
1209 | 1192 | "\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", |
1211 | 1194 | "\n",
|
1212 | 1195 | "Example (102100 is the WKID for the Web Mercator projection):\n",
|
1213 | 1196 | "```\n",
|
|
0 commit comments