Skip to content

Commit fee5491

Browse files
re-org package and define public api
config docs
1 parent 616850b commit fee5491

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

cdippy/ndbc.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,9 @@ def get_wmo_id(
4545
ids = cu.pkl_load(pkl_fl)
4646
if stn in ids:
4747
return ids[stn]
48+
<<<<<<< HEAD
4849
return None
50+
=======
51+
else:
52+
return None
53+
>>>>>>> 4a237fd (re-org package and define public api)

cdippy/plots/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from . import annual_hs_boxplot, compendium, sst_climatology
2+
3+
__all__ = ["annual_hs_boxplot", "compendium", "sst_climatology"]

0 commit comments

Comments
 (0)