Kepler solver to compute a celestial body position over the surface of the earth.
const {body2latlong} = require("keplerjs");
/**
* @param {body} //Celesitial body object
*/
body2latlong(body);
posistion:{
long:{type:Number} // Longitude [grad]
lat:{type:Number} // latitude [grad]
}
const earth = {
a // Semi major axis [UA]
e // eccentricity [adim]
i // inclination [deg]
om // argument ot the perilelion [deg]
w // right ascension [deg]
ma // mean anomaly [deg]
}
npm i keplerjs
API Documentation with swagger
Para contribuir simplemente puedes:
- Clone the repo
- Create a branch with the name of the feature you want to add
- Pull to your branch
- Create a pull request to dev so it can be checked and merged
You can contact me on LinkedIn
or at: