An application to render poliastro orbital data with Cesium. It uses NASA's Blue Marble imagery.
- Create a folder in your target directory
- Clone the project
git clone https://github.com/poliastro/cesium-app.git
- Navigate to
application
cd application
- If you have a Cesium access token, open
main.htmlin the editor of your choice
- Find
Cesium.Ion.defaultAccessTokenand replace'your_access_token'with your access token
NOTE: You can get an access token by creating a Cesium ion account. Alternatively, you can skip this step and use the default token.
- Run
main.htmlin your browser
- Open any application in Cesium Sandcastle
- Copy the contents of
Sandcastle/js_main.js
- Paste into the
Javascript Codetab
- Copy the contents of
Sandcastle/html_main.html
- Paste into the
HTML body & CSStab
- Run the application

