oceanmodeling / StormEvents

Python interfaces for observational data surrounding named storm events, born from @jreniel's ADCIRCpy

Home Page:https://stormevents.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make StormEvents a client of Searvey

opened this issue · comments

  • implement StormEvents data sources into Searvey
  • make Searvey a dependency of StormEvents

Of the stormevents modules (coops, usgs, nhc) the coops module is the only one that should be ported into searvey (due to its station-based and time-arbitrary nature)

We can work on abstracting the COOPS_Station class into a more generalized Station class that can implement multiple backends in line with the existing COOPS_Query class