# cesium-satellites **Repository Path**: manam83/cesium-satellites ## Basic Information - **Project Name**: cesium-satellites - **Description**: View the orbit of satellites in a Cesium viewer, derived from a two line element list - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-02-24 - **Last Updated**: 2024-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.