GeoMop / bapprox

Python tool for approximate 3d points using Bspline surface
3 stars 1 forks source link
approximation bspline-surface cad python terrain

B-Spline Approximator

Build Status Code Health Code Climate Test Coverage

Python tool for approximate 3d points using Bspline surface.

Bapprox screenshot

Requirements

How to Run

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

How to Test

PYTHONPATH=$PWD/src py.test tests