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

GitHub noreply at github.com
Thu Oct 11 10:55:05 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 915911b1ac5a25cf56b8b7021d314b1bba7ec9c0
      https://github.com/PDAL/PDAL/commit/915911b1ac5a25cf56b8b7021d314b1bba7ec9c0
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-10-11 (Thu, 11 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.



      **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