Skip to content

Set datum for coops_product_within_region() #89

@FariborzDaneshvar-NOAA

Description

@FariborzDaneshvar-NOAA

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).

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions