Skip to content

Commit 8224bd9

Browse files
committed
Merge 'upstream/next' into jy-upd-wrk-fly-guide to update as of 11.4.22
2 parents a76dbd0 + 03acd1e commit 8224bd9

21 files changed

+23965
-490
lines changed

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 609 additions & 1 deletion
Large diffs are not rendered by default.

guide/02-api-overview/overview-of-the-arcgis-api-for-python.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
"metadata": {},
100100
"source": [
101101
"#### How this website is organized\n",
102-
"The **[guide](../)** pages explain each individual concept of the API and the best practices. The **[sample notebooks](/python/samples/)** explain how to use the API to write Python scripts, incorporating capabilities such as mapping, query, analysis, geocoding, routing, portal administration, and more to solve real world problems. If you are looking for recipes, you may find them as sample notebooks. \n",
102+
"The **[guide](../)** pages explain each individual concept of the API and the best practices. The **[sample notebooks](/samples/)** explain how to use the API to write Python scripts, incorporating capabilities such as mapping, query, analysis, geocoding, routing, portal administration, and more to solve real world problems. If you are looking for recipes, you may find them as sample notebooks. \n",
103103
"\n",
104-
"The **[api reference](/python/api-reference)** provides a reference for each class, its properties and methods in the `arcgis` package. The **[ArcGIS API for Python Community](https://community.esri.com/t5/arcgis-api-for-python/ct-p/arcgis-api-for-python)** is an [Esri Community](https://community.esri.com/) where you can share your thoughts about the API, request for features, conduct polls, report bugs, ask questions and engage with the Python community in general."
104+
"The **[api reference](/api-reference)** provides a reference for each class, its properties and methods in the `arcgis` package. The **[ArcGIS API for Python Community](https://community.esri.com/t5/arcgis-api-for-python/ct-p/arcgis-api-for-python)** is an [Esri Community](https://community.esri.com/) where you can share your thoughts about the API, request for features, conduct polls, report bugs, ask questions and engage with the Python community in general."
105105
]
106106
}
107107
],

guide/02-api-overview/release_notes_201.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"* Adds new [`arcgis.gis.sharing`](/python/api-reference/arcgis.gis.sharing.html) submodule\n",
1717
" * [`UserInvitationManager`](/python/api-reference/arcgis.gis.sharing.html#userinvitationmanager)\n",
1818
" * [`Invitation`](/python/api-reference/arcgis.gis.sharing.html#invitation)\n",
19-
"* Adds _[Typing](https://docs.python.org/3/library/typing/)_ to modules\n",
19+
"* Adds _[Typing](https://docs.python.org/3/library/typing.html)_ to modules\n",
2020
"\n",
2121
"\n",
2222
"### [Guides](../)\n",

guide/06-imagery-and-raster-analysis/orthomapping_guide_2.ipynb

Lines changed: 1468 additions & 1 deletion
Large diffs are not rendered by default.

guide/06-imagery-and-raster-analysis/raster-analysis-advanced-concepts.ipynb

Lines changed: 339 additions & 469 deletions
Large diffs are not rendered by default.

guide/06-imagery-and-raster-analysis/using-imagery-layers.ipynb

Lines changed: 752 additions & 1 deletion
Large diffs are not rendered by default.

guide/06-imagery-and-raster-analysis/using-raster-analysis.ipynb

Lines changed: 435 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part1_introduction_to_network_analysis.ipynb

Lines changed: 279 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part2_find_routes.ipynb

Lines changed: 2251 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part3_generate_service_area.ipynb

Lines changed: 2353 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)