SHA256
1
0
forked from pool/PDAL
Dirk Stoecker 2023-10-05 14:21:05 +00:00 committed by Git OBS Bridge
parent 53029b139a
commit 6f0f769cd7

View File

@ -253,72 +253,71 @@ Thu Feb 25 14:53:51 UTC 2016 - bruno@ioda-net.ch
+ typo'd incoming_webhook defn
- packaging : on upstream recommandation Move to git master version
at least until next March 2016 release.
at least until next March 2016 release.
-------------------------------------------------------------------
Thu Feb 25 11:11:11 UTC 2016 - bruno@ioda-net.ch
- Upstream release 1.1.0
* Enhancements:
* Enhancements:
Add support for the LAZperf LAS compressor in decoding/encoding
LAS files. LAZperf can be enabled with the 'compression' option
in readers.las and writers.las.
LAS files. LAZperf can be enabled with the 'compression' option
in readers.las and writers.las.
Add PCL functionality as filters (filters.greedyprojection,
filters.gridprojection, filters.ground filters.movingleastsquares,
filters.poisson, filters.radiusoutlier, filters.statisticaloutlier,
filters.voxelgrid, filters.height, filters.dartsample)
filters.gridprojection, filters.ground filters.movingleastsquares,
filters.poisson, filters.radiusoutlier, filters.statisticaloutlier,
filters.voxelgrid, filters.height, filters.dartsample)
Add readers.gdal to support reading raster sets as point clouds
Update writers.geowave and readers.geowave to work with the latest
version of GeoWave software.
version of GeoWave software.
Add readers.ilvis2 to support the Icebridge ILVIS2 format.
Disallow nested options. Check stage documentation for changes in
option names and handling. (filters.ferry, filters.colorization,
filters.attribute, filters.crop). Change filters.attribute to
handle only a single dimension.
option names and handling. (filters.ferry, filters.colorization,
filters.attribute, filters.crop). Change filters.attribute to
handle only a single dimension.
Add 'output_dims' options in writers.bpf to allow control of the
dimensions that should be written.
dimensions that should be written.
Add 'all' keyword in 'extra_dims' options of writers.las to cause
all dimensions to be written to either the standard or extra
dimensions of a LAS point.
all dimensions to be written to either the standard or extra
dimensions of a LAS point.
Add filters.randomize to allow randomized order of points.
Add filters.divider to split a set of points into subsets of a
fixed number or into subsets containing a specific number
of points.
fixed number or into subsets containing a specific number
of points.
Update to version 1.1.4 of rply in readers.rply.
Change the logic of the range filter to allow multiple ranges
for a single dimension and support a simple boolean logic.
for a single dimension and support a simple boolean logic.
Change the default scaling on writer.bpf to 'auto'.
Add support for smoothing boundaries generated by filters.hexbin.
Add readers.tindex to allow vector-filtered input of point
cloud files.
cloud files.
Allow merging of datasets with non-matching spatial references.
Many, many documentation enhancements.
* Fixes:
* Fixes:
Handle error with Pgpointcloud when pointcloud extension is not
installed on postgres server. Skip tests if extension is missing.
installed on postgres server. Skip tests if extension is missing.
Set precision on output of doubles to metadata.
Fix a divide-by-zero error in readers.faux when the point count
was 1. (#1015)
was 1. (#1015)
Fix fatal error loading numpy library that occurred when running
filters.predicate or filters.programmable. (#1010)
filters.predicate or filters.programmable. (#1010)
Correct readers.las to properly check WKT bit when choosing spatial
reference VLR. (#1040)
reference VLR. (#1040)
Correct writer.las to emit only WKT or GeoTiff VLR, not both.
(#1040)
(#1040)
Check object ID against table column id (attrelid) to ensure correct
PCID retrieval in readers.pgpointcloud. (#1051)
PCID retrieval in readers.pgpointcloud. (#1051)
- Packaging
- Documentation is still missing since we don't have python-breathe
- Some modules (plugins) are not yet present on obs
So they are not compiled (help welcome)
- Add patches from upstream to fix lib(arch) placement
* 0001-set-SOVERSION-for-plugins-too-1119.patch
* 0004-install-pkgconfig-script-into-CMAKE_INSTALL_LIBDIR-1.patch
* 0016-install-pdal.pc-pkgconfig-in-CMAKE_INSTALL_LIBDIR.patch
* 0017-more-CMAKE_INSTALL_LIBDIR-tweaks.patch
- Documentation is still missing since we don't have python-breathe
- Some modules (plugins) are not yet present on obs
So they are not compiled (help welcome)
- Add patches from upstream to fix lib(arch) placement
* 0001-set-SOVERSION-for-plugins-too-1119.patch
* 0004-install-pkgconfig-script-into-CMAKE_INSTALL_LIBDIR-1.patch
* 0016-install-pdal.pc-pkgconfig-in-CMAKE_INSTALL_LIBDIR.patch
* 0017-more-CMAKE_INSTALL_LIBDIR-tweaks.patch
-------------------------------------------------------------------
Sun Dec 29 16:38:02 UTC 2013 - bruno@ioda-net.ch