NOTAM actually stands for Notice To Airmen and is the primary means of disseminating all kinds of information to pilots. Some of this information can be of critical importance.
This system has gone through very few changes since its invention in the 1920s, even though the number of airports and airplanes that operate have increased exponentially over the years.
This project aims at simplifying the process of publishing and accessing a NOTAM as well as attempts to simplify the information presentation for quicker understanding.
This project does not require any proprietary API or product.
- Simplified, parameterized creation of NOTAMs
- Instant and easy access to all published NOTAMs
- Automatic map view generation whenever applicable.
- Automatic highlighting of various parts of the aerodrome such as runways, taxiways etc whenever they are closed or unserviceable.
- Automatic priority depending on the contents.
- Search and sorting of NOTAMs based on user input.
- Two step verification for administrator login.
Using Docker
docker build ./webapp/ -t notam
docker run -p 5000:5000 notam
Using Python
python3 ./webapp/run.py
We're are open to enhancements
& bug-fixes
😄 Also do have a look here
This project was done under 36 hours with minimal pre-preparation
@Korusuke @Rusherrg @hetzz @Syn3rman @akshay-99 @aviiiij
This repository / project was a part of Smart India Hackathon 2019 under Ministry of Civil Aviation, Government of India where it stood second in the final round