AirTrafficSim
AirTrafficSim copied to clipboard
Web-based air traffic simulation and visualization platform for ATM research.
If I modify DemoEnv.py as follows: ` self.aircraft_head = Aircraft(self.traffic, call_sign="GHOST", aircraft_type="C25C", flight_phase=FlightPhase.CRUISE, configuration=Config.CLEAN, lat=43.223267, long=71.631273, alt=5000.0, heading=175.0, cas=250.0, fuel_weight=10000.0, payload_weight=12000.0)` Then the simulation runs as expected. If I try...
Since the conda AirTrafficSim, and git clone AirTrafficSim for developer share the same environment name, which creates conflict. I change the environment name in environment.yml and contribution. md to "airtrafficsim_develop".
To update the client-side code for better code packaging and UI/UX. ### Code update - [ ] Remove Resium dependencies - [ ] Update Cesium.js to newest version - [...
Add a simulation variable delta_t to enable adjustable timestep in simulation. Right now, each timestep is defaulting to 1 second.
To complete the final function in the route detection module - airways detection such that AirTrafficSim can convert and generate full flight simulation from historic data.
Right now, VNAV and top of descent are not implemented. It is important to add these functions to enable AirTrafficSim to achieve full-flight simulation. Feel free to propose methodologies here!
Implement additional weather data sources including METAR data and historic radar image data. Suggestions and ideas are welcomed.
Implement more performance models, especially the open-source [OpenAP](https://github.com/TUDelft-CNS-ATM/openap) model. Suggestions and contributions are welcomed for adding new performance models, including drones and UAM models.
At various places throughout the codebase (in README.md, CONTRIBUTING.md, and possibly more), and in the documentation, the link to https://cds.climate.copernicus.eu/api-how-to is no longer valid. I believe the current correct link...