[pdal-commits] [PDAL/PDAL] 16a7d3: support getting and setting dataset-level GDAL met...

Howard Butler noreply at github.com
Mon Jun 28 07:11:34 PDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 16a7d3434b7a2793d71dc85a51b9e683e2ac5e4c
      https://github.com/PDAL/PDAL/commit/16a7d3434b7a2793d71dc85a51b9e683e2ac5e4c
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M doc/stages/writers.gdal.rst
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    M pdal/private/gdal/Raster.cpp
    M pdal/private/gdal/Raster.hpp
    M test/unit/io/GDALReaderTest.cpp
    M test/unit/io/GDALWriterTest.cpp

  Log Message:
  -----------
  support getting and setting dataset-level GDAL metadata in writers.gdal and readers.gdal (#3479)

* support getting and setting dataset-level GDAL metadata in writers.gdal and readers.gdal

* no cleanup

* check split sizes

* support adding PDAL metadata and pipeline as GDAL XML PAM metadata for writers.gdal

* writers.gdal docs

* document the defaults

* respond to comments

* use MetadataNode




More information about the pdal-commits mailing list