Skip to content

Commit 2469c47

Browse files
committed
update to sync with master
2 parents 5be8a1a + 07ecae6 commit 2469c47

19 files changed

+11717
-329
lines changed

guide/03-the-gis/working-with-different-authentication-schemes.ipynb

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

guide/04-feature-data-and-analysis/appending-features.ipynb

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

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

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

guide/07-working-with-bigdata/04-analyze-patterns.ipynb

Lines changed: 80 additions & 79 deletions
Large diffs are not rendered by default.

guide/07-working-with-bigdata/05-finding_locations.ipynb

Lines changed: 52 additions & 51 deletions
Large diffs are not rendered by default.

guide/07-working-with-bigdata/06-summarizing-data.ipynb

Lines changed: 92 additions & 93 deletions
Large diffs are not rendered by default.

guide/07-working-with-bigdata/07-use_proximity.ipynb

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"<h2>Table of contents</h2>\n",
22-
" \n",
21+
"## Table of Contents \n",
2322
"- [Create_Buffers](#Create-Buffers)\n",
24-
"- [Trace Proximity Events](#Trace-Proximity-Events)\n",
25-
"\n",
23+
"- [Trace Proximity Events](#Trace-Proximity-Events)"
24+
]
25+
},
26+
{
27+
"cell_type": "markdown",
28+
"metadata": {},
29+
"source": [
2630
"This toolset uses distributed processing to complete analytics on your GeoAnalytics Server."
2731
]
2832
},
@@ -43,7 +47,7 @@
4347
" <td><a href=\"https://enterprise.arcgis.com/en/portal/latest/use/geoanalytics-trace-proximity-events.htm\"><p align=\"left\">trace_proximity_events</p></a></td>\n",
4448
" <td><p align=\"left\">The Trace Proximity Events tool traces events near each other in space (location) and time. The input layer must be time-enabled points that represent an instant in time.</p></td>\n",
4549
" </tr>\n",
46-
" <tr>"
50+
"</table>\n"
4751
]
4852
},
4953
{
@@ -70,7 +74,7 @@
7074
"cell_type": "markdown",
7175
"metadata": {},
7276
"source": [
73-
"<b>Search items to run your analysis"
77+
"<b>Search items to run your analysis</b>"
7478
]
7579
},
7680
{
@@ -172,7 +176,7 @@
172176
"cell_type": "markdown",
173177
"metadata": {},
174178
"source": [
175-
"The [`create_buffers`]((https://developers.arcgis.com/rest/services-reference/enterprise/create-buffers.htm)) tool creates areas around input point, line, or area features to a specified distance."
179+
"The [`create_buffers`](https://developers.arcgis.com/rest/services-reference/enterprise/create-buffers.htm) tool creates areas around input point, line, or area features to a specified distance."
176180
]
177181
},
178182
{
@@ -315,7 +319,7 @@
315319
"name": "python",
316320
"nbconvert_exporter": "python",
317321
"pygments_lexer": "ipython3",
318-
"version": "3.7.11"
322+
"version": "3.9.11"
319323
}
320324
},
321325
"nbformat": 4,

guide/07-working-with-bigdata/08-performing_data_enrichment.ipynb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"<h2>Table of contents</h2>\n",
22-
" \n",
21+
"## Table of Contents \n",
2322
"- [Enrich From Grid](#Enrich-From-Grid)\n",
24-
"- [Calculate Motion Statistics](#Calculate-Motion-Statistics)\n",
25-
"\n",
23+
"- [Calculate Motion Statistics](#Calculate-Motion-Statistics)\n"
24+
]
25+
},
26+
{
27+
"cell_type": "markdown",
28+
"metadata": {},
29+
"source": [
2630
"This toolset uses distributed processing to complete analytics on your GeoAnalytics Server."
2731
]
2832
},
@@ -43,7 +47,7 @@
4347
" <td><a href=\"https://enterprise.arcgis.com/en/portal/latest/use/geoanalytics-calculate-motion-statistics.htm\"><p align=\"left\">calculate_motion_statistics</p></a></td>\n",
4448
" <td><p align=\"left\">The Calculate Motion Statistics tool calculates motion statistics and descriptors for time-enabled points that represent one or more moving entities. The time-enabled point data must include features that represent an instant in time.</p></td>\n",
4549
" </tr>\n",
46-
" <tr>"
50+
"</table>"
4751
]
4852
},
4953
{
@@ -531,7 +535,7 @@
531535
"name": "python",
532536
"nbconvert_exporter": "python",
533537
"pygments_lexer": "ipython3",
534-
"version": "3.7.11"
538+
"version": "3.9.11"
535539
}
536540
},
537541
"nbformat": 4,

0 commit comments

Comments
 (0)