* Alias PDAL_DLL => PDAL_EXPORT and warn users to upgrade if it is defined (PR #4813)
* Suppress error messages from GDAL/PROJ when infering metadata type SRSs (PR #4820)
* Add min_clamp, max_clamp, and nodata options to filters.hag_dem (PR #4828)
* Support 0 as variable chunk indicator in LAZ/COPC files (PR #4843)
* Emit warnings for pdal tindex hexbin boundary failures (PR #4844)
* Fix Connector segfault on 404 from /vsis3/ path (PR #4853)
* Add class argument for hag_delaunay, hag_dem and hag_nn filters (PR #4865)
* Remove dead code from Kazhdan's ply.h (PR #4866)
* Only specify JSON-compatible types when serializing pipelines (PR #4877)
* Add custom class arguments for ground classification filters (PR #4879)
* Documentation updates
* Update minimum GDAL verstion to 3.8
* Migrates PDAL.io to PDAL.org
* Update PDAL-fix-gdal-includes.patch to cover more GDAL includes
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=57
- Update to PDAL 2.9.2
* Add PDAL-remove-gtest.patch to remove the venored gtest, which was
re-added by 2.9.1
* PDAL 2.9.1 contained the following changes:
+ Sorting behaviour was changed, due to issues on Windows
+ Fixed build issues and compiler warnings
+ pdal --info will now return the same data as the python library's
pipeline.quickinfo
+ Adds support for Arrow 21+
+ Adds protection against empty views to some filters
+ Adds new Radius assign filter
+ Venored gtest was added back, with intent to drop again for 2.10
* PDAL 2.9.2 contains the following changes:
+ Vendored arbiter now has a custom pdal namespace
+ VSIIO will now call fp->Flush() when syncing the VSIStreamBuffer
+ StageWrapper will no longer run on empty views
OBS-URL: https://build.opensuse.org/request/show/1305091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=13
* Add PDAL-remove-gtest.patch to remove the venored gtest, which was
re-added by 2.9.1
* PDAL 2.9.1 contained the following changes:
+ Sorting behaviour was changed, due to issues on Windows
+ Fixed build issues and compiler warnings
+ pdal --info will now return the same data as the python library's
pipeline.quickinfo
+ Adds support for Arrow 21+
+ Adds protection against empty views to some filters
+ Adds new Radius assign filter
+ Venored gtest was added back, with intent to drop again for 2.10
* PDAL 2.9.2 contains the following changes:
+ Vendored arbiter now has a custom pdal namespace
+ VSIIO will now call fp->Flush() when syncing the VSIStreamBuffer
+ StageWrapper will no longer run on empty views
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=55
* Refresh PDAL_unbundle.patch
* Add new PDAL-fix-gdal-includes.patch, fixing GDAL includes
* Add gtest as dependency, required for tests and dropped from
PDAL as a vendored copy
* Release notes can be found at https://github.com/PDAL/PDAL/releases/tag/2.9.0
Some of the listed changes are:
+ Add GDAL VSI support
+ Add FileSpec support
+ Remove vendored nlohmann_json copy
+ Add SPZ reader and writer
+ Add supervoxel filter
+ Improve various filters, readers and commands
+ Update vendored delaunator dependency
+ Various bug fixes
+ Source tree cleanups
+ Use modern CMake targets for libraries
+ Symbol export macro has been renamed from PDAL_DLL to PDAL_EXPORT
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=53
* Handle null strings as tests for startsWith and endsWith. by @hobu in #4606
* add zenodo citation information by @hobu in #4612
* Add new section to pipeline docs: "multiple writers and output types" by @hobu in #4613
* Use gdal_fwd.hpp when available for forward declarations by @hobu in #4614
* Source tree cleanups by @hobu in #4616
* fixes md5 link to 2.8.3 by @smellman in #4617
* Define destructor in source file for CSFilter. by @hobu in #4621
* upload .conda files from conda package build CI by @hobu in #4626
* Update include directives for LasReader and LasHeader in transition from libLAS to PDAL guide by @hobu in #4635
* Fix bad calculation for max width cases in readers.copc by @hobu in #4640
* Read quickinfo or filters.stats to create TileDB array by @hobu in #4642
See https://github.com/PDAL/PDAL/releases/tag/2.8.4 and
https://github.com/PDAL/PDAL/compare/2.8.3...2.8.4 for more information
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=51
- Fix the -devel dangling symlink by moving to libPDAL
libpdal_*.so.%{soname} symlinks to libpdal_*.%{sovers}
rpmlint not more complain.
- Review licenses of subpart: The code is licensed BSD except for:
+ filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
+ vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
+ plugins/e57/io/{src,include}/* is BSD-3-Clause
+ plugins/e57/libE57Format/{src,include}/* is Boost 1-0
- Create a patch PDAL_unbundle.patch to sort out eigen3 and boost
+ Eigen3 system now used fixing boo#1194109
- Fixing boo#1194109 ppc64le build by disabling lto until upstream
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed
- Add Provides for
+ bundled(arbiter)
+ bundled(PoissonRecon)
+ bundled(nanoflann)
+ bundled(nlohmann)
- Add %check section following what's Fedora is doing
+ Add upstream patch for testing 32bits d11e0e20.patch
- Update to 2.3.0 version
complete description https://github.com/PDAL/PDAL/releases/tag/2.3.0
OBS-URL: https://build.opensuse.org/request/show/944872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=2
- Review licenses of subpart: The code is licensed BSD except for:
+ filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
+ vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
+ plugins/e57/io/{src,include}/* is BSD-3-Clause
+ plugins/e57/libE57Format/{src,include}/* is Boost 1-0
- Create a patch PDAL_unbundle.path to sort out eigen3 and boost
+ Eigen3 system now used fixing boo#1194109
- Fixing boo#1194109 ppc64le build by disabling lto until upstream
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed
- Add Provides for
+ bundled(arbiter)
+ bundled(PoissonRecon)
+ bundled(nanoflann)
+ bundled(nlohmann)
- Add %check section following what's Fedora is doing
+ Add upstream patch for testing 32bits d11e0e20.patch
OBS-URL: https://build.opensuse.org/request/show/944026
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=26
- Split bash-completion to its own package like e.g. NetworkManager.
- Remove old rpm specfile constructs like %defattr. Trim author
lists from package description. Set groups. Use multi-argument
find -exec.
- Drop extraneous Provides of the library package; this should
all be autodetected.
- Ensure that documentation is in fact processed by fdupes.
OBS-URL: https://build.opensuse.org/request/show/912189
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=23