https://github.com/pdal/prc
PRC Writer
https://github.com/pdal/prc
Last synced: about 1 year ago
JSON representation
PRC Writer
- Host: GitHub
- URL: https://github.com/pdal/prc
- Owner: PDAL
- License: lgpl-3.0
- Created: 2013-05-07T20:31:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T15:45:43.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:51:12.318Z (over 1 year ago)
- Language: C++
- Size: 442 KB
- Stars: 9
- Watchers: 10
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
# PDAL PRC Plugin
[](https://travis-ci.org/PDAL/PRC)
The PDAL PRC Plugin is released as LGPL v3.
Begin by installing the plugin's only required dependencies, PDAL (pdal.io)
and Haru (libharu.org). The latter should work up to version 2.3, but recent
changes in master affect the PRC file loading. There is a note in the source as
to how to modify the code to work with master.
In a nutshell, the PDAL PRC Plugin can configured, built, and installed thusly:
```
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
make install
```