Skip to content

Commit ad4e70c

Browse files
authored
Edit TOC for notebooks (#1161)
1 parent 2fd0062 commit ad4e70c

File tree

31 files changed

+179
-746
lines changed

31 files changed

+179
-746
lines changed

samples/04_gis_analysts_data_scientists/part1_prepare_hurricane_data.ipynb

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,6 @@
77
"# Data Preparation - Hurricane analysis, part 1/3"
88
]
99
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"## Table of Contents\n",
15-
"* [Introduction](#Introduction)\n",
16-
"* [Download hurricane data from NCEI FTP portal](#Download-hurricane-data-from-NCEI-FTP-portal)\n",
17-
" * [Download each file into the hurricanes_raw directory](#Download-each-file-into-the-hurricanes_raw-directory)\n",
18-
"* [Process CSV files by removing header rows](#Process-CSV-files-by-removing-header-rows)\n",
19-
" * [Automate across all files](#Automate-across-all-files)\n",
20-
"* [Cleaning hurricane observations with Dask](#Cleaning-hurricane-observations-with-Dask)\n",
21-
" * [Read input CSV data](#Read-input-CSV-data)\n",
22-
" * [Merge all location columns](#Merge-all-location-columns)\n",
23-
" * [Merge similar columns](#Merge-similar-columns)\n",
24-
" * [Merge wind columns](#Merge-wind-columns)\n",
25-
" * [Merge pressure columns](#Merge-pressure-columns)\n",
26-
" * [Merge grade columns](#Merge-grade-columns)\n",
27-
" * [Merge eye diameter columns](#Merge-eye-diameter-columns)\n",
28-
" * [Identify remaining redundant columns](#Identify-remaining-redundant-columns)\n",
29-
" * [Drop all redundant columns](#Drop-all-redundant-columns)\n",
30-
" * [Perform delayed computation](#Perform-delayed-computation)\n",
31-
" * [Preview results](#Preview-results)\n",
32-
"* [Creating hurricane tracks using Geoanalytics](#Creating-hurricane-tracks-using-Geoanalytics)\n",
33-
" * [Create a data store](#Create-a-data-store)\n",
34-
" * [Perform data aggregation using reconstruct tracks tool](#Perform-data-aggregation-using-reconstruct-tracks-tool)\n",
35-
" * [Execute reconstruct tracks tool](#Execute-reconstruct-tracks-tool)\n",
36-
" * [Analyze the result of aggregation](#Analyze-the-result-of-aggregation)\n",
37-
"* [Conclusion](#Conclusion)"
38-
]
39-
},
4010
{
4111
"cell_type": "markdown",
4212
"metadata": {},
@@ -4075,7 +4045,7 @@
40754045
"name": "python",
40764046
"nbconvert_exporter": "python",
40774047
"pygments_lexer": "ipython3",
4078-
"version": "3.7.9"
4048+
"version": "3.7.11"
40794049
},
40804050
"toc": {
40814051
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/part2_explore_hurricane_tracks.ipynb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77
"# Exploratory Statistics - Hurricane analysis, part 2/3"
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=\"#Access-aggregated-hurricane-data\" data-toc-modified-id=\"Access-aggregated-hurricane-data-1.1\">Access aggregated hurricane data</a></span><ul class=\"toc-item\"><li><span><a href=\"#Query-hurricane-tracks-into-a-Spatially-Enabled-DataFrame\" data-toc-modified-id=\"Query-hurricane-tracks-into-a-Spatially-Enabled-DataFrame-1.1.1\">Query hurricane tracks into a Spatially Enabled <code>DataFrame</code></a></span></li></ul></li><li><span><a href=\"#Exploratory-data-analysis\" data-toc-modified-id=\"Exploratory-data-analysis-1.2\">Exploratory data analysis</a></span><ul class=\"toc-item\"><li><span><a href=\"#Does-the-number-of-hurricanes-increase-with-time?\" data-toc-modified-id=\"Does-the-number-of-hurricanes-increase-with-time?-1.2.1\">Does the number of hurricanes increase with time?</a></span></li><li><span><a href=\"#How-many-hurricanes-occure-per-basin-and-sub-basin?\" data-toc-modified-id=\"How-many-hurricanes-occure-per-basin-and-sub-basin?-1.2.2\">How many hurricanes occure per basin and sub basin?</a></span></li><li><span><a href=\"#Are-certain-hurricane-names-more-popular?\" data-toc-modified-id=\"Are-certain-hurricane-names-more-popular?-1.2.3\">Are certain hurricane names more popular?</a></span></li><li><span><a href=\"#Is-there-a-seasonality-in-the-occurrence-of-hurricanes?\" data-toc-modified-id=\"Is-there-a-seasonality-in-the-occurrence-of-hurricanes?-1.2.4\">Is there a seasonality in the occurrence of hurricanes?</a></span></li><li><span><a href=\"#What-percent-of-hurricanes-make-landfall?\" data-toc-modified-id=\"What-percent-of-hurricanes-make-landfall?-1.2.5\">What percent of hurricanes make landfall?</a></span></li><li><span><a href=\"#How-far-do-hurricanes-travel-inland-after-landfall?\" data-toc-modified-id=\"How-far-do-hurricanes-travel-inland-after-landfall?-1.2.6\">How far do hurricanes travel inland after landfall?</a></span></li><li><span><a href=\"#Where-do-hurricanes-make-landfall?\" data-toc-modified-id=\"Where-do-hurricanes-make-landfall?-1.2.7\">Where do hurricanes make landfall?</a></span><ul class=\"toc-item\"><li><span><a href=\"#Perform-density-analysis-on-hurricane-landfall-locations\" data-toc-modified-id=\"Perform-density-analysis-on-hurricane-landfall-locations-1.2.7.1\">Perform density analysis on hurricane landfall locations</a></span></li></ul></li><li><span><a href=\"#What-are-the-demographics-of-places-with-highest-density-of-landfalls?\" data-toc-modified-id=\"What-are-the-demographics-of-places-with-highest-density-of-landfalls?-1.2.8\">What are the demographics of places with highest density of landfalls?</a></span></li></ul></li><li><span><a href=\"#Conclusion\" data-toc-modified-id=\"Conclusion-1.3\">Conclusion</a></span></li></ul></li></ul></div>"
18-
]
19-
},
2010
{
2111
"cell_type": "markdown",
2212
"metadata": {},
@@ -2378,7 +2368,7 @@
23782368
"name": "python",
23792369
"nbconvert_exporter": "python",
23802370
"pygments_lexer": "ipython3",
2381-
"version": "3.7.9"
2371+
"version": "3.7.11"
23822372
},
23832373
"toc": {
23842374
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/part3_analyze_hurricane_tracks.ipynb

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,6 @@
77
"# Correlation - Hurricane analysis, part 3/3"
88
]
99
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"## Table of Contents\n",
15-
"* [Access aggregated hurricane data](##Access-aggregated-hurricane-data)\n",
16-
" * [Query hurricane tracks into a Spatially Enabled <code>DataFrame</code>](#Query-hurricane-tracks-into-a-Spatially-Enabled-DataFrame)\n",
17-
" * [Query landfall tracks layer into a Spatially Enabled <code>DataFrame</code>](#Query-landfall-tracks-layer-into-a-Spatially-Enabled-DataFrame)\n",
18-
"* [Manage missing sensor data](#Manage-missing-sensor-data)\n",
19-
" * [Visualize missing records](#Visualize-missing-records)\n",
20-
" * [Missing value imputation](#Missing-value-imputation)\n",
21-
"* [Does intensity of hurricanes increase over time?](#Does-intensity-of-hurricanes-increase-over-time?)\n",
22-
"* [Does the number of hurricanes increase over time?](#Does-the-number-of-hurricanes-increase-over-time?)\n",
23-
"* [Does hurricane wind speed increase over time?](#Does-hurricane-wind-speed-increase-over-time)\n",
24-
"* [Analyzing hurricane category over time by basin](#Analyzing-hurricane-category-over-time-by-basin)\n",
25-
"* [Analyzing hurricane wind speed over time by basin](#Analyzing-hurricane-wind-speed-over-time-by-basin)\n",
26-
"* [Does eye pressure decrease over time?](#Does-eye-pressure-decrease-over-time?)\n",
27-
"* [Do hurricanes linger longer over time?](#Do-hurricanes-linger-longer-over-time?)\n",
28-
"* [Do hurricanes travel longer inland over time?](#Do-hurricanes-travel-longer-inland-over-time?)\n",
29-
"* [Correlate observations over time](#Correlate-observations-over-time)\n",
30-
"* [Conclusion](#Conclusion)\n",
31-
"* [References](#References)"
32-
]
33-
},
3410
{
3511
"cell_type": "markdown",
3612
"metadata": {},
@@ -2570,7 +2546,7 @@
25702546
"name": "python",
25712547
"nbconvert_exporter": "python",
25722548
"pygments_lexer": "ipython3",
2573-
"version": "3.7.9"
2549+
"version": "3.7.11"
25742550
},
25752551
"toc": {
25762552
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/predict-floods-with-unit-hydrographs.ipynb

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,6 @@
88
"Estimate stream runoff during a predicted rainstorm in Vermont."
99
]
1010
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
15-
"## Table of Contents\n",
16-
"* [Introduction](#Introduction)\n",
17-
"* [Necessary Imports](#Necessary-Imports)\n",
18-
"* [Connect to your GIS](#Connect-to-your-GIS)\n",
19-
"* [Get daya for analysis](#Get-data-for-analysis)\n",
20-
"* [Remove imperfections in elevation model](#Remove-imperfections-in-elevation-model)\n",
21-
" * [Identify sinks](#Identify-sinks)\n",
22-
" * [Fill sinks](#Fill-sinks)\n",
23-
"* [Delineate the watershed](#Delineate-the-watershed)\n",
24-
" * [Assess flow directions](#Assess-flow-directions)\n",
25-
" * [Snap outlet to stream](#Snap-outlet-to-stream)\n",
26-
" * [Delineate watershed upstream of outlet](#Delineate-watershed-upstream-of-outlet)\n",
27-
"* [Create a velocity field](#Create-a-velocity-field)\n",
28-
" * [Create the slope raster](#Create-the-slope-raster)\n",
29-
" * [Calculate the slope-area term](#Calculate-the-slope-area-term)\n",
30-
" * [Calculate the velocity field](#Calculate-the-velocity-field)\n",
31-
" * [Limit the velocities](#Limit-the-velocities)\n",
32-
"* [Create an isochrone map](#Create-an-isochrone-map)\n",
33-
" * [Create a weight grid](#Create-a-weight-grid)\n",
34-
" * [Assess flow time to outlet pour point](#Assess-flow-time-to-outlet-pour-point)\n",
35-
" * [Reclassify flow time into isochrone zones](#Reclassify-flow-time-into-isochrone-zones)\n",
36-
"* [Create a unit hydrograph](#Create-a-unit-hydrograph)\n",
37-
"* [Conclusion](#Conclusion)"
38-
]
39-
},
4011
{
4112
"cell_type": "markdown",
4213
"metadata": {},
@@ -2827,7 +2798,7 @@
28272798
"name": "python",
28282799
"nbconvert_exporter": "python",
28292800
"pygments_lexer": "ipython3",
2830-
"version": "3.7.9"
2801+
"version": "3.7.11"
28312802
}
28322803
},
28332804
"nbformat": 4,

samples/04_gis_analysts_data_scientists/predict_service_request_types.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,7 @@
27772777
"name": "python",
27782778
"nbconvert_exporter": "python",
27792779
"pygments_lexer": "ipython3",
2780-
"version": "3.6.5"
2780+
"version": "3.7.11"
27812781
}
27822782
},
27832783
"nbformat": 4,

0 commit comments

Comments
 (0)