mesowx / MesoPy

A Python wrapper for the MesoWest environmental data API
MIT License
58 stars 23 forks source link

Updated sample data return based on API Updates #29

Closed joeyoun9 closed 6 years ago

joeyoun9 commented 6 years ago

We've changed the precip service a bunch of times, so this reflects the new output for the given request. Precipitation requests now return precip amounts based on hourly METAR observations, instead of 6-hourly. There are other flags that can be added to the request which will change even more how the accumulations are derived.

The fundamental effect of this update changes the resulting total precip over the given period from .13" to .09"

Resolves #28