[pdal-commits] [PDAL/PDAL] 93f928: Don't parse JSON for no reason.
Howard Butler
noreply at github.com
Tue Aug 27 06:30:17 PDT 2019
Branch: refs/heads/e57-win64-fixes
Home: https://github.com/PDAL/PDAL
Commit: 93f928658c6483787caa854c2f10d4099c263ac7
https://github.com/PDAL/PDAL/commit/93f928658c6483787caa854c2f10d4099c263ac7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-13 (Tue, 13 Aug 2019)
Changed paths:
M filters/StatsFilter.cpp
Log Message:
-----------
Don't parse JSON for no reason.
Commit: 6dbcd6ea89712e37a4581942c17f94d1b826c79a
https://github.com/PDAL/PDAL/commit/6dbcd6ea89712e37a4581942c17f94d1b826c79a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-13 (Tue, 13 Aug 2019)
Changed paths:
M pdal/StageExtensions.cpp
Log Message:
-----------
Remove unnecessary JSON.
Commit: 7d9f3b25c493b2a8a9efdd9470e8eea097e4ea06
https://github.com/PDAL/PDAL/commit/7d9f3b25c493b2a8a9efdd9470e8eea097e4ea06
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-15 (Thu, 15 Aug 2019)
Changed paths:
M filters/ColorinterpFilter.cpp
M filters/ColorinterpFilter.hpp
M filters/ColorizationFilter.cpp
M filters/ColorizationFilter.hpp
M filters/CropFilter.cpp
M filters/DEMFilter.cpp
M filters/DEMFilter.hpp
M filters/OverlayFilter.cpp
M io/GDALReader.cpp
M io/GDALReader.hpp
M io/Ilvis2MetadataReader.cpp
M io/OGRWriter.cpp
M io/OGRWriter.hpp
R io/OGRWriterV1.cpp
M io/TIndexReader.hpp
M kernels/DensityKernel.cpp
M kernels/TIndexKernel.cpp
M kernels/TIndexKernel.hpp
M kernels/private/density/OGR.cpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/Geometry.hpp
M pdal/Polygon.cpp
M plugins/oci/io/OciWriter.cpp
M plugins/oci/io/OciWriter.hpp
Log Message:
-----------
Remove GDAL 2.1 cruft. (#2672)
Don't include GDALUtils in headers.
Commit: b65725eb7ecae77562f284f8f1e53f031389f370
https://github.com/PDAL/PDAL/commit/b65725eb7ecae77562f284f8f1e53f031389f370
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-15 (Thu, 15 Aug 2019)
Changed paths:
M io/EptReader.cpp
M io/EptReader.hpp
M plugins/python/filters/PythonFilter.cpp
M plugins/python/filters/PythonFilter.hpp
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Don't stick json.cpp in public headers.
Commit: c26b03645d556c7352cc56cd33dae5129acb0a5f
https://github.com/PDAL/PDAL/commit/c26b03645d556c7352cc56cd33dae5129acb0a5f
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M doc/stages/readers.ept.rst
M io/EptReader.cpp
M io/EptReader.hpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/Polygon.cpp
M pdal/Polygon.hpp
M test/data/autzen/autzen-selection.json
A test/data/ept/1.2-with-color/ept-build.json
A test/data/ept/1.2-with-color/ept-data/0-0-0-0.laz
A test/data/ept/1.2-with-color/ept-hierarchy/0-0-0-0.json
A test/data/ept/1.2-with-color/ept-sources/0.json
A test/data/ept/1.2-with-color/ept-sources/list.json
A test/data/ept/1.2-with-color/ept.json
M test/unit/CMakeLists.txt
M test/unit/PolygonTest.cpp
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
support 'polygon' query limiter, which smartly limits fetches based on box intersections of the polygon(s) given (#2667)
* support 'polygon' query limiter, which smartly limits fetches based on box intersections of the polygon(s) given
* update ept doc
* need to link GDAL for Ept for polygon clipping
* support polygon cropping in readers.ept
* fill out D9IM for #2670
* test 'polygon' option for EPT reader
* use disjoint instead of intersects for testing bbox - polygon interaction
* attempt to support reprojected input polys -- WIP
* Support SRS at the end of geometry specifications.
* Remove dead code.
* Finish getting tests working for EPT polygon clipping.
* Add check in case SRS was included with new geometry.
Commit: 5b553e8a70522bb332aefc9dbb3d19c091ae38aa
https://github.com/PDAL/PDAL/commit/5b553e8a70522bb332aefc9dbb3d19c091ae38aa
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
Log Message:
-----------
createFromGeoJson is pdal::oldgdalsupport::createFromGeoJson(char**)
Commit: 47ab8e9e89e14e95e1b77c74814f1f9aabd7dcf9
https://github.com/PDAL/PDAL/commit/47ab8e9e89e14e95e1b77c74814f1f9aabd7dcf9
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
Log Message:
-----------
cast to const for oldgdalsupport::createFromGeoJson
Commit: 8960ae22145fa0c80ab34fae2d4f403e51441a5c
https://github.com/PDAL/PDAL/commit/8960ae22145fa0c80ab34fae2d4f403e51441a5c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
A scripts/proj-datumshift
Log Message:
-----------
Eliminate warning by changing tab to spaces.
Add script to fetch PROJ datum shift files.
Commit: 5855c6a933192d5b22cb766cb6a99385a764b433
https://github.com/PDAL/PDAL/commit/5855c6a933192d5b22cb766cb6a99385a764b433
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 16e5d5a3e93e3b14ad85b3a91023ae33b780c85e
https://github.com/PDAL/PDAL/commit/16e5d5a3e93e3b14ad85b3a91023ae33b780c85e
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
Log Message:
-----------
const char** for oldgdalsupport
Commit: bfe287a4269f5270fed928cd07f89d1b9aee52b7
https://github.com/PDAL/PDAL/commit/bfe287a4269f5270fed928cd07f89d1b9aee52b7
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
A scripts/proj-datumshift
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL
Commit: 08dbe5d5a22e1bc697e874dae52b56964bb5789c
https://github.com/PDAL/PDAL/commit/08dbe5d5a22e1bc697e874dae52b56964bb5789c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M test/data/filters/ferry.json.in
Log Message:
-----------
Don't do tricky proj stuff that might not work.
Commit: 5e820868fafc5df19da07a724d053f6d33bb16b0
https://github.com/PDAL/PDAL/commit/5e820868fafc5df19da07a724d053f6d33bb16b0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-19 (Mon, 19 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: d156dbfe2cfa9d7ae4facc87f3f4b13fd09a4b44
https://github.com/PDAL/PDAL/commit/d156dbfe2cfa9d7ae4facc87f3f4b13fd09a4b44
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M test/unit/CMakeLists.txt
Log Message:
-----------
Don't build Ept tests if we don't have laszip. (#2678)
Commit: e20b41ab42a5b53e3a43407cc27e2408574fdcec
https://github.com/PDAL/PDAL/commit/e20b41ab42a5b53e3a43407cc27e2408574fdcec
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M test/unit/io/PcdReaderTest.cpp
M test/unit/io/PcdWriterTest.cpp
Log Message:
-----------
Fix type comparisons for PCD tests.
Commit: bf5d5dfbf06f0a53f6a7185add83120f851dfe0a
https://github.com/PDAL/PDAL/commit/bf5d5dfbf06f0a53f6a7185add83120f851dfe0a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M test/unit/CMakeLists.txt
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 71699b43de91bbd302f1d56d390572bdef498c76
https://github.com/PDAL/PDAL/commit/71699b43de91bbd302f1d56d390572bdef498c76
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M pdal/GDALUtils.cpp
Log Message:
-----------
try again on oldgdalsupport::createFromGeoJson call
Commit: fdc4a0c78774d86d41d0487df532716011f7e005
https://github.com/PDAL/PDAL/commit/fdc4a0c78774d86d41d0487df532716011f7e005
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M vendor/kazhdan/PoissonRecon.h
Log Message:
-----------
Eliminate profiling output.
Commit: 1f6f5a7b1b0c9cdba8ad6c5b5d00e08e7440643d
https://github.com/PDAL/PDAL/commit/1f6f5a7b1b0c9cdba8ad6c5b5d00e08e7440643d
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M vendor/kazhdan/PoissonRecon.h
Log Message:
-----------
Merge remote-tracking branch 'origin/issue-2682'
Commit: 4b21da137fbd6ec66698b503f2f884f68900dcd9
https://github.com/PDAL/PDAL/commit/4b21da137fbd6ec66698b503f2f884f68900dcd9
Author: Adam Steer <adamsteer at users.noreply.github.com>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M doc/development/compilation/dependencies.rst
M doc/workshop/agenda.rst
M doc/workshop/capstone.rst
A doc/workshop/conda.rst
M doc/workshop/conf.py
M doc/workshop/exercises/analysis/boundary/boundary-command-boundary.txt
A doc/workshop/exercises/analysis/boundary/boundary-command-tindex-win.txt
M doc/workshop/exercises/analysis/boundary/boundary-command-tindex.txt
M doc/workshop/exercises/analysis/boundary/boundary.rst
M doc/workshop/exercises/analysis/clipping/attributes.vrt
M doc/workshop/exercises/analysis/clipping/clipping-run-command.txt
M doc/workshop/exercises/analysis/clipping/clipping.json
M doc/workshop/exercises/analysis/clipping/clipping.rst
M doc/workshop/exercises/analysis/colorization/colorization-run-command.txt
M doc/workshop/exercises/analysis/colorization/colorization.rst
M doc/workshop/exercises/analysis/colorization/colorize.json
M doc/workshop/exercises/analysis/denoising/denoise.json
R doc/workshop/exercises/analysis/denoising/denoising-docker-machine-create.txt
R doc/workshop/exercises/analysis/denoising/denoising-docker-machine-delete.txt
M doc/workshop/exercises/analysis/denoising/denoising-run-command.txt
M doc/workshop/exercises/analysis/denoising/denoising.rst
A doc/workshop/exercises/analysis/density/density-command-win.txt
M doc/workshop/exercises/analysis/density/density-command.txt
M doc/workshop/exercises/analysis/density/density.rst
A doc/workshop/exercises/analysis/dtm/dtm-hillshade-command-win.txt
M doc/workshop/exercises/analysis/dtm/dtm-hillshade-command.txt
M doc/workshop/exercises/analysis/dtm/dtm-run-command.txt
M doc/workshop/exercises/analysis/dtm/dtm.rst
M doc/workshop/exercises/analysis/dtm/gdal.json
A doc/workshop/exercises/analysis/ground/ground-run-ground-only-win.txt
M doc/workshop/exercises/analysis/ground/ground-run-ground-only.txt
A doc/workshop/exercises/analysis/ground/ground-run-no-filter-win.txt
M doc/workshop/exercises/analysis/ground/ground-run-no-filter.txt
M doc/workshop/exercises/analysis/ground/ground.rst
A doc/workshop/exercises/analysis/ground/translate-run-ground-only-win.txt
M doc/workshop/exercises/analysis/ground/translate-run-ground-only.txt
A doc/workshop/exercises/analysis/meshing/meshing-buildings-win.txt
A doc/workshop/exercises/analysis/meshing/meshing-buildings.txt
A doc/workshop/exercises/analysis/meshing/meshing-terrain.txt
A doc/workshop/exercises/analysis/meshing/meshing-win.txt
A doc/workshop/exercises/analysis/meshing/meshing.rst
A doc/workshop/exercises/analysis/meshing/meshing.txt
M doc/workshop/exercises/analysis/rasterize/classification.json
M doc/workshop/exercises/analysis/rasterize/classify-command.txt
M doc/workshop/exercises/analysis/rasterize/gdaldem-run-command.txt
A doc/workshop/exercises/analysis/rasterize/intensity-run-command-win.txt
M doc/workshop/exercises/analysis/rasterize/intensity-run-command.txt
M doc/workshop/exercises/analysis/rasterize/ramp.txt
M doc/workshop/exercises/analysis/rasterize/rasterize-run-command.txt
M doc/workshop/exercises/analysis/rasterize/rasterize.rst
A doc/workshop/exercises/analysis/thinning/thinning-run-dartsample-win.txt
M doc/workshop/exercises/analysis/thinning/thinning-run-dartsample.txt
M doc/workshop/exercises/analysis/thinning/thinning.rst
A doc/workshop/exercises/batch_processing/batch-dtm-bash.txt
A doc/workshop/exercises/batch_processing/batch-dtm-powershell.txt
A doc/workshop/exercises/batch_processing/batch-processing.rst
R doc/workshop/exercises/batch_processing/batch-processing.rst.save
R doc/workshop/exercises/batch_processing/batch_dtm-powershell.txt
M doc/workshop/exercises/batch_processing/batch_srs_gdal.json
A doc/workshop/exercises/georeferencing/georeferencing-command-win.txt
M doc/workshop/exercises/georeferencing/georeferencing-command.txt
M doc/workshop/exercises/georeferencing/index.rst
M doc/workshop/exercises/index.rst
A doc/workshop/exercises/info/metadata-command-jq-win.txt
M doc/workshop/exercises/info/metadata-command-jq.txt
M doc/workshop/exercises/info/metadata-command.txt
M doc/workshop/exercises/info/metadata.rst
M doc/workshop/exercises/info/near-command-1.txt
M doc/workshop/exercises/info/near-command-2.txt
M doc/workshop/exercises/info/single-point-command.txt
M doc/workshop/exercises/info/single-point.rst
M doc/workshop/exercises/python/histogram-command.txt
M doc/workshop/exercises/python/histogram.json
M doc/workshop/exercises/python/histogram.py
M doc/workshop/exercises/python/histogram.rst
A doc/workshop/exercises/translation/compression-command-verify-win.txt
M doc/workshop/exercises/translation/compression-command-verify.txt
A doc/workshop/exercises/translation/compression-command-win.txt
M doc/workshop/exercises/translation/compression-command.txt
M doc/workshop/exercises/translation/compression.rst
A doc/workshop/exercises/translation/entwine-build-command.txt
A doc/workshop/exercises/translation/entwine-cd-command.txt
A doc/workshop/exercises/translation/entwine-command.txt
A doc/workshop/exercises/translation/entwine-info-command.txt
A doc/workshop/exercises/translation/entwine.json
A doc/workshop/exercises/translation/entwine.rst
R doc/workshop/exercises/translation/greyhound-cd-command.txt
R doc/workshop/exercises/translation/greyhound-command.txt
R doc/workshop/exercises/translation/greyhound-info-command.txt
R doc/workshop/exercises/translation/greyhound.json
R doc/workshop/exercises/translation/greyhound.rst
A doc/workshop/exercises/translation/reprojection-command-1-win.txt
M doc/workshop/exercises/translation/reprojection-command-1.txt
A doc/workshop/exercises/translation/reprojection-command-2-win.txt
M doc/workshop/exercises/translation/reprojection-command-2.txt
M doc/workshop/exercises/translation/reprojection.rst
A doc/workshop/images/batch-processing-dtm-qgis.png
M doc/workshop/images/boundary-text-output.png
M doc/workshop/images/boundary-tindex-run.png
M doc/workshop/images/clipping-run-command.png
M doc/workshop/images/colorize-run-command.png
M doc/workshop/images/compression-verify.png
M doc/workshop/images/denoise-run-command.png
M doc/workshop/images/density-command-run.png
M doc/workshop/images/dtm-run-command.png
A doc/workshop/images/entwine-command.png
A doc/workshop/images/entwine-info-verify.png
A doc/workshop/images/entwine-view.png
A doc/workshop/images/first-mesh.png
M doc/workshop/images/georeferencing-run-command.png
M doc/workshop/images/ground-run-command.png
M doc/workshop/images/info-interesting-metadata-jq.png
M doc/workshop/images/info-interesting-metadata.png
M doc/workshop/images/info-interesting-single-point.png
M doc/workshop/images/info-near-bbox.png
M doc/workshop/images/info-near-point.png
A doc/workshop/images/meshing-building-result.png
A doc/workshop/images/meshing-buildings.png
A doc/workshop/images/meshing.png
M doc/workshop/images/python-histogram-command.png
M doc/workshop/images/python-histogram.png
M doc/workshop/images/rasterization-classification-run-command.png
M doc/workshop/images/rasterization-colored-classification.png
M doc/workshop/images/rasterization-colored-intensity.png
M doc/workshop/images/rasterization-denmark-no-ramp.png
A doc/workshop/images/rasterization-qgis-load-color-palette.png
M doc/workshop/images/reprojection-first-point.png
M doc/workshop/images/reprojection-proper-scale.png
M doc/workshop/images/reprojection-run-command.png
M doc/workshop/images/reprojection-run-with-scale.png
M doc/workshop/images/reprojection-wrong-scale.png
M doc/workshop/images/thinning-command-run.png
M doc/workshop/includes/substitutions.rst
M doc/workshop/index.rst
M doc/workshop/slides/source/analysis.rst
M doc/workshop/slides/source/basic_info.rst
M doc/workshop/slides/source/boundary.rst
M doc/workshop/slides/source/clipping.rst
M doc/workshop/slides/source/colorization.rst
M doc/workshop/slides/source/conf.py
M doc/workshop/slides/source/denoising.rst
M doc/workshop/slides/source/density.rst
M doc/workshop/slides/source/dtm.rst
M doc/workshop/slides/source/ground.rst
A doc/workshop/slides/source/img/terminal.png
M doc/workshop/slides/source/index.rst
M doc/workshop/slides/source/introduction.rst
A doc/workshop/slides/source/meshing.rst
M doc/workshop/slides/source/rasterization.rst
M doc/workshop/slides/source/software.rst
M doc/workshop/slides/source/thinning.rst
M doc/workshop/slides/source/translation.rst
M doc/workshop/software.rst
Log Message:
-----------
Workshop updates (#2683)
* Add windows powershell batch processing exercise to workshop
* Update batch exercise, correct references, move include file to inside
* adding workshop branch
* more entwine replacing
* mds updates based on adam steer fork
* add conda and correct toc
* more workshop updates
* remove data
* more workshop updates
* de-windows path
* added meshing skeleton
* workshop updates
* add windows style commands, p1
* more updates
* more updates, complete except for meshing
* working on meshing instructions
* removing greyhound references
* added Mike Smith and Adam Steer as authors, date to FOSS4G workshop date
* tidied ept resource URL
* using entwine now
* command for building meshing works
* meshing page update
* tidying up meshing commands
* meshing updates
* updates for pdf
* update agenda urls and links
* update slides
* fix sphinx conf files
* adding Python module to conda setup line
Commit: aefeea8403bed94c539871bcb91841bd9af8b9cc
https://github.com/PDAL/PDAL/commit/aefeea8403bed94c539871bcb91841bd9af8b9cc
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M cmake/gdal.cmake
Log Message:
-----------
Use our own version checking for GDAL. (#2681)
Commit: f1c56e0d522c9088a0a8ff3d6b7b57bed20ee2d6
https://github.com/PDAL/PDAL/commit/f1c56e0d522c9088a0a8ff3d6b7b57bed20ee2d6
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M doc/stages/filters.eigenvalues.rst
M filters/EigenvaluesFilter.cpp
M filters/EigenvaluesFilter.hpp
Log Message:
-----------
Add option to normalize eigenvalues (#2679)
* Add option to normalize eigenvalues
* Document normalize argument for eigenvalues filter
Commit: 9b8afcc545dcb2a4db88230e979b54eb06331099
https://github.com/PDAL/PDAL/commit/9b8afcc545dcb2a4db88230e979b54eb06331099
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M cmake/macros.cmake
M pdal/Stage.hpp
M pdal/pdal_export.hpp
M pdal/util/pdal_util_export.hpp
M plugins/sqlite/CMakeLists.txt
M plugins/sqlite/io/SQLiteCommon.hpp
Log Message:
-----------
Isolate SQLite symbols in shared library (#2686)
* Isolate SQLite in SQLiteCommon to specific shared libraries.
* Define PDAL_LOCAL to nothing on Windows since everything is local by default.
Commit: a7d7930335958fbf91432916bef822c7b6f4fc71
https://github.com/PDAL/PDAL/commit/a7d7930335958fbf91432916bef822c7b6f4fc71
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M io/LasReader.cpp
M pdal/Metadata.hpp
A test/data/las/prec3.las
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Don't write metadata with more precision than exists. (#2677)
* Don't write scale/offset with more precision than exists.
Update doubles specified with precision the same way
they're added to metadata.
* Add missed test file.
Commit: 1a3c2c3ff5776b5cb865bfe2a7cce1a634b76b68
https://github.com/PDAL/PDAL/commit/1a3c2c3ff5776b5cb865bfe2a7cce1a634b76b68
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-22 (Thu, 22 Aug 2019)
Changed paths:
M io/LasReader.cpp
M io/LasUtils.hpp
M io/LasWriter.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Fix LAS writer when we have LAZPERF but not LASZIP. (#2688)
Commit: 0e5aad359e8930e4e2ef4342b14ff458228c3fb4
https://github.com/PDAL/PDAL/commit/0e5aad359e8930e4e2ef4342b14ff458228c3fb4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-22 (Thu, 22 Aug 2019)
Changed paths:
M cmake/unix_compiler_options.cmake
M io/BpfWriter.cpp
M io/private/GDALGrid.cpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/Polygon.hpp
M pdal/util/Bounds.hpp
M pdal/util/IStream.hpp
M vendor/eigen/Eigen/src/Core/Block.h
M vendor/eigen/Eigen/src/Core/Map.h
M vendor/eigen/Eigen/src/Core/MapBase.h
M vendor/eigen/Eigen/src/Core/MatrixBase.h
M vendor/eigen/Eigen/src/Core/Transpose.h
M vendor/eigen/Eigen/src/Core/TriangularMatrix.h
Log Message:
-----------
Handle warnings for the latest compilers. (#2689)
Commit: b8a23f1b83cd42c727709bad42d689903d5d26cf
https://github.com/PDAL/PDAL/commit/b8a23f1b83cd42c727709bad42d689903d5d26cf
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-22 (Thu, 22 Aug 2019)
Changed paths:
M .travis.yml
M CMakeLists.txt
M HOWTORELEASE.txt
M RELEASENOTES.txt
A doc/development/release-notes/2.0.0.md
M doc/download.rst
M examples/writing-kernel/CMakeLists.txt
M examples/writing-reader/CMakeLists.txt
M examples/writing-writer/CMakeLists.txt
M examples/writing/CMakeLists.txt
M plugins/e57/libE57Format/CMakeLists.txt
Log Message:
-----------
Integrations from final 2.0 release changes.
Merge branch '2.0-maintenance'
Commit: 5e911e121da35026f9b1952ec34bb0ce72c0b125
https://github.com/PDAL/PDAL/commit/5e911e121da35026f9b1952ec34bb0ce72c0b125
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-22 (Thu, 22 Aug 2019)
Changed paths:
M cmake/config.cmake
Log Message:
-----------
Allow crossing major version numbers for find_package.
Commit: a3fa956004dc4128c142ddd874635757acfa73e0
https://github.com/PDAL/PDAL/commit/a3fa956004dc4128c142ddd874635757acfa73e0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
M doc/development/compilation/dependencies.rst
Log Message:
-----------
Fix missed merge change.
Commit: 767b2d0c62f00e8c2f67bf3677862e61fd00b9e2
https://github.com/PDAL/PDAL/commit/767b2d0c62f00e8c2f67bf3677862e61fd00b9e2
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
M CMakeLists.txt
M HOWTORELEASE.txt
M apps/pdal-config-bat.in
M apps/pdal-config.in
M apps/pdal.pc.in
M cmake/common.cmake
M cmake/cpack.cmake
A cmake/install_dirs.cmake
M cmake/macros.cmake
M doc/conf.py
M pdal/pdal_config.cpp
M pdal_features.hpp.in
Log Message:
-----------
Clean up CMake configuration (#2693)
* Remove unused CMake macros
* Convert one off macros to CMake include files
* Specify C++11 for all targets, disabling extensions
* Modern CMake will now parse version numbers automatically
* osinfo.cmake no longer needed, set C++11 per target instead of globally
* Avoid setting any CXX properties globally
Commit: 9a5823826bdccbe5d23b53d2fde244de25010bfa
https://github.com/PDAL/PDAL/commit/9a5823826bdccbe5d23b53d2fde244de25010bfa
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-25 (Sun, 25 Aug 2019)
Changed paths:
M doc/index.rst
Log Message:
-----------
point news to 2.0.1 on homepage
Commit: e13606faa9b3d73fce25281325eeab5a7b33464d
https://github.com/PDAL/PDAL/commit/e13606faa9b3d73fce25281325eeab5a7b33464d
Author: Howard Butler <howard at hobu.co>
Date: 2019-08-27 (Tue, 27 Aug 2019)
Changed paths:
M CMakeLists.txt
M HOWTORELEASE.txt
M apps/pdal-config-bat.in
M apps/pdal-config.in
M apps/pdal.pc.in
M cmake/common.cmake
M cmake/cpack.cmake
M cmake/gdal.cmake
A cmake/install_dirs.cmake
M cmake/macros.cmake
M doc/conf.py
M doc/index.rst
M doc/stages/filters.eigenvalues.rst
M doc/stages/readers.ept.rst
M filters/EigenvaluesFilter.cpp
M filters/EigenvaluesFilter.hpp
M filters/StatsFilter.cpp
M io/EptReader.cpp
M io/EptReader.hpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/Polygon.cpp
M pdal/Polygon.hpp
M pdal/StageExtensions.cpp
M pdal/pdal_config.cpp
M pdal_features.hpp.in
A scripts/proj-datumshift
M test/data/autzen/autzen-selection.json
A test/data/ept/1.2-with-color/ept-build.json
A test/data/ept/1.2-with-color/ept-data/0-0-0-0.laz
A test/data/ept/1.2-with-color/ept-hierarchy/0-0-0-0.json
A test/data/ept/1.2-with-color/ept-sources/0.json
A test/data/ept/1.2-with-color/ept-sources/list.json
A test/data/ept/1.2-with-color/ept.json
M test/unit/PolygonTest.cpp
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into e57-win64-fixes
Compare: https://github.com/PDAL/PDAL/compare/956ac9b782db...e13606faa9b3
More information about the pdal-commits
mailing list