[pdal-commits] [PDAL/PDAL] 489fb2: Fix doc typo and dead URL (#2539)

Andrew Bell noreply at github.com
Tue Jun 4 09:43:10 PDT 2019


  Branch: refs/heads/issue-2524
  Home:   https://github.com/PDAL/PDAL
  Commit: 489fb204f57ab746e199aa3b89d3aa5b4f4f40f6
      https://github.com/PDAL/PDAL/commit/489fb204f57ab746e199aa3b89d3aa5b4f4f40f6
  Author: Stefan <github at fry.fastmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M doc/stages/readers.ept.rst
    M doc/stages/writers.sbet.rst

  Log Message:
  -----------
  Fix doc typo and dead URL (#2539)

* Fix doc typo in writers.sbet

* Fix doc URL in readers.ept


  Commit: 6ec7a58b87704c47fcf6a37f8fdfc1b648a340c9
      https://github.com/PDAL/PDAL/commit/6ec7a58b87704c47fcf6a37f8fdfc1b648a340c9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-05-29 (Wed, 29 May 2019)

  Changed paths:
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M test/unit/io/LasReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Read data from the metadata child "data" rather than the VLR node's data (#2543)

for forwarded VLRs.


  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: 0ec2084a242cbbff4ffd52f13fc2e646bbda3b79
      https://github.com/PDAL/PDAL/commit/0ec2084a242cbbff4ffd52f13fc2e646bbda3b79
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-03 (Mon, 03 Jun 2019)

  Changed paths:
    M pdal/StageExtensions.cpp

  Log Message:
  -----------
  Add E57 extensions.
Close #2524


  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: fe82a2d857a567bdfb2b58bb83b94a3c76dc067c
      https://github.com/PDAL/PDAL/commit/fe82a2d857a567bdfb2b58bb83b94a3c76dc067c
  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 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-2524


  Commit: 9ee0f2da478e66cf7cde9b94db91b1c98d4e454a
      https://github.com/PDAL/PDAL/commit/9ee0f2da478e66cf7cde9b94db91b1c98d4e454a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/issue-2524' into issue-2524


Compare: https://github.com/PDAL/PDAL/compare/bbe766c864ea...9ee0f2da478e


More information about the pdal-commits mailing list