krysros / surf_grid

Surface reconstruction from scattered data points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Surface reconstruction from scattered data points.

The input data (xyz coordinates of points) is read from the dxf file. On their basis, interpolation of surfaces (e.g. terrain surfaces) is performed. The results in the form of a grid of squares are saved in a dxf file on separate layer and a csv file. These data can be used to calculate the volume of earthworks using the square method.

Installation

python -m pip install -r requirements.txt

Calculations

python main.py example.dxf

About

Surface reconstruction from scattered data points

License:MIT License


Languages

Language:Python 100.0%