Skip to content

Commit eee78e3

Browse files
committed
add example for GOES-19
1 parent 63a0bc1 commit eee78e3

File tree

2 files changed

+894
-3
lines changed

2 files changed

+894
-3
lines changed

docs/user_guide/notebooks/DEMO_download_goes_latest.ipynb

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,19 @@
1515
"cell_type": "code",
1616
"execution_count": 1,
1717
"metadata": {},
18-
"outputs": [],
18+
"outputs": [
19+
{
20+
"ename": "ModuleNotFoundError",
21+
"evalue": "No module named 'goes2go'",
22+
"output_type": "error",
23+
"traceback": [
24+
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
25+
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
26+
"Cell \u001b[0;32mIn[1], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mgoes2go\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mdata\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m goes_nearesttime\n\u001b[1;32m 3\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mdatetime\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m datetime, timedelta\n\u001b[1;32m 4\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mpandas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;21;01mpd\u001b[39;00m\n",
27+
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'goes2go'"
28+
]
29+
}
30+
],
1931
"source": [
2032
"from goes2go.data import goes_nearesttime\n",
2133
"\n",
@@ -997,7 +1009,7 @@
9971009
],
9981010
"metadata": {
9991011
"kernelspec": {
1000-
"display_name": "Python 3",
1012+
"display_name": "herbie-dev",
10011013
"language": "python",
10021014
"name": "python3"
10031015
},
@@ -1011,7 +1023,7 @@
10111023
"name": "python",
10121024
"nbconvert_exporter": "python",
10131025
"pygments_lexer": "ipython3",
1014-
"version": "3.7.9"
1026+
"version": "3.13.1"
10151027
}
10161028
},
10171029
"nbformat": 4,

0 commit comments

Comments
 (0)