flyopenair / polrschd

Python script for predicting NOAA POES GAC transmissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polrschd

Python script for predicting NOAA POES GAC transmissions.
The script will access the public NOAA schedule file at https://noaasis.noaa.gov/cemscs/polrschd.txt and parse events related to POES GAC (NOAA-15, NOAA-18, NOAA-19). It will then display the UTC time and date at which a satellite begins and ends its GAC transmission, as well as the frequency, polarization, and elevation of the satellite.

GAC transmissions can be subsequently demodulated and decoded by LeanHRPT-Demod and LeanHRPT-Decode respectively.

thumbnail

Requirements

The script uses urllib, datetime and pyorbital. Only pyorbital is a non-default library and can be installed with pip

Usage

Very basic usage for now; open polrschd.py3 and change the four parameters at the beginning of the file (input your latitude, longitude, altitude ASL and minimum satellite elevation).
Once configured, you can run the script and get a list of GAC transmissions available for your area. Make sure to then check the full pass with your normal prediction app (such as gpredict, Look4sat, etc.)

About

Python script for predicting NOAA POES GAC transmissions

License:GNU General Public License v3.0


Languages

Language:Python 100.0%