UrbanCCD-UChicago / plenario

API for geospatial and time aggregation across multiple open datasets.
http://plenar.io
MIT License
154 stars 43 forks source link

missing weather data #242

Open meemking opened 8 years ago

meemking commented 8 years ago

There's some missing weather data from Plenario in random spots- I noticed today that for (wban = 03927) 2016-02, 2013-07, & 2013-11 are missing data- in each case they only have 1 record: for the first hour of the month eg:2013-07-01 00:00:00. I am running:

No Data:

http://plenar.io/v1/api/weather/hourly/?wban_code=03927&datetime__ge=2016-02-01&datetime__lt=2016-03-01

Data:

http://plenar.io/v1/api/weather/hourly/?wban_code=03927&datetime__ge=2016-01-01&datetime__lt=2016-02-01

WillEngler commented 8 years ago

I haven't been able to diagnose this yet.

In the mean time, I'm throwing some metal at it. I've spun up an instance to re-run the months you ID'ed. With luck, that might solve it while I poke around for the root cause