softwareunderground / awesome-open-geoscience

Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Creative Commons Zero v1.0 Universal
1.45k stars 471 forks source link

vtk_triangulate_points #154

Closed pemn closed 3 years ago

pemn commented 3 years ago

A standalone tool to create simplified/lighweight surfaces from dense point cloud data. Its best use cases are very large datasets where traditional methods such as delaunay are not viable. This functionality is rare even in proprietary software packages, and even then usually requires multiple steps to achieve this kind of result.

Project name: vtk_triangulate_points

Project website/repository: https://github.com/pemn/vtk_triangulate_points

License: Apache 2.0

Submission type:

New Software Project

Checklist for all pull requests:

Checklist for new software projects:

Checklist for new Data Repositories, Tutorials and Cheat Sheets, and Miscellaneous:

JustinGOSSES commented 3 years ago

Looks cool. Can you add two sections to the README.md

In the current state, I looked at it quickly and didn't see those standard parts of documentation.

pemn commented 3 years ago

Added a Installation section to the readme, with modules required and that no special steps are required. Only download and run in any python enviroment.