[pdal-commits] [PDAL/PDAL] b0c4f8: Add test file garbage_nVariableLength.las
Andrew Bell
noreply at github.com
Tue Sep 1 09:54:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: b0c4f8d07ba151237919b73d8b624b6f0d72b6ad
https://github.com/PDAL/PDAL/commit/b0c4f8d07ba151237919b73d8b624b6f0d72b6ad
Author: Pierre Abbat <phma at bezitopo.org>
Date: 2020-08-30 (Sun, 30 Aug 2020)
Changed paths:
A test/data/las/garbage_nVariableLength.las
Log Message:
-----------
Add test file garbage_nVariableLength.las
This file has a floating-point number in nVariableLength, which should
be the integer 0, since there are no variable-length records. It's a
test file to find out why a program I'm writing, which reads a point cloud
and builds an octree, loses points. The code to write LAS files wasn't
working right yet. I read this file into CloudCompare, which allocated
all RAM and was killed; I reported the bug to CloudCompare, but was told
that the bug is in PDAL.
Commit: e5a58f804a3a9e485bc1a7fdfb49cd1070875338
https://github.com/PDAL/PDAL/commit/e5a58f804a3a9e485bc1a7fdfb49cd1070875338
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M doc/stages/expression.rst
M doc/stages/filter_opts.rst
M doc/stages/stages.rst
A doc/stages/writers.raster.rst
M doc/stages/writers.rst
M filters/FaceRasterFilter.cpp
M filters/FaceRasterFilter.hpp
M io/GDALWriter.cpp
M io/GDALWriter.hpp
A io/RasterWriter.cpp
A io/RasterWriter.hpp
M io/TextWriter.cpp
M io/private/GDALGrid.cpp
M io/private/GDALGrid.hpp
M pdal/PointView.cpp
M pdal/PointView.hpp
M pdal/private/Raster.hpp
M plugins/oci/io/OciReader.cpp
A test/data/text/utm17_1.geojson
M test/unit/filters/FaceRasterTest.cpp
M test/unit/io/GDALWriterTest.cpp
M test/unit/io/TextWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 556e128d0434591eb546099cb7d3578f52c457e3
https://github.com/PDAL/PDAL/commit/556e128d0434591eb546099cb7d3578f52c457e3
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M doc/stages/readers.oci.rst
M doc/stages/readers.rst
M doc/stages/writers.oci.rst
M doc/stages/writers.rst
Log Message:
-----------
Deprecate OCI support.
Compare: https://github.com/PDAL/PDAL/compare/8bcc6f69df88...556e128d0434
More information about the pdal-commits
mailing list