reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
183 stars 57 forks source link

Refactor sun.py to Remove User-Specifics #124

Closed jekhokie closed 3 years ago

jekhokie commented 3 years ago

Update to use parameters in the sun.py script rather than hard-coded user-specific settings. This commit includes updates to the README and a check.sh script that will perform a "health check" for the user environment to catch users who updated their repo but haven't yet placed TZ_OFFSET into their noaa.conf, for example.

jekhokie commented 3 years ago

Moving this work over to jekhokie/raspberry-noaa-v2 based on the significant changes required. Will update on how to migrate in that repository.