Skip to content

Commit f2a9b9d

Browse files
committed
added new samples and guides
1 parent 776d638 commit f2a9b9d

File tree

1 file changed

+56
-2
lines changed

1 file changed

+56
-2
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,61 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"## New\n",
14+
"## New\n"
15+
]
16+
},
17+
{
18+
"cell_type": "markdown",
19+
"metadata": {},
20+
"source": [
21+
"### New Guides"
22+
]
23+
},
24+
{
25+
"cell_type": "markdown",
26+
"metadata": {},
27+
"source": [
28+
"#### [Imagery and raster analysis](https://developers.arcgis.com/python/guide/)\n",
29+
"* [Perform analysis (out-of-the-box tools)](https://developers.arcgis.com/python/guide/perform-analysis-using-out-of-the-box-tools)\n",
30+
"* [Orthomapping (part 1)](https://dv-v170-pyapi-preview-dev.developers.arcgis.com/python/guide/orthomapping-guide-1/)\n",
31+
"* [Orthomapping (part 2)](https://dv-v170-pyapi-preview-dev.developers.arcgis.com/python/guide/orthomapping-guide-2/)\n",
32+
"* [Orthomapping (part 3)](https://dv-v170-pyapi-preview-dev.developers.arcgis.com/python/guide/orthomapping-guide-3/)"
33+
]
34+
},
35+
{
36+
"cell_type": "markdown",
37+
"metadata": {},
38+
"source": [
39+
"#### [Deep Learning with ArcGIS](https://developers.arcgis.com/python/guide/)\n",
40+
"* [Feature categorization](https://developers.arcgis.com/python/guide/feature-categorization/)\n",
41+
"* [How does feature categorization work](https://developers.arcgis.com/python/guide/how-feature-categorization-works/)"
42+
]
43+
},
44+
{
45+
"cell_type": "markdown",
46+
"metadata": {},
47+
"source": [
48+
"### New Samples"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"metadata": {},
54+
"source": [
55+
"* [Pawnee Fire analysis](https://developers.arcgis.com/python/sample-notebooks/wildfire-analysis-using-sentinel-2-imagery/)\n",
56+
"* [Finding grazing allotments](https://developers.arcgis.com/python/sample-notebooks/finding-grazing-allotments/)\n",
57+
"* [Extracting building footprints from drone data](https://developers.arcgis.com/python/sample-notebooks/extracting-building-footprints-from-drone-data/)\n",
58+
"* [Detecting super blooms using image classification](https://developers.arcgis.com/python/sample-notebooks/detect-super-blooms-using-satellite-image-classification/)\n",
59+
"* [Assessing building damage using feature classification](https://developers.arcgis.com/python/sample-notebooks/building-damage-assessment-using-feature-classifier/)\n",
60+
"* [Analyzing New York City growth factors](https://developers.arcgis.com/python/sample-notebooks/analyzing-growth-factors-of-airbnb-properties-in-new-york-city/)"
61+
]
62+
},
63+
{
64+
"cell_type": "markdown",
65+
"metadata": {},
66+
"source": [
67+
"### New Functionality\n",
68+
"\n",
1569
"* Adds ability to run `Geoprocessing tools` asynchronously with new [`GPJob`](https://developers.arcgis.com/python/api-reference/arcgis.geoprocessing.html#gpjob) class. See `future` parameter in:\n",
1670
" * [`arcgis.features`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#submodules) submodules\n",
1771
" * [`arcgis.raster.analytics`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#) module\n",
@@ -1134,7 +1188,7 @@
11341188
"name": "python",
11351189
"nbconvert_exporter": "python",
11361190
"pygments_lexer": "ipython3",
1137-
"version": "3.6.9"
1191+
"version": "3.6.8"
11381192
},
11391193
"varInspector": {
11401194
"cols": {

0 commit comments

Comments
 (0)