pncbose / cesium-satellites

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cesium Satellites Viewer

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

License

Screenshot 1

How to run locally

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 for more information.

About

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

License:Apache License 2.0


Languages

Language:JavaScript 78.7%Language:HTML 14.2%Language:Dockerfile 5.0%Language:CSS 2.1%