egm96-universal
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "egm96-universal", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A library to convert between EGM96-relative altitudes and WGS84 ellipsoid-relative altitudes", | ||
@@ -31,3 +31,8 @@ "main": "dist/egm96-universal.cjs.js", | ||
"coordinate", | ||
"altitude" | ||
"altitude", | ||
"earth", | ||
"gravity", | ||
"model", | ||
"1996", | ||
"cesium" | ||
], | ||
@@ -34,0 +39,0 @@ "author": "Nicolas Vanhoren", |
@@ -7,2 +7,4 @@ # egm96-universal | ||
Works both in the browser and node.js, you can test the result on [the demo page](https://nicolas-van.github.io/egm96-universal/). | ||
It uses the EGM96 sample data file provided by the [NGA](https://en.wikipedia.org/wiki/National_Geospatial-Intelligence_Agency) to lookup reference mean sea level and performs bilinear interpolation on the result. | ||
@@ -12,3 +14,3 @@ | ||
Works both in the browser and node.js, you can test the result on [the demo page](https://nicolas-van.github.io/egm96-universal/). | ||
This project was initially created to allow usage of KML files (that use EGM96 as reference according to the [specification](https://www.ogc.org/standards/kml), just like Google Earth) in [Cesium](https://cesium.com/index.html). It should work for any similar task that necessitate conversion between the two references. | ||
@@ -15,0 +17,0 @@ ## Usage |
5548921
59