Skip to content

Commit ebadbc0

Browse files
authored
remove toc from cr to mu (#1172)
1 parent ad4e70c commit ebadbc0

File tree

42 files changed

+1732
-789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1732
-789
lines changed

samples/04_gis_analysts_data_scientists/creating_building_models_using_point_cloud_classification.ipynb

Lines changed: 31 additions & 10 deletions
Large diffs are not rendered by default.

samples/04_gis_analysts_data_scientists/creating_hurricane_tracks_using_geoanalytics.ipynb

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
"notebookRuntimeVersion": "5.0"
704704
},
705705
"kernelspec": {
706-
"display_name": "Python 3",
706+
"display_name": "Python 3 (ipykernel)",
707707
"language": "python",
708708
"name": "python3"
709709
},
@@ -717,7 +717,49 @@
717717
"name": "python",
718718
"nbconvert_exporter": "python",
719719
"pygments_lexer": "ipython3",
720-
"version": "3.7.10"
720+
"version": "3.7.6"
721+
},
722+
"toc": {
723+
"base_numbering": 1,
724+
"nav_menu": {},
725+
"number_sections": false,
726+
"sideBar": true,
727+
"skip_h1_title": true,
728+
"title_cell": "Table of Contents",
729+
"title_sidebar": "Contents",
730+
"toc_cell": true,
731+
"toc_position": {},
732+
"toc_section_display": true,
733+
"toc_window_display": false
734+
},
735+
"varInspector": {
736+
"cols": {
737+
"lenName": 16,
738+
"lenType": 16,
739+
"lenVar": 40
740+
},
741+
"kernels_config": {
742+
"python": {
743+
"delete_cmd_postfix": "",
744+
"delete_cmd_prefix": "del ",
745+
"library": "var_list.py",
746+
"varRefreshCmd": "print(var_dic_list())"
747+
},
748+
"r": {
749+
"delete_cmd_postfix": ") ",
750+
"delete_cmd_prefix": "rm(",
751+
"library": "var_list.r",
752+
"varRefreshCmd": "cat(var_dic_list()) "
753+
}
754+
},
755+
"types_to_exclude": [
756+
"module",
757+
"function",
758+
"builtin_function_or_method",
759+
"instance",
760+
"_Feature"
761+
],
762+
"window_display": false
721763
}
722764
},
723765
"nbformat": 4,

