https://github.com/zigarn/notams
https://github.com/zigarn/notams
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zigarn/notams
- Owner: zigarn
- Created: 2021-03-07T13:36:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T13:37:16.000Z (over 5 years ago)
- Last Synced: 2025-01-23T04:14:55.607Z (over 1 year ago)
- Language: PowerShell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTAM download
Retrieve NOTAMs from ICAO API.
## Instructions
1. Download [`get-notams.ps1`](get-notams.ps1) in `C:\whatever\you\want\get-notams.ps1`
2. Retrieve an API key from [ICAO API Data Service](https://www.icao.int/safety/iStars/Pages/API-Data-Service-new.aspx)
3. Create a `C:\wherever\you\want\config.json` with config inside (use [`config.sample.json`](config.sample.json) as a model)
4. Open PowerShell
5. Execute `Unblock-File -Path C:\whatever\you\want\get-notams.ps1`
6. Execute `C:\whatever\you\want\get-notams.ps1 C:\wherever\you\want\config.json`