Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khaledsharif/cesium-satellites

View the orbit of satellites in a Cesium viewer, derived from a two line element list
https://github.com/khaledsharif/cesium-satellites

cesium docker nginx orbit satellite two-line-element-sets

Last synced: 30 days ago
JSON representation

View the orbit of satellites in a Cesium viewer, derived from a two line element list

Awesome Lists containing this project

README

        

# Cesium Satellites Viewer
## View the orbit of satellites in a Cesium viewer, derived from a two line element list

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

![Screenshot 1](https://i.imgur.com/NJkNOiT.png)

## How to run locally

```bash
git clone https://github.com/KhaledSharif/cesium-satellites.git
cd cesium-satellites
docker build -t cesium:satellites .
docker run -d -p 8080:80 cesium:satellites
```

In your browser, navigate to `http://localhost:8080/`.

For the brave of heart, there also exists an Alpine version of the container. See [`Dockerfile.alpine`](https://github.com/KhaledSharif/cesium-satellites/blob/master/Dockerfile.alpine) for more information.