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: about 1 month ago
JSON representation

Node.JS tool to predict, schedule, record, and process weather satellite images with the RTL-SDR

Lists

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