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.html
in the editor of your choice
- Find
Cesium.Ion.defaultAccessToken
and 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.html
in your browser
- Open any application in Cesium Sandcastle
- Copy the contents of
Sandcastle/js_main.js
- Paste into the
Javascript Code
tab
- Copy the contents of
Sandcastle/html_main.html
- Paste into the
HTML body & CSS
tab
- Run the application