cambecc / earth

a project to visualize global weather conditions
http://earth.nullschool.net
MIT License
5.99k stars 1.17k forks source link

Future Weather Data in iframe #136

Open SummerBrent opened 1 year ago

SummerBrent commented 1 year ago

Is there a reason why the weather data (within an iframe) will not progress more than 7 hours into the future?

For example, if the current date/time in the URL timestamp is: https://earth.nullschool.net/#2023/07/16/1100Z/wind/surface/level/orthographic=-232.00,21.75,1700

The weather data will only display to 2023/07/16/1800Z:

https://earth.nullschool.net/#2023/07/16/1800Z/wind/surface/level/orthographic=-232.00,21.75,1490

But it won't display 2023/07/16/1900Z or after.

We would like the weather data to dynamically progress in 24-hour increments for 4 days, but unfortunately it won't progress past 7 hours. Any assistance in resolving this would be greatly appreciated, thank you!