AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
2.01k stars 289 forks source link

Normalize timezones #25

Open isaacmg opened 4 years ago

isaacmg commented 4 years ago

Check and make sure ASOS or ECONet weather data timezone matches the USGS it is matched with. If not need to normalize them this could lead to incorrect data.

isaacmg commented 4 years ago

Shit. So ASOS is using UTC automatically. This means USGS will have to be converted to UTC as well.

isaacmg commented 4 years ago

https://github.com/AIStream-Peelout/flow-forecast/commit/e123e1a1967fc1efd110297d977a88f513915a54

isaacmg commented 4 years ago

This is pretty much done just need to figure the TZ for EcoNet.