Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khaledsharif/cesium-satellites
- Owner: KhaledSharif
- License: apache-2.0
- Created: 2018-02-18T14:53:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T19:37:34.000Z (over 5 years ago)
- Last Synced: 2024-03-21T20:20:46.781Z (9 months ago)
- Topics: cesium, docker, nginx, orbit, satellite, two-line-element-sets
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 57
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.