[pdal-commits] [PDAL/PDAL] 156829: add 'memorycopy' option to readers.gdal (#2190)

GitHub noreply at github.com
Mon Oct 29 07:58:26 PDT 2018


  Branch: refs/heads/1.8rc
  Home:   https://github.com/PDAL/PDAL
  Commit: 1568292592bf06bf51e2806b6bf2789d0c6574bc
      https://github.com/PDAL/PDAL/commit/1568292592bf06bf51e2806b6bf2789d0c6574bc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M test/unit/io/GDALReaderTest.cpp

  Log Message:
  -----------
  add 'memorycopy' option to readers.gdal (#2190)

* add 'memorycopy' option to readers.gdal to allow user to create a GDAL MEM driver copy of the given raster for situations where the format is degenerate for whatever reason

* make 'memorycopy' option hidden

* Close raster at the end of initialize().
Don't set m_count.
Fix EOF logic.


  Commit: d6c26b06f0bcf607f4ac4e7fa005a0515dfa05c3
      https://github.com/PDAL/PDAL/commit/d6c26b06f0bcf607f4ac4e7fa005a0515dfa05c3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M pdal/QuickInfo.hpp

  Log Message:
  -----------
  Don't use a destructed value in GDALReader::inspect. (#2247)


  Commit: 04fff78dd495e79466e1d47e57214fa38b03f8cb
      https://github.com/PDAL/PDAL/commit/04fff78dd495e79466e1d47e57214fa38b03f8cb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
    M doc/stages/readers.rxp.rst

  Log Message:
  -----------
  Clairfy description of reflectance_as_intensity. (#2251)

Close #2250


  Commit: e07fe0174ea933a6a265bdf9039c78c8142f77ab
      https://github.com/PDAL/PDAL/commit/e07fe0174ea933a6a265bdf9039c78c8142f77ab
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
    M kernels/InfoKernel.cpp
    M kernels/InfoKernel.hpp
    M test/unit/apps/InfoTest.cpp

  Log Message:
  -----------
  Don't reference an out-of-scope PointTable. (#2255)

* Don't reference an out-of-scope PointTable.
Close #2254

* Add test for info --all.


Compare: https://github.com/PDAL/PDAL/compare/8846b0d0bc9c...e07fe0174ea9
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list