Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kydronepilot/spaceeye

Live geostationary weather satellite imagery for your desktop background
https://github.com/kydronepilot/spaceeye

desktop-background electron goes-16 goes-17 himawari-8 meteosat-11 meteosat-8 noaa satellite-imagery space

Last synced: 5 days ago
JSON representation

Live geostationary weather satellite imagery for your desktop background

Awesome Lists containing this project

README

        

# SpaceEye

Live satellite imagery for your **Mac** or **Windows** desktop background.

![Build](https://github.com/KYDronePilot/SpaceEye/workflows/Build/badge.svg)
![Latest release](docs/img/badges/latest-release.svg)
![Supported platforms](docs/img/badges/supported-platforms.svg)
![License](docs/img/badges/license.svg)

![Latest Windows downloads](https://img.shields.io/github/downloads/KYDronePilot/SpaceEye/latest/SpaceEye-Setup-1.2.1.exe)

![App running on macOS](docs/img/macos_menubar.jpg)

## Install

### Mac

Download on the Mac App Store

Download from the **Mac App Store** by clicking the link above.

### Windows

Download from the Microsoft Store

- **Recommended**: Download from the **Microsoft Store** by clicking the link
above (Microsoft account not needed).
- Alternative: Follow the [installation instructions](https://github.com/KYDronePilot/SpaceEye/wiki/Installing-on-Windows)
to download and run the installer from the latest GitHub release.
- **Note**: You will have to dismiss warnings about the download being
potentially dangerous with this method.

## About

SpaceEye is an open source desktop app which sets live, publicly available
satellite imagery as your desktop background.

New images are downloaded approximately every 10 minutes to an hour (depending
on the view), giving an up-to-date, high resolution view of the Earth from
space.

Currently, the app provides 12 views of the Earth from 5 different geostationary
weather satellites: Himawari-8, GOES-17 (West), GOES-16 (East), Meteosat-8, and
Meteosat-11. This list will hopefully be expanded in the future.

## Acknowledgements

Special thanks to [NOAA STAR](https://www.star.nesdis.noaa.gov/star/index.php)
and the [Regional and Mesoscale Meteorology Branch
(RAMMB)](http://rammb.cira.colostate.edu) of NOAA/NESDIS (located at Colorado
State University) for providing the satellite imagery.

## Issues

If you encounter a bug or have a feature request, please create an issue on the
[Issues page](https://github.com/KYDronePilot/SpaceEye/issues).

## Development

### Requirements

- NodeJS
- Yarn
- [`windows-build-tools`](https://www.npmjs.com/package/windows-build-tools) (if
on Windows)

[VS Code](https://code.visualstudio.com) is recommended for development, but not
required. The repo includes configs and recommended extensions.

### Setup

```bash
git clone https://github.com/KYDronePilot/SpaceEye.git
cd SpaceEye
yarn
yarn run build
```

### Start in dev mode

Opens Chromium dev tools and watches renderer files.

```bash
yarn run start-dev
```

### Package the app

Builds and packages app for distribution.

If on macOS, creates DMG and ZIP files, or if on Windows, creates NSIS
executable installer.

```bash
yarn run dist
```

## Privacy

The only data collected are server logs when downloading the [satellite config
file](https://spaceeye-satellite-configs.s3.us-east-2.amazonaws.com/1.0.1/config.json).
This config file contains metadata and links to the satellite images provided by
NOAA and RAMMB.

## License

MIT © [Michael Galliers](https://github.com/KYDronePilot)