SHO Weather Generator

From Simwiki.net
Revision as of 22:13, 7 October 2024 by Shovas (talk | contribs)
Jump to navigation Jump to search

Description

  • PHP script that produces quasi-realistic weather scenarios from real weather data
  • Uses sqlite databases populated with OpenWeatherMap.org real weather data
  • Produces weather scenarios based on probabilities derived from real weather data metrics
  • Supports weather parameters like Conditions (Sunny, Cloudy, Overcast, Rainy, Storm), Ambient Temperature, Track Temperature, and Track On/Off Path Initial Wetness
  • Outputs real-time and slots-based weather scenarios generated from templates
  • Fast and scalable:
    • A single weather scenario can be generated in less than 100ms covering 7 distinct weather sessions and each containing up to 24 hours worth of weather progression.
    • On an i7 2600 32GB RAM with SSDs, it takes:
      • 3-5min to generate weather for ~100 tracks x 12 months x realtime and 10/15/20/30/60/120min slots distinct outputs x 10 weather scenarios.
      • 9-26min for ~ x 100 weather scenarios
      • 1-5h for ~ x 1000 weather scenarios
      • The ranges are for slots, 120min slots being fastest, up to realtime which is slowest
      • For example, in the 1000 weather scenarios case, you would only need 1h for slots and it takes 4 more hours to complete the realtime files
    • 8.8 Million files generated for the 1000 weather scenarios variation
    • The algorithm could be extracted, ported, and put inside another program to enable seamless weather scenarios in-game
      • For example, maybe one day the algorithm is included as a DLL with the Crew Chief GTR2 Enhancements Plugin which transparently and seamlessly generates a weather scenario when you load into a track

Related:

Download

Buy me a coffee

Donate to paypal@shovas.ca or send BTC Bitcoin to bc1q8nwwnwp9zljndlcaw4jcmj0yfyqe69fa5k54dm, LTC Litecoin to ltc1qljlmg5673q6j0s5cmxk4ggyn0x5d4npaw25vah, DOGE Dogecoin to DSMwwdHqJ3LMxPe1HiGgNKsWBY2jPi2RwW, or XRP Ripple to rGUoiGSjhsM14sPyePao1eqvjD6sXa1uLL. Thank you!

Getting Started

  • See README.txt in the download

Sim Support

  • Supported:
    • GTR2 Weather File Format (ie. UserData\Log\weather.txt)
  • Future:
    • Since output files are generated from templates, the code could be updated to support other file formats
    • The algorithm and data could be included in other software directly

What does SHO stand for?

SHO is the first three letters of my username (Shovas) but also happens to be an acronym used by Ford, which stands for "Super High Output", so I feel it's an appropriately fun acronym for a sim racing mod :)

License

SHO Weather Generator © 2024 by Shovas is licensed under Creative Commons Attribution-NonCommercial 4.0 International. This license requires that users give credit to the creator. It allows users to distribute, remix, adapt, and build upon the material in any medium or format, for noncommercial purposes only.

View the full license here: http://creativecommons.org/licenses/by-nc/4.0/

You don't have to ask permission for legitimate uses. You just have to give credit.

I think this provides clarity and is a nice compromise that maintains modding freedom while protecting the people that made them from losing credit to their work and against people who would cut out authors from profit from copying it.

Contact

User:Shovas