Skip to content

Commit

Permalink
Merge branch 'release/0.20.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Feb 12, 2024
2 parents 98ebe73 + 3b27603 commit 6ea7483
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion climetlab/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.8
0.20.9
10 changes: 5 additions & 5 deletions docs/dataset-example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import climetlab as cml
# import climetlab as cml

data = cml.load_dataset("hurricane-database", bassin="atlantic")
print(data.home_page)
# data = cml.load_dataset("hurricane-database", bassin="atlantic")
# print(data.home_page)

irma = data.to_pandas(name="irma", year=2017)
cml.plot_map(irma)
# irma = data.to_pandas(name="irma", year=2017)
# cml.plot_map(irma)

0 comments on commit 6ea7483

Please sign in to comment.