Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830002 - sci-libs/pdal: add pdal library to work with point clouds (i.e. in qgis)
Summary: sci-libs/pdal: add pdal library to work with point clouds (i.e. in qgis)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Bettler
URL: https://pdal.io
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 830003
  Show dependency tree
 
Reported: 2021-12-26 11:35 UTC by Thomas Bettler
Modified: 2022-02-20 23:12 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2021-12-26 11:35:13 UTC
PDAL is a C++ library for translating and manipulating point cloud data. It is very much like the GDAL library which handles raster and vector data.

PDAL can be used with QGIS to work with point cloud data, i.e. to stream EPT point clouds from https://usgs.entwine.io/
Comment 1 Larry the Git Cow gentoo-dev 2022-02-20 23:11:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ec8e1563acdc7509d0889be2b027d12a7de9fc

commit c3ec8e1563acdc7509d0889be2b027d12a7de9fc
Author:     Thomas Bettler <thomas.bettler@gmail.com>
AuthorDate: 2022-02-20 09:48:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-20 23:08:52 +0000

    sci-libs/pdal: add pdal library
    
    to work with point clouds (i.e. in qgis)
    
    Bug: https://bugs.gentoo.org/830003
    Bug: https://github.com/gentoo/gentoo/pull/23526
    Closes: https://bugs.gentoo.org/830002
    Closes: https://github.com/gentoo/gentoo/pull/23525
    Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/pdal/Manifest                             |  1 +
 .../pdal-2.3.0-fix_cmake_install_location.patch    | 17 +++++
 .../pdal/files/pdal-2.3.0-upgrade_cmake_min.patch  | 77 ++++++++++++++++++++++
 sci-libs/pdal/metadata.xml                         | 19 ++++++
 sci-libs/pdal/pdal-2.3.0.ebuild                    | 48 ++++++++++++++
 5 files changed, 162 insertions(+)