Skip to content

Commit 1b0b6d0

Browse files
committed
Remove time estimates
1 parent 662e4c0 commit 1b0b6d0

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

pages/workshop/Surface_Data/Advanced StationPlots with Mesonet Data.ipynb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
"\n",
2222
"<div style=\"float:right; width:250 px\"><img src=\"http://weather-geek.net/images/metar_what.png\" alt=\"METAR\" style=\"height: 200px;\"></div>\n",
2323
"\n",
24-
"## Overview:\n",
25-
"\n",
26-
"* **Teaching:** 30 minutes\n",
27-
"* **Exercises:** 35 minutes\n",
28-
"\n",
2924
"### Questions\n",
3025
"1. How do I read in complicated mesonet data with Pandas?\n",
3126
"1. How do I merge multiple Pandas DataFrames?\n",
@@ -519,9 +514,9 @@
519514
],
520515
"metadata": {
521516
"kernelspec": {
522-
"display_name": "Python [conda env:gallery]",
517+
"display_name": "Python 3",
523518
"language": "python",
524-
"name": "conda-env-gallery-py"
519+
"name": "python3"
525520
},
526521
"language_info": {
527522
"codemirror_mode": {
@@ -533,7 +528,7 @@
533528
"name": "python",
534529
"nbconvert_exporter": "python",
535530
"pygments_lexer": "ipython3",
536-
"version": "3.7.3"
531+
"version": "3.7.6"
537532
}
538533
},
539534
"nbformat": 4,

pages/workshop/Surface_Data/Surface Data with Siphon and MetPy.ipynb

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
"\n",
2222
"<div style=\"float:right; width:250 px\"><img src=\"http://weather-geek.net/images/metar_what.png\" alt=\"METAR\" style=\"height: 200px;\"></div>\n",
2323
"\n",
24-
"## Overview:\n",
25-
"\n",
26-
"* **Teaching:** 20 minutes\n",
27-
"* **Exercises:** 20 minutes\n",
28-
"\n",
2924
"### Questions\n",
3025
"1. What's the best way to get surface station data from a THREDDS data server?\n",
3126
"1. What's the best way to make a station plot of data?\n",
@@ -209,9 +204,7 @@
209204
{
210205
"cell_type": "code",
211206
"execution_count": null,
212-
"metadata": {
213-
"scrolled": false
214-
},
207+
"metadata": {},
215208
"outputs": [],
216209
"source": [
217210
"%matplotlib inline\n",
@@ -552,9 +545,9 @@
552545
],
553546
"metadata": {
554547
"kernelspec": {
555-
"display_name": "Python [conda env:devel]",
548+
"display_name": "Python 3",
556549
"language": "python",
557-
"name": "conda-env-devel-py"
550+
"name": "python3"
558551
},
559552
"language_info": {
560553
"codemirror_mode": {
@@ -566,9 +559,9 @@
566559
"name": "python",
567560
"nbconvert_exporter": "python",
568561
"pygments_lexer": "ipython3",
569-
"version": "3.7.3"
562+
"version": "3.7.6"
570563
}
571564
},
572565
"nbformat": 4,
573-
"nbformat_minor": 2
566+
"nbformat_minor": 4
574567
}

0 commit comments

Comments
 (0)