Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 1.1 KiB

6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
12345678910111213141516171819
  1. # NOAA Automated capture using Raspberry PI
  2. Most of the code and setup stolen from: [Instructables](https://www.instructables.com/id/Raspberry-Pi-NOAA-Weather-Satellite-Receiver/)
  3. ### New Features!
  4. - Nginx webserver to show images.
  5. - Timestamp and satellite name over every image.
  6. - WXToIMG configured to create several images (HVC,HVCT,MCIR, etc).
  7. - Pictures are posted to Twitter. See more at [argentinasat twitter account](https://twitter.com/argentinasat).
  8. - [Wiki](https://github.com/reynico/raspberry-noaa/wiki) is updated!
  9. ### Manual work
  10. - See [Wiki's install and config page](https://github.com/reynico/raspberry-noaa/wiki/Initial-installation-and-configuration) for information
  11. ### Important notes
  12. - I tried to run this on a Raspberry PI Zero Wifi, no luck. Seems like it's too much load for the CPU. Running on a Raspberry PI 2+ is ok. See [Wiki's hardware notes page](https://github.com/reynico/raspberry-noaa/wiki/Hardware-notes).
  13. - Code was a bit updated on how it handles the UTC vs timezone times.
  14. ### To do
  15. - Calculate sun elevation for each satellite pass to decide image enhancement.