Socket
Socket
Sign inDemoInstall

3point

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3point

3 point problem calculator


Version published
Maintainers
1
Created
Source

3point

Node.js implementation of the classic 3 point problem for geology.

Coordinate convention:

x: easting
y: northing
z: elevation

Installation

After installing Node.js type the following into the command prompt:

npm install -g 3point

Data File Preparation

3point needs a json formatted file with 3 xyz points. The file structure looks like this:

    {
		"data": [
			{
				"x": 38014.44,
				"y": -5180.96,
				"z": 3140.69
			},
			{
				"x": 36198.1,
				"y": 646.78,
				"z": -2208.91
			},
			{
				"x": 37421.48,
				"y": -6013.6,
				"z": -2195.51
			}
		]
	}

Usage

3point data.json

FAQs

Package last updated on 18 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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