ioos / pyoos

A Python library for collecting Met/Ocean observations
GNU Lesser General Public License v3.0
34 stars 33 forks source link

NDBC and COOPS SOS collectors should split requests over time limit boundaries #35

Open daf opened 10 years ago

daf commented 10 years ago

As noticed in ioos/system-test#81, NDBC SOS only supports 31 days and COOPS SOS only supports 4 days (of currents, noted in ioos/system-test#101).

@kwilcox suggests customizing the collectors to automatically split and make multiple requests.

birdage commented 10 years ago

@daf i think this is a good idea, abstract this away from the user to pyoos