toddmedema / electrify

Take Charge of the Power Market
http://electrifygame.com
MIT License
6 stars 2 forks source link

Improve generating future weather #106

Open toddmedema opened 2 months ago

toddmedema commented 2 months ago

forecastNextDay in weather.tsx could use a lot of improvements, such as

Note that all locations have 40 years of /historic/ data (in public/data/WeatherRaw csv files) - since each location has all of that historic data, it may be smart to use that to determine the above, rather than attempting to code a different weather algorithm for each location (not scalable)