Skip to content
forked from sgcderek/polrschd

Python script for predicting NOAA POES GAC transmissions

License

Notifications You must be signed in to change notification settings

horsaen/polrschd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/local 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

Installation

Clone repository

git clone https://github.com/horsaen/polrschd.git && cd polrschd

Install dependencies

pip3 install -r requirements.txt

Usage

Edit main.py to set required parameters, then simply run the script

python3 main.py

About

Python script for predicting NOAA POES GAC transmissions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%