samples/04_gis_analysts_data_scientists/creating_raster_information_product_using_raster_analytics.ipynb

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508
"notebookRuntimeVersion": "4.0"
509509
},
510510
"kernelspec": {
511-
"display_name": "Python 3",
511+
"display_name": "Python 3 (ipykernel)",
512512
"language": "python",
513513
"name": "python3"
514514
},
@@ -522,7 +522,49 @@
522522
"name": "python",
523523
"nbconvert_exporter": "python",
524524
"pygments_lexer": "ipython3",
525-
"version": "3.7.9"
525+
"version": "3.7.6"
526+
},
527+
"toc": {
528+
"base_numbering": 1,
529+
"nav_menu": {},
530+
"number_sections": false,
531+
"sideBar": true,
532+
"skip_h1_title": true,
533+
"title_cell": "Table of Contents",
534+
"title_sidebar": "Contents",
535+
"toc_cell": true,
536+
"toc_position": {},
537+
"toc_section_display": true,
538+
"toc_window_display": false
539+
},
540+
"varInspector": {
541+
"cols": {
542+
"lenName": 16,
543+
"lenType": 16,
544+
"lenVar": 40
545+
},
546+
"kernels_config": {
547+
"python": {
548+
"delete_cmd_postfix": "",
549+
"delete_cmd_prefix": "del ",
550+
"library": "var_list.py",
551+
"varRefreshCmd": "print(var_dic_list())"
552+
},
553+
"r": {
554+
"delete_cmd_postfix": ") ",
555+
"delete_cmd_prefix": "rm(",
556+
"library": "var_list.r",
557+
"varRefreshCmd": "cat(var_dic_list()) "
558+
}
559+
},
560+
"types_to_exclude": [
561+
"module",
562+
"function",
563+
"builtin_function_or_method",
564+
"instance",
565+
"_Feature"
566+
],
567+
"window_display": false
526568
},
527569
"widgets": {
528570
"state": {

samples/04_gis_analysts_data_scientists/crime_analysis_and_clustering_using_geoanalytics_and_pyspark.ipynb

Lines changed: 44 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,6 @@
77
"# Crime analysis and clustering using geoanalytics and pyspark.ml"
88
]
99
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"* [Introduction](#Introduction)\n",
15-
"* [Necessary Imports](#Necessary-Imports)\n",
16-
"* [Connect to your ArcGIS Enterprise Organization](#Connect-to-your-ArcGIS-Enterprise-Organization)\n",
17-
"* [Ensure your GIS supports GeoAnalytics](#Ensure-your-GIS-supports-GeoAnalytics)\n",
18-
"* [Prepare the data](#Prepare-the-data)\n",
19-
" * [Register a big data file share](#Register-a-big-data-file-share)\n",
20-
"* [Get data for analysis](#Get-data-for-analysis)\n",
21-
"* [Describe data](#Describe-data)\n",
22-
"* [Analyze patterns](#Analyze-patterns)\n",
23-
" * [Aggregate points](#Aggregate-points)\n",
24-
" * [Calculate density](#Calculate-density)\n",
25-
" * [Find hot spots](#Find-hot-spots)\n",
26-
"* [Use Spark Dataframe and Run Python Script](#Use-Spark-Dataframe-and-Run-Python-Script)\n",
27-
" * [Location of crime](#Location-of-crime)\n",
28-
" * [Type of crime](#Type-of-crime)\n",
29-
" * [Location of theft](#Location-of-theft)\n",
30-
" * [Count of crime incidents by block group](#Count-of-crime-incidents-by-block-group)\n",
31-
" * [Get crime types for a particular block group](#Get-crime-types-for-a-particular-block-group)\n",
32-
" * [Crime distribution by the hour](#Crime-distribution-by-the-hour)\n",
33-
" * [Big data machine learning using pyspark.ml](#Big-data-machine-learning-using-pyspark.ml)\n",
34-
" * [Find the optimal number of clusters](#Find-the-optimal-number-of-clusters)\n",
35-
" * [K-Means clustering](#K-Means-Clustering)\n",
36-
"* [Conclusion](#Conclusion)"
37-
]
38-
},
3910
{
4011
"cell_type": "markdown",
4112
"metadata": {},
@@ -3346,7 +3317,7 @@
33463317
"notebookRuntimeVersion": "5.0"
33473318
},
33483319
"kernelspec": {
3349-
"display_name": "Python 3",
3320+
"display_name": "Python 3 (ipykernel)",
33503321
"language": "python",
33513322
"name": "python3"
33523323
},
@@ -3360,7 +3331,49 @@
33603331
"name": "python",
33613332
"nbconvert_exporter": "python",
33623333
"pygments_lexer": "ipython3",
3363-
"version": "3.7.10"
3334+
"version": "3.7.6"
3335+
},
3336+
"toc": {
3337+
"base_numbering": 1,
3338+
"nav_menu": {},
3339+
"number_sections": false,
3340+
"sideBar": true,
3341+
"skip_h1_title": true,
3342+
"title_cell": "Table of Contents",
3343+
"title_sidebar": "Contents",
3344+
"toc_cell": true,
3345+
"toc_position": {},
3346+
"toc_section_display": true,
3347+
"toc_window_display": false
3348+
},
3349+
"varInspector": {
3350+
"cols": {
3351+
"lenName": 16,
3352+
"lenType": 16,
3353+
"lenVar": 40
3354+
},
3355+
"kernels_config": {
3356+
"python": {
3357+
"delete_cmd_postfix": "",
3358+
"delete_cmd_prefix": "del ",
3359+
"library": "var_list.py",
3360+
"varRefreshCmd": "print(var_dic_list())"
3361+
},
3362+
"r": {
3363+
"delete_cmd_postfix": ") ",
3364+
"delete_cmd_prefix": "rm(",
3365+
"library": "var_list.r",
3366+
"varRefreshCmd": "cat(var_dic_list()) "
3367+
}
3368+
},
3369+
"types_to_exclude": [
3370+
"module",
3371+
"function",
3372+
"builtin_function_or_method",
3373+
"instance",
3374+
"_Feature"
3375+
],
3376+
"window_display": false
33643377
}
33653378
},
33663379
"nbformat": 4,

samples/04_gis_analysts_data_scientists/designate_bike_routes_for_commuting_professionals.ipynb

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@
18801880
"notebookRuntimeVersion": "5.0"
18811881
},
18821882
"kernelspec": {
1883-
"display_name": "Python 3",
1883+
"display_name": "Python 3 (ipykernel)",
18841884
"language": "python",
18851885
"name": "python3"
18861886
},
@@ -1894,7 +1894,49 @@
18941894
"name": "python",
18951895
"nbconvert_exporter": "python",
18961896
"pygments_lexer": "ipython3",
1897-
"version": "3.7.9"
1897+
"version": "3.7.6"
1898+
},
1899+
"toc": {
1900+
"base_numbering": 1,
1901+
"nav_menu": {},
1902+
"number_sections": false,
1903+
"sideBar": true,
1904+
"skip_h1_title": true,
1905+
"title_cell": "Table of Contents",
1906+
"title_sidebar": "Contents",
1907+
"toc_cell": true,
1908+
"toc_position": {},
1909+
"toc_section_display": true,
1910+
"toc_window_display": false
1911+
},
1912+
"varInspector": {
1913+
"cols": {
1914+
"lenName": 16,
1915+
"lenType": 16,
1916+
"lenVar": 40
1917+
},
1918+
"kernels_config": {
1919+
"python": {
1920+
"delete_cmd_postfix": "",
1921+
"delete_cmd_prefix": "del ",
1922+
"library": "var_list.py",
1923+
"varRefreshCmd": "print(var_dic_list())"
1924+
},
1925+
"r": {
1926+
"delete_cmd_postfix": ") ",
1927+
"delete_cmd_prefix": "rm(",
1928+
"library": "var_list.r",
1929+
"varRefreshCmd": "cat(var_dic_list()) "
1930+
}
1931+
},
1932+
"types_to_exclude": [
1933+
"module",
1934+
"function",
1935+
"builtin_function_or_method",
1936+
"instance",
1937+
"_Feature"
1938+
],
1939+
"window_display": false
18981940
}
18991941
},
19001942
"nbformat": 4,

