oceanmodeling / searvey

Sea state observational data retrieval
https://searvey.readthedocs.io/en/stable/
GNU General Public License v3.0
23 stars 11 forks source link

usgs: Handle dataretrieval state codes #144

Closed pmav99 closed 3 months ago

pmav99 commented 3 months ago

dataretrieval changed the datatype of state_codes from a list to a dict. With this commit we handle this change on searvey side.

Fixes #143