New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

egm96-universal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egm96-universal - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

9

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc