orion-junkins / river-level-forecasting

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

Column Remapping #195

Open dunnlu opened 3 months ago

dunnlu commented 3 months ago

Column Remapping is still implemented in base_weather_provider.py.

This means it is called at unexpected times, especially in training. A column in the ecmwf model column set is "soil_moisture_0_to_7cm" which happens to be one of the columns the base_weather_provider remaps.