Skip to content

Commit

Permalink
hurdat database chnaged. no testing on it
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Feb 12, 2024
1 parent 0e43213 commit 348561c
Showing 1 changed file with 5 additions and 5 deletions.
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 348561c

Please sign in to comment.