[pdal-commits] [PDAL/PDAL] 96119a: Change json lookups to m_info.at(key) (#2547)
Andrew Bell
noreply at github.com
Tue Jun 4 10:10:24 PDT 2019
Branch: refs/heads/issue-2545
Home: https://github.com/PDAL/PDAL
Commit: 96119a00188ed16b9bab0b6831fd74d3bb4313f7
https://github.com/PDAL/PDAL/commit/96119a00188ed16b9bab0b6831fd74d3bb4313f7
Author: Kyle Mann <39525199+kylemann16 at users.noreply.github.com>
Date: 2019-05-30 (Thu, 30 May 2019)
Changed paths:
M io/private/EptSupport.cpp
Log Message:
-----------
Change json lookups to m_info.at(key) (#2547)
Commit: 31d500339a269045318232e32f488283ec0bbc72
https://github.com/PDAL/PDAL/commit/31d500339a269045318232e32f488283ec0bbc72
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-03 (Mon, 03 Jun 2019)
Changed paths:
M filters/private/hexer/HexGrid.cpp
M filters/private/hexer/HexGrid.hpp
M filters/private/hexer/Path.cpp
M filters/private/hexer/Path.hpp
M test/unit/filters/HexbinFilterTest.cpp
Log Message:
-----------
Write islands as separate polys in WKT (#2549)
* Fix WKT generation for polygons with islands.
* Add test.
* Add link to photo of data.
* Export functions for test.
* Add another test function.
* Compiler warning fixes.
* Test fixes.
* Spelling fix.
* Remove werror.
* Fix SRS test, spelling.
* Revert "Compiler warning fixes."
This reverts commit 36b25ad685fe73b4b45afe16bae6788461557007.
* Revert "Fix SRS test, spelling."
This reverts commit 9a32bb6e6a3d92e4d3721def7cc99b04d7d9d5d0.
* Revert "Remove werror."
This reverts commit 1dd063345c673d1fb738d5687a51a15dd31b3761.
* Revert "Test fixes."
This reverts commit 0c62ab0d3c254ecb4ddfe30b7d321c4dbd11ddfb.
* Spelling.
* Remove werror.
* Remove cruft.
* Re-add cassert.
Commit: 8d492460b483f0b5f3a00318f0793d3d254ab4d0
https://github.com/PDAL/PDAL/commit/8d492460b483f0b5f3a00318f0793d3d254ab4d0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-03 (Mon, 03 Jun 2019)
Changed paths:
M apps/pdal.cpp
M cmake/policies.cmake
M dimbuilder/DimBuilder.cpp
M filters/ReprojectionFilter.cpp
M filters/ReprojectionFilter.hpp
M filters/private/Point.hpp
M filters/private/hexer/Path.cpp
M io/EptReader.cpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/SpatialReference.cpp
M pdal/Stage.hpp
A pdal/private/SrsTransform.cpp
A pdal/private/SrsTransform.hpp
M plugins/e57/io/E57Reader.cpp
M plugins/e57/libE57Format/src/E57Exception.cpp
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/EsriReader.hpp
M plugins/i3s/test/SlpkReaderTest.cpp
M plugins/i3s/test/i3sReaderTest.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M test/data/ept/ept-star/ept.json
M test/data/filters/ferry.json.in
M test/unit/ProgramArgsTest.cpp
M test/unit/SpatialReferenceTest.cpp
M test/unit/io/EptReaderTest.cpp
M test/unit/io/LasReaderTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Projfix (#2548)
* Fix WKT generation for polygons with islands.
* Add test.
* Add link to photo of data.
* Export functions for test.
* Add another test function.
* Compiler warning fixes.
* Test fixes.
* Compiler error.
* Warning fix.
* SRS fix.
* Add reference.
* Explicit SRS.
* Use nullptr to SRS ctor.
* Test meter spelling.
* Use X, Y and Z in geocentric transform.
Remove dead code.
* More test.
* Lat/Lon for EPSG:4326 with GDAL 3+
* More test.
* Add SrsTransform and eliminate a ton of overly complex code.
Also make tests pass in the process.
* Fix capitalization.
* Spatial ref precision.
* Read data from the metadata child "data" rather than the VLR node's data
for forwarded VLRs.
* Add test LAS file with valid WKT.
* More PROJ 3 fixes.
* Updates for PROJ 6.
* Make SrsTransform private.
* Moved SrsTransform.
* Add doc.
Commit: 2151aab70f678964984c30d66a28a5642b13e909
https://github.com/PDAL/PDAL/commit/2151aab70f678964984c30d66a28a5642b13e909
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-06-03 (Mon, 03 Jun 2019)
Changed paths:
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M test/unit/EigenTest.cpp
Log Message:
-----------
Begin removing dead Eigen code (#2541)
Commit: 6e7b5817c097dbd7f125516c4227d091d685e1d7
https://github.com/PDAL/PDAL/commit/6e7b5817c097dbd7f125516c4227d091d685e1d7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-03 (Mon, 03 Jun 2019)
Changed paths:
M doc/embed.py
M doc/index.rst
M doc/stages/readers.las.rst
M doc/stages/readers.nitf.rst
M doc/stages/readers.rst
M doc/stages/writers.gdal.rst
M doc/stages/writers.las.rst
M doc/stages/writers.ply.rst
M doc/stages/writers.rst
A doc/type-table.csv
A doc/types.rst
Log Message:
-----------
Add page for data types. (#2537)
Commit: 949880ea9af1d653cb2fc30cd35dcadd421a5465
https://github.com/PDAL/PDAL/commit/949880ea9af1d653cb2fc30cd35dcadd421a5465
Author: James McClain <jmcclain at azavea.com>
Date: 2019-06-03 (Mon, 03 Jun 2019)
Changed paths:
M filters/HAGFilter.cpp
M filters/HAGFilter.hpp
A filters/private/delaunator-decl.hpp
Log Message:
-----------
[WiP] Add Rudimentary TIN-like Behavior to HAG Filter (#2520)
* Improve the HAG filter with multi-point mode
* Inline Everything in Delaunator
* Add `delaunay_fans` Flag
* Distance from Planes
* Distance Along Z
* Revert Changes to delaunator.hpp
* Re-declare Delaunator Public Interface
* Address Review Comments
* unsigned int -> size_t
Commit: 8dfcb09b5222b46c28449a1dcc2076f3e87ff23e
https://github.com/PDAL/PDAL/commit/8dfcb09b5222b46c28449a1dcc2076f3e87ff23e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-04 (Tue, 04 Jun 2019)
Changed paths:
M apps/pdal.cpp
M cmake/policies.cmake
M dimbuilder/DimBuilder.cpp
M doc/embed.py
M doc/index.rst
M doc/stages/readers.las.rst
M doc/stages/readers.nitf.rst
M doc/stages/readers.rst
M doc/stages/writers.gdal.rst
M doc/stages/writers.las.rst
M doc/stages/writers.ply.rst
M doc/stages/writers.rst
A doc/type-table.csv
A doc/types.rst
M filters/HAGFilter.cpp
M filters/HAGFilter.hpp
M filters/ReprojectionFilter.cpp
M filters/ReprojectionFilter.hpp
M filters/private/Point.hpp
A filters/private/delaunator-decl.hpp
M filters/private/hexer/HexGrid.cpp
M filters/private/hexer/HexGrid.hpp
M filters/private/hexer/Path.cpp
M filters/private/hexer/Path.hpp
M io/EptReader.cpp
M io/private/EptSupport.cpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/SpatialReference.cpp
M pdal/Stage.hpp
A pdal/private/SrsTransform.cpp
A pdal/private/SrsTransform.hpp
M plugins/e57/io/E57Reader.cpp
M plugins/e57/libE57Format/src/E57Exception.cpp
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/EsriReader.hpp
M plugins/i3s/test/SlpkReaderTest.cpp
M plugins/i3s/test/i3sReaderTest.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M test/data/ept/ept-star/ept.json
M test/data/filters/ferry.json.in
M test/unit/EigenTest.cpp
M test/unit/ProgramArgsTest.cpp
M test/unit/SpatialReferenceTest.cpp
M test/unit/filters/HexbinFilterTest.cpp
M test/unit/io/EptReaderTest.cpp
M test/unit/io/LasReaderTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-2545
Compare: https://github.com/PDAL/PDAL/compare/d0309e1dd573...8dfcb09b5222
More information about the pdal-commits
mailing list