Name: | PDAL |
---|---|
Version: | 2.1.0 |
Release: | 8.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 234936 |
License: | BSD and ASL 2.0 and MIT and Boost |
RPM: | PDAL-2.1.0-8.el8.x86_64.rpm |
Source RPM: | PDAL-2.1.0-8.el8.src.rpm |
Build Date: | Thu Sep 17 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://www.pdal.io |
Summary: | Point Data Abstraction Library |
Description: | PDAL is a BSD licensed library for translating and manipulating point cloud data of various formats. It is a library that is analogous to the GDAL raster library. PDAL is focused on reading, writing, and translating point cloud data from the ever-growing constellation of data formats. While PDAL is not explicitly limited to working with LiDAR data formats, its wide format coverage is in that domain. PDAL is related to Point Cloud Library (PCL) in the sense that both work with point data, but PDAL’s niche is data translation and processing pipelines, and PCL’s is more in the algorithmic exploitation domain. There is cross over of both niches, however, and PDAL provides a user the ability to exploit data using PCL’s techniques. |
- enable EPEL8 compilation by dropping sphinx docs for now
- Rebuilt for Boost 1.73
- drop unversioned symbolic links of libpdal_plugin_* in PDAL-devel (BZ#1841616)
- license statements updates
- major cleanup, see BZ#1838686
- commented out vertical datums due to size for initial Fedora upload - cleanup upon review by Sandro Mani, BZ#1838686
- fix qhull package name for EPEL 8
- New 2.1.0 upstream release
- removed unused points2grid dependency
- New 2.0.1 upstream release - PCL support dropped as per release notes - added BuildRequires gcc-c++ as per RHBZ #1551327 (removing gcc and gcc-c++ from default buildroot) - further dependency cleanup