Skip to content

Surface reconstruction from scattered data points

License

Notifications You must be signed in to change notification settings

krysros/surf_grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages