pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/pdal-lib
Module Name: pkgsrc
Committed By: thor
Date: Mon Dec 18 22:47:54 UTC 2023
Modified Files:
pkgsrc/geography/pdal-lib: Makefile PLIST distinfo
Removed Files:
pkgsrc/geography/pdal-lib/patches:
patch-pdal_util_private_BacktraceExecinfo.cpp
Log Message:
pdal-lib: update to 2.5.6
Among various bug fixes, these are the changes since 2.2.0:
2.5.6
bug fixes
2.5.5
bug fixes
2.5.4
bug fixes
2.5.3
bug fixes
2.5.2
Enhancements
Provided allow_empty option to readers.gdal #3984
2.5.1
Enhancements
Optional debug in filters.csf to improve performance #3952 (thanks
@n4z4m3!)
Connection classes for readers.copc and readers.ept consolidated
(#3962)
2.5.0
Changes of Note
TileDB 2.3 now required for TileDB read/write support (#3722)
readers.fbx and readers.mrsid have been removed (#3841)
Make PDAL Locale agnostic (#3873) Thanks @jjimenezshaw!
Non-public symbols are now hidden on unix (#3931) Thanks @abellgithub!
PipelineExecutor class is now deprecated (#3937)
New Stages
readers.ptx (Thanks @dbrookes96!) supports reading the PTX
format(#3718)
writers.fbi and readers.fbi supports TerraSolid binary format(#3822)
(Thanks @alavenant!)
filters.trajectory estimates trajectory for certain data
configurations (#3743)
filters.geomdistance computes the (2D) distance of points to a given
geometry (#3891)
readers.stac dereferences STAC Catalogs to read point cloud data
(#3915)
filters.expression uses the same syntax as where to filter data
(#3930)
Enhancements
boundary_json GeoJSON added to pdal info output (#3750)
Sort COPC output by GPSTime if available (#3747)
filters.zsmooth enabled by default (#3785)
update googletest to 1.12.1 by in (#3917)
Support GDAL 64bit integer types if they are defined (#3795)
PROJJSON output now added to pdal info output (#3780)
QuickInfo now supports adding Metadata (#3894)
stage-n-push support for writers.copc (#3790)
pdal translate will not overwrite data by default (#3794)
'bounds' option to limit filters.overlay usage (#3815)
wmain usage of pdal comand for wide filename character support on
Windows (#3824)
binmode added to writers.gdal to count only points inside pixels
(#3840)
attr_dims and ogr_options options to writers.ogr (#3837) Thanks
@rcoup!
Add metadata to readers.las QuickInfo (#3897)
writers.copc.threads option (#3910)
Support spaces in dimension names (#3907)
writers.copc.a_srs option (#3908)
readers.copc outputs copc_info metadata on read (#3936)
2.4.3
Changes of Note
A significant memory leak in LAZ decompression was fixed #3814
PDAL's website is migrating to @readthedocs Thanks @j9ac9k! #3782
Enhancements
writers.copc remote file writing was added #3819
filters.overlay bounds option added #3815
laz-perf vendored code updated to 3.1.0 release #3821
Arbiter credentials now support profiles #3792
2.4.2
Changes of Note
None
Enhancements
#3769 workshop documentation updates (Thanks @j9ac9k!)
2.4.1
Changes of Note
writers.copc now sorts chunks by GPStime, allowing better compression.
Various warnings for newer compilers have been eliminated.
Enhancements
Errors from the geotiff library are now directed to the console
(standard error).
readers.bpf now adds a count of the number of points to metadata.
The pdal info command now always writes a GeoJSON metadata entry of
the area boundary called boundary_json.
2.4.0
Changes of Note
A compiler that supports C++17 is now required to build PDAL or
include PDAL headers in your code.
The PDAL_STATIC_BUILD cmake option has been removed. We do not
support building PDAL as a static library, though it may work.
The behavior of readers.ept when specifying both bounds and polygon
options has changed such that a point must pass both the filters
independently in order to be accepted. (#3506)
readers.ept will now ignore the spatial reference on a clip region
if the point source has no spatial reference. This behavior is
consistent with filters.crop. (#3580)
readers.las and writers.las no longer support the laszip library. Both
stages now use the lazperf library, which is embedded into the PDAL
library. The compression option is still accepted in readers.las, but
is ignored. The compression option on writers.las still accepts the
LASZIP and LAZPERF , but those values are treated the same as TRUE.
PDAL now builds on MinGW, though future support depends on community
contributions.
Source code supporting las and ept has been moved to a private
namespace.
New Stages
readers.copc and writers.copc have been added to support reading
and writing of COPC files.
readers.smrmsg was added to read from post-processed MMS accuracy
files to be used with SBET data.
Enhancements
The performance of filters.litree has been improved. (#3518)
Support for time query/storage in readers.tiledb and writers.tiledb
has been added. (#3495)
Added various remote access support (AWS Fargate, AWS session token
support, Azure SAS token support). (#3496)
An error is now reported when reading a pipeline with multiple
leaf nodes.
Support for beam direction and origin in readers.rxp has been
added. (#3565)
Add a cmake macro PDAL_CREATE_PLUGIN that may simplify the creation
of some PDAL plugin stages. (#3588)
writers.null is now streamable. (#3591)
Added support for multiple output files in writers.ply (#3617 -
Thanks @longhuan2018)
filters.csf now permits selective output of debugging/analysis
files. (#3488)
Comments in JSON input files (pipelines) are now supported. (#3670)
Added support in writers.las for creating VLRs from metadata. (#3683)
Added query support origin query in version 1.1 of EPT. (#3505)
2.3.0
Changes of Note
GDAL version 3 is now required. (#3428)
readers.tiledb now defaults to unordered reads. (#3267)
readers.tiledb now supports Hilbert ordering. (#3345)
writers.pcd now writes 32-bit floating point for X, Y and Z by
default. (#3286)
The GDAL error handler is redirected to its destination when PDAL
logging stops. (#3244)
New Command
Added pdal eval to print a classification report from two input
point clouds. (#3346)
Added pdal chamfer to calculate the chamfer distance, a metric used
to quantify the similarity of two point clouds by evaluating the mean
square distance of nearest neighbor correspondences between clouds.
New Stages
filters.gpstimeconvert allows conversion between the various GPS
time standards.
filters.teaser uses the truncated least squares estimation and
semidefinite relaxation (TEASER) algorithm to create a rigid
transformation between two datasets.
readers.draco reads the Draco format.
writers.draco writes the Draco format.
filters.zsmooth sets a dimension to a value determined by nearby
points. (#3408)
Removed Stages
readers.oci
writers.oci
Enhancements
pdal pipeline and pdal translate now support a --dims option that
allows the stored dimensions to be easily controlled. (#3310)
readers.las now reports and terminates on some previously undetected
LAS file errors. (#3226)
Added override_srs and default_srs options to readers.gdal to allow
a raster with only NODATA to have an SRS. (#3271)
Support was added for MSVC 2019. (#3292)
Added text output of GeoTIFF keys to metadata when reading LAS
data. (#3299)
Added programmatic support to merge summary statistics. (#3321)
Extra dimension names in a LAS file containing characters deemed
illegal by PDAL are now converted by default to legal PDAL dimension
names. (#3325)
The sample filter is now streamable. (#3275)
Added the --error_on_failure option to filters.reprojection to allow
the program to terminate if a projection operation fails. (#3316)
Added the --start option to readers.las to allow skipping some number
of points. (#3313)
Set the `ACCEPT_ENCODING' curl option to enable automatic
decompression of HTTP replies.
Improve error messages for LAS where a specified point format is
not permitted. (#3324)
Add the --where option to all writers. (#3319)
Added a --nosrs option to readers.las to avoid reading the SRS
information. (#3441)
Improved performance of readers.ept in stream mode. (#3331)
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/pdal-lib/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/pdal-lib/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/pdal-lib/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/geography/pdal-lib/patches/patch-pdal_util_private_BacktraceExecinfo.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/pdal-lib/Makefile
diff -u pkgsrc/geography/pdal-lib/Makefile:1.22 pkgsrc/geography/pdal-lib/Makefile:1.23
--- pkgsrc/geography/pdal-lib/Makefile:1.22 Sun Nov 12 13:21:48 2023
+++ pkgsrc/geography/pdal-lib/Makefile Mon Dec 18 22:47:53 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2023/11/12 13:21:48 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/12/18 22:47:53 thor Exp $
-DISTNAME= PDAL-2.2.0-src
+DISTNAME= PDAL-2.5.6-src
PKGNAME= ${DISTNAME:S/PDAL/pdal-lib/:S/-src//}
-PKGREVISION= 21
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=PDAL/}
GITHUB_PROJECT= PDAL
@@ -16,6 +15,7 @@ LICENSE= modified-bsd
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++17
TEST_TARGET= test
@@ -57,6 +57,7 @@ CMAKE_ARGS+= -DWITH_ZSTD=ON
.include "../../archivers/zstd/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../graphics/pcl/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/pdal-lib/PLIST
diff -u pkgsrc/geography/pdal-lib/PLIST:1.1 pkgsrc/geography/pdal-lib/PLIST:1.2
--- pkgsrc/geography/pdal-lib/PLIST:1.1 Mon May 17 11:12:53 2021
+++ pkgsrc/geography/pdal-lib/PLIST Mon Dec 18 22:47:53 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/17 11:12:53 thor Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/12/18 22:47:53 thor Exp $
bin/pdal
bin/pdal-config
include/pdal/Artifact.hpp
@@ -50,7 +50,7 @@ include/pdal/Writer.hpp
include/pdal/XMLSchema.hpp
include/pdal/compression/Compression.hpp
include/pdal/compression/DeflateCompression.hpp
-include/pdal/compression/LazPerfCompression.hpp
+include/pdal/compression/GzipCompression.hpp
include/pdal/compression/LazPerfVlrCompression.hpp
include/pdal/compression/LzmaCompression.hpp
include/pdal/compression/ZstdCompression.hpp
@@ -72,9 +72,12 @@ include/pdal/filters/DividerFilter.hpp
include/pdal/filters/ELMFilter.hpp
include/pdal/filters/EigenvaluesFilter.hpp
include/pdal/filters/EstimateRankFilter.hpp
+include/pdal/filters/ExpressionFilter.hpp
include/pdal/filters/FaceRasterFilter.hpp
include/pdal/filters/FarthestPointSamplingFilter.hpp
include/pdal/filters/FerryFilter.hpp
+include/pdal/filters/GeomDistanceFilter.hpp
+include/pdal/filters/GpsTimeConvert.hpp
include/pdal/filters/GreedyProjection.hpp
include/pdal/filters/GroupByFilter.hpp
include/pdal/filters/HagDelaunayFilter.hpp
@@ -108,6 +111,7 @@ include/pdal/filters/RadialDensityFilter
include/pdal/filters/RandomizeFilter.hpp
include/pdal/filters/RangeFilter.hpp
include/pdal/filters/ReciprocityFilter.hpp
+include/pdal/filters/RelaxationDartThrowing.hpp
include/pdal/filters/ReprojectionFilter.hpp
include/pdal/filters/ReturnsFilter.hpp
include/pdal/filters/SMRFilter.hpp
@@ -124,6 +128,7 @@ include/pdal/filters/TransformationFilte
include/pdal/filters/VoxelCenterNearestNeighborFilter.hpp
include/pdal/filters/VoxelCentroidNearestNeighborFilter.hpp
include/pdal/filters/VoxelDownsizeFilter.hpp
+include/pdal/filters/ZsmoothFilter.hpp
include/pdal/filters/private/DimRange.hpp
include/pdal/filters/private/Point.hpp
include/pdal/filters/private/Segmentation.hpp
@@ -156,27 +161,27 @@ include/pdal/filters/private/pnp/Compari
include/pdal/filters/private/pnp/Grid.hpp
include/pdal/filters/private/pnp/GridPnp.hpp
include/pdal/filters/private/pnp/VoxelRayTrace.hpp
-include/pdal/gitsha.h
include/pdal/io/BpfCompressor.hpp
include/pdal/io/BpfHeader.hpp
include/pdal/io/BpfReader.hpp
include/pdal/io/BpfWriter.hpp
include/pdal/io/BufferReader.hpp
+include/pdal/io/CopcReader.hpp
+include/pdal/io/CopcWriter.hpp
include/pdal/io/EptAddonWriter.hpp
include/pdal/io/EptReader.hpp
include/pdal/io/FauxReader.hpp
+include/pdal/io/FbiHeader.hpp
+include/pdal/io/FbiReader.hpp
+include/pdal/io/FbiWriter.hpp
include/pdal/io/GDALReader.hpp
include/pdal/io/GDALWriter.hpp
-include/pdal/io/GeotiffSupport.hpp
include/pdal/io/GltfWriter.hpp
include/pdal/io/HeaderVal.hpp
include/pdal/io/Ilvis2MetadataReader.hpp
include/pdal/io/Ilvis2Reader.hpp
-include/pdal/io/LasError.hpp
include/pdal/io/LasHeader.hpp
include/pdal/io/LasReader.hpp
-include/pdal/io/LasSummaryData.hpp
-include/pdal/io/LasUtils.hpp
include/pdal/io/LasVLR.hpp
include/pdal/io/LasWriter.hpp
include/pdal/io/MemoryViewReader.hpp
@@ -192,20 +197,39 @@ include/pdal/io/PcdWriter.hpp
include/pdal/io/PlyReader.hpp
include/pdal/io/PlyWriter.hpp
include/pdal/io/PtsReader.hpp
+include/pdal/io/PtxReader.hpp
include/pdal/io/QfitReader.hpp
include/pdal/io/RasterWriter.hpp
include/pdal/io/SbetCommon.hpp
include/pdal/io/SbetReader.hpp
+include/pdal/io/SbetSmrmsgReader.hpp
include/pdal/io/SbetWriter.hpp
+include/pdal/io/StacReader.hpp
include/pdal/io/TIndexReader.hpp
include/pdal/io/TerrasolidReader.hpp
include/pdal/io/TextReader.hpp
include/pdal/io/TextWriter.hpp
include/pdal/io/point_types.hpp
include/pdal/io/private/GDALGrid.hpp
+include/pdal/io/private/connector/Connector.hpp
+include/pdal/io/private/copc/Entry.hpp
+include/pdal/io/private/copc/Info.hpp
+include/pdal/io/private/copc/Key.hpp
+include/pdal/io/private/copc/Tile.hpp
+include/pdal/io/private/copcwriter/BuPyramid.hpp
+include/pdal/io/private/copcwriter/CellManager.hpp
+include/pdal/io/private/copcwriter/Common.hpp
+include/pdal/io/private/copcwriter/Grid.hpp
+include/pdal/io/private/copcwriter/GridKey.hpp
+include/pdal/io/private/copcwriter/OctantInfo.hpp
+include/pdal/io/private/copcwriter/Output.hpp
+include/pdal/io/private/copcwriter/Processor.hpp
+include/pdal/io/private/copcwriter/PyramidManager.hpp
+include/pdal/io/private/copcwriter/Reprocessor.hpp
+include/pdal/io/private/copcwriter/VoxelInfo.hpp
+include/pdal/io/private/copcwriter/VoxelKey.hpp
include/pdal/io/private/ept/Addon.hpp
-include/pdal/io/private/ept/Connector.hpp
-include/pdal/io/private/ept/EptArtifact.hpp
+include/pdal/io/private/ept/Artifact.hpp
include/pdal/io/private/ept/EptInfo.hpp
include/pdal/io/private/ept/EptSupport.hpp
include/pdal/io/private/ept/FixedPointLayout.hpp
@@ -213,8 +237,16 @@ include/pdal/io/private/ept/Key.hpp
include/pdal/io/private/ept/Overlap.hpp
include/pdal/io/private/ept/TileContents.hpp
include/pdal/io/private/ept/VectorPointTable.hpp
+include/pdal/io/private/las/Geotiff.hpp
+include/pdal/io/private/las/Header.hpp
+include/pdal/io/private/las/Srs.hpp
+include/pdal/io/private/las/Summary.hpp
+include/pdal/io/private/las/Utils.hpp
+include/pdal/io/private/las/Vlr.hpp
+include/pdal/kernels/ChamferKernel.hpp
include/pdal/kernels/DeltaKernel.hpp
include/pdal/kernels/DensityKernel.hpp
+include/pdal/kernels/EvalKernel.hpp
include/pdal/kernels/GroundKernel.hpp
include/pdal/kernels/HausdorffKernel.hpp
include/pdal/kernels/InfoKernel.hpp
@@ -257,28 +289,31 @@ include/pdal/util/Inserter.hpp
include/pdal/util/NullOStream.hpp
include/pdal/util/OStream.hpp
include/pdal/util/ProgramArgs.hpp
+include/pdal/util/Random.hpp
include/pdal/util/ThreadPool.hpp
include/pdal/util/Utils.hpp
include/pdal/util/Uuid.hpp
include/pdal/util/pdal_util_export.hpp
+include/pdal/util/pdal_util_internal.hpp
include/pdal/util/portable_endian.hpp
include/pdal/util/private/BacktraceImpl.hpp
lib/cmake/PDAL/PDALConfig.cmake
lib/cmake/PDAL/PDALConfigVersion.cmake
lib/cmake/PDAL/PDALTargets-noconfig.cmake
lib/cmake/PDAL/PDALTargets.cmake
+lib/cmake/PDAL/pluginmacros.cmake
lib/libpdal_base.so
-lib/libpdal_base.so.12
-lib/libpdal_base.so.12.0.0
+lib/libpdal_base.so.15
+lib/libpdal_base.so.15.6.0
lib/libpdal_plugin_kernel_fauxplugin.so
-lib/libpdal_plugin_kernel_fauxplugin.so.12
-lib/libpdal_plugin_kernel_fauxplugin.so.12.0.0
+lib/libpdal_plugin_kernel_fauxplugin.so.15
+lib/libpdal_plugin_kernel_fauxplugin.so.15.6.0
lib/libpdal_plugin_reader_hdf.so
-lib/libpdal_plugin_reader_hdf.so.12
-lib/libpdal_plugin_reader_hdf.so.12.0.0
+lib/libpdal_plugin_reader_hdf.so.15
+lib/libpdal_plugin_reader_hdf.so.15.6.0
lib/libpdal_util.so
-lib/libpdal_util.so.12
-lib/libpdal_util.so.12.0.0
+lib/libpdal_util.so.15
+lib/libpdal_util.so.15.6.0
lib/libpdalcpp.so
lib/pkgconfig/pdal.pc
@pkgdir include/pdal/util/CMakeFiles/pdal_util.dir/private
Index: pkgsrc/geography/pdal-lib/distinfo
diff -u pkgsrc/geography/pdal-lib/distinfo:1.4 pkgsrc/geography/pdal-lib/distinfo:1.5
--- pkgsrc/geography/pdal-lib/distinfo:1.4 Sat Dec 24 09:58:20 2022
+++ pkgsrc/geography/pdal-lib/distinfo Mon Dec 18 22:47:53 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/12/24 09:58:20 wiz Exp $
+$NetBSD: distinfo,v 1.5 2023/12/18 22:47:53 thor Exp $
-BLAKE2s (PDAL-2.2.0-src.tar.gz) = 5dbf57ed8d96abbcf5f48aeffc00a636b44b29496d65c9d35fa8af0edc6f846f
-SHA512 (PDAL-2.2.0-src.tar.gz) = c54770973de714473bf6cfe6a69e2c880d516abcf71cce755495304093acb41471b4264cb84f11973a482f3de80a8922d7d8b54994fb91c6b012a6894a8bdac5
-Size (PDAL-2.2.0-src.tar.gz) = 99876283 bytes
+BLAKE2s (PDAL-2.5.6-src.tar.gz) = 7b7deadef1c483aa1f6aa7a06657a5f3ba1d9d68143b8013b4f9596e53203c93
+SHA512 (PDAL-2.5.6-src.tar.gz) = 059f18443a258e139ab3efa9146baeb51e21778ff46540961d9e6f2ef0b605d072240f68ca4b3def0c25ab6d477a14c7c75cd84cab6a7d7be543adab5f52e069
+Size (PDAL-2.5.6-src.tar.gz) = 89593391 bytes
SHA1 (patch-pdal_util_private_BacktraceExecinfo.cpp) = 594e8c5452e83b52731e161b323917d41aaf2cbe
Home |
Main Index |
Thread Index |
Old Index