[pdal-commits] [PDAL/PDAL] 8d4924: Projfix (#2548)

Andrew Bell noreply at github.com
Mon Jun 3 12:14:24 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  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.




More information about the pdal-commits mailing list