Socket
Socket
Sign inDemoInstall

3point

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    3point

3 point problem calculator


Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 18 Nov 2013

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc