https://github.com/ncordon/planets
Solar System trajectories representation
https://github.com/ncordon/planets
Last synced: about 1 year ago
JSON representation
Solar System trajectories representation
- Host: GitHub
- URL: https://github.com/ncordon/planets
- Owner: ncordon
- License: gpl-3.0
- Created: 2016-12-02T11:12:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T02:21:14.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T06:13:06.644Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 2.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planets orbits
Solves implicit equations to calculate position, velocity and trajectories of each Solar System planet, and gives a representation of the orbits
## License
Licensed in GPL3
## Web application
The first assignment, with 2D representation, is accesible [here](https://ncordon.shinyapps.io/planets).
The second one, with 3D representation [here](https://ncordon.shinyapps.io/planets-v2)
## Local installation
To make a local installation, having `R` installed:
~~~
./install.R
~~~
This script would install all the necesary packages and make the app locally available through `localhost`:
