https://github.com/shizacat/caiga.ru-grabber
Get Aeronautical Information Publication (AIP) of Russian airports as one pdf file
https://github.com/shizacat/caiga.ru-grabber
aip python
Last synced: about 1 year ago
JSON representation
Get Aeronautical Information Publication (AIP) of Russian airports as one pdf file
- Host: GitHub
- URL: https://github.com/shizacat/caiga.ru-grabber
- Owner: shizacat
- Created: 2023-03-15T18:36:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T18:37:22.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:27:23.252Z (over 1 year ago)
- Topics: aip, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Get Aeronautical Information Publication (AIP) of Russian airports as one pdf file,
from http://www.caiga.ru/common/AirInter/validaip/html/rus.htm.
Supported only international airports.
# Usage
Requirents: Python 3.8 or above
Environment:
```bash
python -m venv venv
source venv/bin/acitave
pip install -r requiremnts.txt
```
Run:
```bash
source venv/bin/acitave
cd source
./create_pdf_by_airport.py --airport UHSS
```