noaa-oar-arl / monetio

The Model and ObservatioN Evaluation Tool I/O package
https://monetio.readthedocs.io
MIT License
17 stars 20 forks source link

Some AirNow sites with incorrect UTC offset of 0 #86

Closed zmoon closed 11 months ago

zmoon commented 2 years ago

There are 20-ish TX sites and 1 WA site that have UTC offset set to 0 erroneously (exact numbers/sites depend on time period). I reported this to AirNow, and they said they will fix, but monetio could still do a quick check for this based on lon and just drop those rows.

and/or we could use timezonefinder (if installed / as an optional dependency) to compute the values.

This was noticed by @colin-harkins

zmoon commented 1 year ago

If not the above, we can at least add a test that checks how many there are.