Code Monkey home page Code Monkey logo

Comments (5)

sixeyeco avatar sixeyeco commented on September 4, 2024

@daviessm: variable wind direction would be amazing. diverting a plane that is not able to land due to excessive CW to another airport should add points if ordered in a timely manner (e.g. prior to hitting localizer). rain could increase landing time/extend landing distance forcing adaptive taxiing practices. thunderstorms could drift through radar necessitating diverting aircraft to avoid weather.

from atc.

erikquinn avatar erikquinn commented on September 4, 2024

Piggybacking on this one (just the wind part), I had the following to say (moved from closed issue #325):


It would add some realism if the wind could vary a bit. Not in the sense of necessitating a runway change necessarily, just that it has shifts and swells of direction and speed. I'm not sure how this is best implemented... what about based on a few levels of Math.random() values, like this:

  • Net change from 0h0m->1h0m: [(Math.random() = 0.8513) x 2 - 1 = +0.7026] x 18kts = +13kt
  • Net change from 0h0m->0h30m: [(Math.random() = 0.6912) x 2 - 1 = +0.3824] x 9kts = +3kt
  • Net change from 0h0m->0h10m: [(Math.random() = 0.2860) x 2 - 1 = -0.4280] x 3kts = -1kt
  • Wind @ (t): uhhhhhhhhhhhhhhhh????

This way, the changes would be random, but with a clear overarching trend. Somebody more well-versed may have a more intelligent solution, utilizing some of the functions from util.js that I still can't quite figure out what they do. If so, bring on the suggestions!

from atc.

Maverick283 avatar Maverick283 commented on September 4, 2024

Picking up @harp71 comment from the other issue:

"wind": {
  "angle": [[250, 280], [70, 105]],
  "speed": [5, 20] 
},

would be a great solution I think. Now all there is left to write is a algorithm as suggested by @erikquinn, that can make this wind "come alive". Though I think that a very rare chance of completely off winds would be great and realistic as well.

Maybe this MATLAB Thread may help.

from atc.

erikquinn avatar erikquinn commented on September 4, 2024

Also, as mentioned in #630, it might be interesting to have the option of updating the game with the actual live wind conditions.

from atc.

erikquinn avatar erikquinn commented on September 4, 2024

The ATC repository is being migrated to it's new home at https://github.com/openscope/openscope,
and thus, all issues are being closed. If this is still an issue with the latest version of the sim
(accessible at http://www.openscope.co), or is a feature you still think we are lacking,
please reopen the issue at the new repo.

Please note that the vast majority of these issues have been copied to the new repository, or else are covered by other issues created there. See the below screenshot for what it looks like when your issue is known in the new repo:

image

Thank you!

Closing this issue.

from atc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.