Skip to content

Forestutils v0.1.1

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 16 Feb 11:05

The first public release with decent docs and support - visit https://pypi.python.org/pypi/forestutils for more information.

If you have Python 3.4 or 3.5 installed, just pip install forestutils and the forestutils command will be available from the command line.

Alternatively, Windows users can try running one of the attached executables from the command line.

  • The Pyinstaller version is slower but single-file and easier to manage; use it on anything with less than ten million points or so.
  • For larger pointclouds, the speedup from compilation with Nuitka may be worth the trouble of the (included) .dll files.
  • Compilation with Cython is a work in progress.