earthgravitymodel1996
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Earth Gravity Model 1996

Tools for working with the Earth Gravity Model 1996 (EGM96). Primarily useful for calculating the geoid height or mean sea level height at a given longitude and latitude.

Originally written as part of TerriaJS, now a separate library.

const egm96 = require("earthgravitymodel1996");
 
// Get the geoid height in Sydney Asustralia
const geoidHeight = egm96.getHeight(
    151.2 * Math.PI / 180.0,
    -33.8 * Math.PI / 180.0
);

Readme

Keywords

none

Package Sidebar

Install

npm i earthgravitymodel1996

Weekly Downloads

28

Version

1.0.0

License

Apache-2.0

Unpacked Size

2.11 MB

Total Files

8

Last publish

Collaborators

  • kring