samples/04_gis_analysts_data_scientists/detect_super_blooms_using_satellite_image_classification.ipynb

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77
"# Detecting Super Blooms Using Satellite Image Classification"
88
]
99
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {
13-
"toc": true
14-
},
15-
"source": [
16-
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
17-
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Introduction\" data-toc-modified-id=\"Introduction-1\">Introduction</a></span></li><li><span><a href=\"#Part-1.-Data-Preparation\" data-toc-modified-id=\"Part-1.-Data-Preparation-2\">Part 1. Data Preparation</a></span></li><li><span><a href=\"#Part-2.-Visualization-in-Natural-Color-with-DRA\" data-toc-modified-id=\"Part-2.-Visualization-in-Natural-Color-with-DRA-3\">Part 2. Visualization in Natural Color with DRA</a></span></li><li><span><a href=\"#Part-3.-Assess-Poppy-Blooms-Using-Pixel-Sampling-Techniques\" data-toc-modified-id=\"Part-3.-Assess-Poppy-Blooms-Using-Pixel-Sampling-Techniques-4\">Part 3. Assess Poppy Blooms Using Pixel Sampling Techniques</a></span><ul class=\"toc-item\"><li><span><a href=\"#Section-3.1.-Spectral-Signature-of-California-Poppy\" data-toc-modified-id=\"Section-3.1.-Spectral-Signature-of-California-Poppy-4.1\">Section 3.1. Spectral Signature of California Poppy</a></span></li><li><span><a href=\"#Section-3.2.-Spectral-Angle-Mapper\" data-toc-modified-id=\"Section-3.2.-Spectral-Angle-Mapper-4.2\">Section 3.2. Spectral Angle Mapper</a></span></li><li><span><a href=\"#Section-3.3.-Point-Frame-Sampling-of-Pixels'-Spectral-Signatures\" data-toc-modified-id=\"Section-3.3.-Point-Frame-Sampling-of-Pixels'-Spectral-Signatures-4.3\">Section 3.3. Point-Frame Sampling of Pixels' Spectral Signatures</a></span><ul class=\"toc-item\"><li><span><a href=\"#3.3.1.-About-Point-Frame-Sampling-Method\" data-toc-modified-id=\"3.3.1.-About-Point-Frame-Sampling-Method-4.3.1\">3.3.1. About Point-Frame Sampling Method</a></span></li><li><span><a href=\"#3.3.2.-Implementation-of-Point-Frame-Sampling\" data-toc-modified-id=\"3.3.2.-Implementation-of-Point-Frame-Sampling-4.3.2\">3.3.2. Implementation of Point-Frame Sampling</a></span></li></ul></li></ul></li><li><span><a href=\"#Part-4.-Vegetation-Health-or-Agriculture-Index\" data-toc-modified-id=\"Part-4.-Vegetation-Health-or-Agriculture-Index-5\">Part 4. Vegetation Health or Agriculture Index</a></span></li><li><span><a href=\"#Part-5.-Quantitative-Assessment-with-time-series-NDVI-imageries\" data-toc-modified-id=\"Part-5.-Quantitative-Assessment-with-time-series-NDVI-imageries-6\">Part 5. Quantitative Assessment with time-series NDVI imageries</a></span></li><li><span><a href=\"#Conclusion\" data-toc-modified-id=\"Conclusion-7\">Conclusion</a></span></li><li><span><a href=\"#References\" data-toc-modified-id=\"References-8\">References</a></span></li></ul></div>"
18-
]
19-
},
2010
{
2111
"cell_type": "markdown",
2212
"metadata": {},
@@ -3590,7 +3580,7 @@
35903580
"notebookRuntimeVersion": "4.0"
35913581
},
35923582
"kernelspec": {
3593-
"display_name": "Python 3",
3583+
"display_name": "Python 3 (ipykernel)",
35943584
"language": "python",
35953585
"name": "python3"
35963586
},
@@ -3604,7 +3594,7 @@
36043594
"name": "python",
36053595
"nbconvert_exporter": "python",
36063596
"pygments_lexer": "ipython3",
3607-
"version": "3.7.9"
3597+
"version": "3.7.6"
36083598
},
36093599
"toc": {
36103600
"base_numbering": 1,

0 commit comments

Comments
 (0)