[pdal-commits] [PDAL/PDAL] 1c3e6d: Remove duplicate code.

GitHub noreply at github.com
Wed Dec 14 08:22:29 PST 2016


  Branch: refs/heads/doc-updates-1.4
  Home:   https://github.com/PDAL/PDAL
  Commit: 1c3e6d18eaebb64c2d4f20d60fa8077381a43b0d
      https://github.com/PDAL/PDAL/commit/1c3e6d18eaebb64c2d4f20d60fa8077381a43b0d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/LasHeader.cpp

  Log Message:
  -----------
  Remove duplicate code.
Simplify geotiff code by returning SRS instead of WKT.


  Commit: 00f885da908e56d99e1cbd7395a29f365a44850e
      https://github.com/PDAL/PDAL/commit/00f885da908e56d99e1cbd7395a29f365a44850e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M doc/pipeline.rst
    M pdal/PipelineReaderJSON.cpp
    M plugins/icebridge/test/IcebridgeReaderTest.cpp
    M plugins/python/test/PredicateFilterTest.cpp
    M plugins/python/test/ProgrammableFilterTest.cpp
    M scripts/docker/dependencies/Dockerfile
    R scripts/docker/dependencies/Dockerfile.xenial
    R test/data/autzen/autzen-interpolate.xml
    R test/data/autzen/autzen.jpg.aux.xml
    R test/data/autzen/hag.xml.in
    R test/data/bpf/bpf.xml.in
    R test/data/bpf/bpf2nitf.xml.in
    R test/data/filters/attribute.xml.in
    R test/data/filters/chip.xml.in
    R test/data/filters/chipper.xml.in
    R test/data/filters/colorize-multi.xml.in
    R test/data/filters/colorize.xml.in
    R test/data/filters/crop_reproject.xml.in
    R test/data/filters/crop_wkt.xml.in
    R test/data/filters/crop_wkt_2d.xml.in
    R test/data/filters/crop_wkt_2d_classification.xml.in
    R test/data/filters/decimate.xml.in
    R test/data/filters/ferry.xml.in
    R test/data/filters/hexbin-info.xml.in
    R test/data/filters/hexbin.xml.in
    R test/data/filters/merge.xml.in
    R test/data/filters/merge2.xml.in
    R test/data/filters/merge3.xml.in
    R test/data/filters/pcl/passthrough.xml.in
    R test/data/filters/range_classification.xml.in
    R test/data/filters/range_z.xml.in
    R test/data/filters/range_z_classification.xml.in
    R test/data/filters/reproject.xml.in
    R test/data/filters/sort.xml.in
    R test/data/filters/splitter.xml.in
    R test/data/filters/stats.xml.in
    R test/data/hole/crop.xml.in
    A test/data/icebridge/pipeline.json.in
    R test/data/icebridge/pipeline.xml.in
    R test/data/ilvis2/ilvis.xml
    R test/data/io/p2g-writer.xml.in
    R test/data/io/sqlite-reader.xml.in
    R test/data/io/sqlite-writer.xml.in
    R test/data/io/text-writer-csv.xml.in
    R test/data/io/text-writer-geojson.xml.in
    R test/data/nitf/conversion.xml.in
    R test/data/nitf/las2nitf.xml.in
    R test/data/nitf/reader.xml
    R test/data/nitf/write_laz.xml.in
    R test/data/nitf/write_options.xml.in
    R test/data/oracle/big-read.xml
    R test/data/oracle/big-write.xml
    R test/data/oracle/qfit-read.xml
    R test/data/oracle/qfit-write.xml
    R test/data/oracle/read-colorize.xml
    R test/data/oracle/read.xml
    R test/data/oracle/view-read.xml
    R test/data/oracle/write.xml
    R test/data/pipeline/bad/pipeline_bad01.xml
    R test/data/pipeline/bad/pipeline_bad02.xml
    R test/data/pipeline/bad/pipeline_bad03.xml
    R test/data/pipeline/bad/pipeline_bad04.xml
    R test/data/pipeline/bad/pipeline_bad05.xml
    R test/data/pipeline/bad/pipeline_bad06.xml
    R test/data/pipeline/bad/pipeline_bad07.xml
    R test/data/pipeline/bad/pipeline_bad08.xml
    R test/data/pipeline/bad/pipeline_bad09.xml
    R test/data/pipeline/bad/pipeline_bad10.xml
    R test/data/pipeline/drop_color.xml.in
    R test/data/pipeline/pipeline_interpolate.xml.in
    R test/data/pipeline/pipeline_metadata_reader.xml.in
    R test/data/pipeline/pipeline_metadata_writer.xml.in
    R test/data/pipeline/pipeline_mississippi.xml.in
    R test/data/pipeline/pipeline_mississippi_reverse.xml.in
    R test/data/pipeline/pipeline_multioptions.xml.in
    R test/data/pipeline/pipeline_read.xml.in
    R test/data/pipeline/pipeline_read_notype.xml.in
    R test/data/pipeline/pipeline_readcomments.xml.in
    R test/data/pipeline/pipeline_write.xml.in
    R test/data/pipeline/pipeline_write2.xml.in
    R test/data/pipeline/pipeline_writecomments.xml.in
    R test/data/pipeline/tindex.xml.in
    R test/data/plang/from-module.xml.in
    R test/data/plang/predicate-embed.xml.in
    R test/data/plang/predicate-keep-ground-and-unclass.xml.in
    R test/data/plang/predicate-keep-last-return.xml.in
    R test/data/plang/predicate-keep-specified-returns.xml.in
    R test/data/plang/programmable-update-classifications.xml.in
    R test/data/plang/programmable-update-y-dims.xml.in
    R test/data/qfit/conversion.xml.in
    R test/data/qfit/little-endian-conversion.xml.in
    R test/data/qfit/pipeline.xml.in
    R test/data/qfit/reader.xml.in
    R test/data/sbet/pipeline.xml.in
    R test/data/soci/read-cloud.xml
    R test/data/soci/read.xml
    R test/data/soci/sthelens-write.xml
    R test/data/soci/write-utm.xml
    R test/data/soci/write.xml
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/MergeTest.cpp
    M test/unit/filters/SortFilterTest.cpp
    M test/unit/io/SbetReaderTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 31450f350b1643d9955fde2abb46a622e68c1d27
      https://github.com/PDAL/PDAL/commit/31450f350b1643d9955fde2abb46a622e68c1d27
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/LasHeader.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into doc-updates-1.4


Compare: https://github.com/PDAL/PDAL/compare/babce5aabf27...31450f350b16


More information about the pdal-commits mailing list