mesowx / MesoPy

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

timeseries_obs issue with Nevada stations? #14

Closed ajoros closed 8 years ago

ajoros commented 8 years ago

I am getting data for the CA/Yuba County timeseries_obs call, but I am getting nothing when I do the same for Washoe County in NV? There are many stations in Washoe County (specifically here in Reno) that contain the wind_speed parameter. I looked on the MESOWEST website too and the stations in Washoe County seem functional and returning data.

ts = m.timeseries_obs(start='201508100000',end='201510120000',state='NV',county='Washoe', vars='wind_speed') pp.pprint(ts)

ts = m.timeseries_obs(start='201508100000',end='201510120000',state='CA',county='Yuba',vars='wind_speed')' pp.pprint(ts)

joeyoun9 commented 8 years ago

Duplicate issue.