Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PenguinSnail/penguinWX
Node.JS tool to predict, schedule, record, and process weather satellite images with the RTL-SDR
https://github.com/PenguinSnail/penguinWX
meteor noaa noaa-satellite noaa-weather rtl-sdr rtlsdr satellite-imagery sdr weather-satellite
Last synced: 14 days ago
JSON representation
Node.JS tool to predict, schedule, record, and process weather satellite images with the RTL-SDR
- Host: GitHub
- URL: https://github.com/PenguinSnail/penguinWX
- Owner: PenguinSnail
- License: agpl-3.0
- Created: 2019-08-17T16:25:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:50:40.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:12:19.793Z (4 months ago)
- Topics: meteor, noaa, noaa-satellite, noaa-weather, rtl-sdr, rtlsdr, satellite-imagery, sdr, weather-satellite
- Language: TypeScript
- Size: 147 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dependencies
## Compilation
- `nodejs` and `npm`
- `tsc` (typescript compiler)## Runtime
### General Dependencies
- `rtl_sdr` (we only need the `rtl_fm` command)
- `sox`
- `at`### METEOR Dependencies
- `meteor_demod` ([https://github.com/dbdexter-dev/meteor_demod/](https://github.com/dbdexter-dev/meteor_demod/))
- `meteor_decode` ([https://github.com/dbdexter-dev/meteor_decode/](https://github.com/dbdexter-dev/meteor_decode/))
- currently need the `devel` branch
- `meteor_rectify` ([https://github.com/dbdexter-dev/meteor_rectify/](https://github.com/dbdexter-dev/meteor_rectify/))
- requires `python3`, `python3-pil (pillow)`, `python3-numpy (numpy)`
- `ffmpeg`
- `imagemagick` (`mogrify` command)### NOAA Dependencies
- `wxtoimg` and `wxmap` ([https://wxtoimgrestored.xyz/beta/](https://wxtoimgrestored.xyz/beta/))