We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ebe73 + 3b27603 commit 6ea7483Copy full SHA for 6ea7483
climetlab/version
@@ -1 +1 @@
1
-0.20.8
+0.20.9
docs/dataset-example.py
@@ -1,7 +1,7 @@
-import climetlab as cml
+# import climetlab as cml
2
3
-data = cml.load_dataset("hurricane-database", bassin="atlantic")
4
-print(data.home_page)
+# data = cml.load_dataset("hurricane-database", bassin="atlantic")
+# print(data.home_page)
5
6
-irma = data.to_pandas(name="irma", year=2017)
7
-cml.plot_map(irma)
+# irma = data.to_pandas(name="irma", year=2017)
+# cml.plot_map(irma)
0 commit comments