orion-junkins / river-level-forecasting

Exploring various neural network architectures for river level forecasting
MIT License
3 stars 3 forks source link

Partitioned historical fetches result in overlapping dates #191

Open orion-junkins opened 8 months ago

orion-junkins commented 8 months ago

AWS uploader attempts to break multi year queries into smaller chunks, but the resulting datums contain duplicate timestamps for some reason.

We can probably just remove this functionality and simplify the class since we can get all ECMWF data in one go.