Skip to content

Commit 9259a9e

Browse files
committed
add map images and update title and markdown in trace
1 parent 1cf653c commit 9259a9e

File tree

3 files changed

+148
-63
lines changed

3 files changed

+148
-63
lines changed

guide/04-feature-data-and-analysis/discovering-suitable-locations-in-feature-data.ipynb

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Find locations\n",
7+
"# Find Downstream Path from a Location\n",
88
"\n",
99
"The ArcGIS API for Python packs a set of tools to discover features that pass a number of criteria that you specify. These tools are typically used for site selection, view shed analysis, and downstream analysis, where the objective is to find places that satisfy multiple criteria."
1010
]
@@ -30,6 +30,13 @@
3030
"gis = GIS(profile=\"your_online_profile\")"
3131
]
3232
},
33+
{
34+
"cell_type": "markdown",
35+
"metadata": {},
36+
"source": [
37+
"## Map starting point location"
38+
]
39+
},
3340
{
3441
"cell_type": "code",
3542
"execution_count": 4,
@@ -101,6 +108,13 @@
101108
"map1.content.add(bigbear_item)"
102109
]
103110
},
111+
{
112+
"cell_type": "markdown",
113+
"metadata": {},
114+
"source": [
115+
"## Run the Trace Analysis"
116+
]
117+
},
104118
{
105119
"cell_type": "code",
106120
"execution_count": 18,
@@ -131,6 +145,13 @@
131145
"trace1 = find_locations.trace_downstream(bigbear_fc)"
132146
]
133147
},
148+
{
149+
"cell_type": "markdown",
150+
"metadata": {},
151+
"source": [
152+
"## Add Trace to the Map"
153+
]
154+
},
134155
{
135156
"cell_type": "code",
136157
"execution_count": 20,
@@ -157,7 +178,7 @@
157178
"name": "python",
158179
"nbconvert_exporter": "python",
159180
"pygments_lexer": "ipython3",
160-
"version": "3.10.14"
181+
"version": "3.11.0"
161182
},
162183
"toc": {
163184
"base_numbering": 1,

guide/04-feature-data-and-analysis/part4_query_parcels.ipynb

Lines changed: 38 additions & 23 deletions
Large diffs are not rendered by default.

guide/04-feature-data-and-analysis/performing-proximity-analysis-on-feature-data.ipynb

Lines changed: 87 additions & 38 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)