Skip to content
/ bapprox Public

Python tool for approximate 3d points using Bspline surface

Notifications You must be signed in to change notification settings

GeoMop/bapprox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-Spline Approximator

Build Status Code Health Code Climate Test Coverage

Python tool for approximate 3d points using Bspline surface.

Bapprox screenshot

Requirements

  • Python 2.7
  • Numpy 1.11
  • SciPy 0.18
  • GnuPlot 5.0
  • Python OCC 0.17

How to Run

python ./src/main.py -f ./conf.yaml

How to Test

PYTHONPATH=$PWD/src py.test tests