-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I noticed that default value for datum
in the coops_product_within_region() function in stormevent.py, is None
which will return STND
datum (see example plot below).
Users can set datum=NAVD
or any other value from the following list depending to their use
datum_list=['STND', 'MHHW', 'MHW', 'MTL', 'MSL', 'MLW', 'MLLW', 'NAVD']
I would suggest changing the default to NAVD
or MSL
as these two are more commonly used than STND
, and/or adding the list of possible options to line 446 .
@SorooshMani-NOAA, Let me know your thoughts. If you don't mind, I can make these changes.
Metadata
Metadata
Assignees
Labels
No labels