[pdal-commits] [PDAL/PDAL] e00ea1: make GDAL required for #523

GitHub noreply at github.com
Tue Oct 14 12:17:00 PDT 2014


  Branch: refs/heads/issue523-upstream-projects
  Home:   https://github.com/PDAL/PDAL
  Commit: e00ea19513d4760a29e193d9fa0e3c3e78e748ec
      https://github.com/PDAL/PDAL/commit/e00ea19513d4760a29e193d9fa0e3c3e78e748ec
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-10-14 (Tue, 14 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    M include/pdal/GDALUtils.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/filters/Colorization.hpp
    M include/pdal/filters/Reprojection.hpp
    M pdal_defines.h.in
    M src/CMakeLists.txt
    M src/GDALUtils.cpp
    M src/GlobalEnvironment.cpp
    M src/SpatialReference.cpp
    M src/StageFactory.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/las/GeotiffSupport.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Colorization.cpp
    M src/filters/Crop.cpp
    M src/filters/Reprojection.cpp
    M src/pdal_config.cpp
    M test/unit/ConfigTest.cpp
    M test/unit/MetadataTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/apps/pcinfoTest.cpp
    M test/unit/drivers/las/LasWriterTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/InPlaceReprojectionFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp

  Log Message:
  -----------
  make GDAL required for #523

- GDAL is a required library now; all code that was conditional under
PDAL_HAVE_GDAL is now unconditional; macro removed

- all code conditional under PDAL_SRS_ENABLED is now unconditional;
macro removed

- Crop filter throws if non-empty poly and GEOS not built in

- geotiff not required now




More information about the pdal-commits mailing list