Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burnpiro/airport-ai
Airport simulation for evaluation of airport gate assignment problem
https://github.com/burnpiro/airport-ai
airports simulation
Last synced: 3 months ago
JSON representation
Airport simulation for evaluation of airport gate assignment problem
- Host: GitHub
- URL: https://github.com/burnpiro/airport-ai
- Owner: burnpiro
- License: gpl-3.0
- Created: 2020-10-06T16:18:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T19:43:22.000Z (over 2 years ago)
- Last Synced: 2024-08-10T21:06:21.420Z (6 months ago)
- Topics: airports, simulation
- Language: Python
- Homepage: https://burnpiro.github.io/airport-ai/
- Size: 31.9 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# airport-ai
Airport simulation for evaluation of airport gate assignment problem
#### Article (Medium)
[https://pokropow.medium.com/airport-simulation-for-evaluation-of-airport-gate-assignment-problem-428ec03f6a62](https://pokropow.medium.com/airport-simulation-for-evaluation-of-airport-gate-assignment-problem-428ec03f6a62)
#### [Presentation](https://drive.google.com/file/d/1BsuJGNOZFpUrpOs6gdEqq1jSRVnJHGuR/view?usp=sharing)
### Visualization
[https://burnpiro.github.io/airport-ai/](https://burnpiro.github.io/airport-ai/)
### Run dev server
```shell
docker-compose -f visualization-docker-compose.yaml up
```You should be able to access website on [http://localhost:3001](http://localhost:3001)
### Run prod server```shell
docker-compose -f visualization-docker-compose-prod.yaml up
```You should be able to access website on [http://localhost:1337/airport-ai/](http://localhost:1337/airport-ai/)