Skip to content

aok-solutions/min-curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

15 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

MinCurve

Small app to calculate Minimum Curvature

Usage

From the project directory:

$ npm install
$ npm start
  • navigate to http://localhost:3000
  • select text file with valid MMS format
  • each line will get parsed as such:
    • [0-4]: measured depth
    • [5-6]: incline degrees
    • [7-8]: incline minutes
    • [9-10]: incline seconds
  • a csv file will be generated with the minimum curve calculations

Example

00113010148235.94 will be parsed to these values:

  • measured depth: 113
  • incline degrees: 1
  • incline minutes: 1
  • incline seconds: 48
  • azimuth: 235.94

inclination will be computed to 1.03

About

šŸ›¢Calculate Minimum Curvature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published