[pdal-commits] [PDAL/PDAL] b9221d: Merge branch 'master' of git://github.com/PDAL/PDA...

Howard Butler hobu.inc at gmail.com
Thu Aug 25 11:08:03 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL

  Commit: b9221df7225cc5c67b1020bd49d062590770e316
      https://github.com/PDAL/PDAL/commit/b9221df7225cc5c67b1020bd49d062590770e316
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2011-08-25 (Thu, 25 Aug 2011)

  Changed paths:
    M .gitignore
  M apps/AppSupport.hpp
  M apps/Application.cpp
  M apps/Application.hpp
  M apps/pc2pc.cpp
  M apps/pcinfo.cpp
  M apps/pcpipeline.cpp
  M csharp/README.txt
  R csharp/libpc_swig.sln
  R csharp/libpc_swig_cs/libpc_swig_cs.csproj
  R csharp/libpc_swig_test/Program.cs
  R csharp/libpc_swig_test/Properties/AssemblyInfo.cs
  R csharp/libpc_swig_test/TestDimension.cs
  R csharp/libpc_swig_test/TestLiblasReader.cs
  R csharp/libpc_swig_test/libpc_swig_test.csproj
  A csharp/pdal_swig.sln
  R csharp/pdal_swig_cpp/libpc.i
  R csharp/pdal_swig_cpp/libpc_swig_cpp.vcxproj
  A csharp/pdal_swig_cpp/pdal.i
  A csharp/pdal_swig_cpp/pdal_swig_cpp.vcxproj
  A csharp/pdal_swig_cs/Properties/AssemblyInfo.cs
  A csharp/pdal_swig_cs/pdal_swig_cs.csproj
  A csharp/pdal_swig_test/Program.cs
  A csharp/pdal_swig_test/Properties/AssemblyInfo.cs
  A csharp/pdal_swig_test/TestDimension.cs
  A csharp/pdal_swig_test/TestLasReader.cs
  A csharp/pdal_swig_test/pdal_swig_test.csproj
  M include/pdal/Bounds.hpp
  M include/pdal/Filter.hpp
  M include/pdal/MultiFilter.hpp
  M include/pdal/Options.hpp
  M include/pdal/PipelineReader.hpp
  M include/pdal/PipelineWriter.hpp
  M include/pdal/PointBuffer.hpp
  M include/pdal/Range.hpp
  M include/pdal/Reader.hpp
  M include/pdal/Stage.hpp
  M include/pdal/StageBase.hpp
  M include/pdal/Writer.hpp
  M include/pdal/drivers/las/Writer.hpp
  M include/pdal/drivers/liblas/Writer.hpp
  M include/pdal/drivers/oci/Writer.hpp
  M include/pdal/drivers/qfit/Reader.hpp
  M include/pdal/drivers/terrasolid/Reader.hpp
  M include/pdal/exceptions.hpp
  M mpg-config.bat
  M src/Bounds.cpp
  M src/Filter.cpp
  M src/MultiFilter.cpp
  M src/Options.cpp
  M src/PipelineManager.cpp
  M src/PipelineReader.cpp
  M src/PipelineWriter.cpp
  M src/Range.cpp
  M src/Reader.cpp
  M src/SchemaLayout.cpp
  M src/SpatialReference.cpp
  M src/Stage.cpp
  M src/StageBase.cpp
  M src/Utils.cpp
  M src/Writer.cpp
  M src/drivers/las/Iterator.cpp
  M src/drivers/las/Reader.cpp
  M src/drivers/las/Writer.cpp
  M src/drivers/liblas/Writer.cpp
  M src/drivers/oci/Reader.cpp
  M src/drivers/oci/Writer.cpp
  M src/drivers/pipeline/Reader.cpp
  M src/drivers/qfit/Reader.cpp
  M src/filters/Chipper.cpp
  M src/filters/CropFilter.cpp
  M src/filters/ReprojectionFilter.cpp
  M src/filters/ScalingFilter.cpp
  M src/filters/StatsFilter.cpp
  M test/data/apps/pcinfo_stage.txt
  A test/data/apps/pcinfo_stage_nosrs.txt
  M test/data/pipeline/pipeline_bad01.xml
  M test/data/pipeline/pipeline_bad02.xml
  M test/data/pipeline/pipeline_bad03.xml
  M test/data/pipeline/pipeline_bad04.xml
  M test/data/pipeline/pipeline_bad05.xml
  M test/data/pipeline/pipeline_bad06.xml
  M test/data/pipeline/pipeline_bad07.xml
  M test/data/pipeline/pipeline_bad08.xml
  M test/data/pipeline/pipeline_bad09.xml
  M test/data/pipeline/pipeline_bad10.xml
  M test/data/pipeline/pipeline_read.xml
  M test/data/pipeline/pipeline_readcomments.xml
  M test/data/pipeline/pipeline_write.xml
  M test/data/pipeline/pipeline_write2.xml
  M test/data/pipeline/pipeline_writecomments.xml
  M test/unit/BoundsTest.cpp
  M test/unit/CacheFilterTest.cpp
  M test/unit/ChipperTest.cpp
  M test/unit/DecimationFilterTest.cpp
  M test/unit/FauxReaderTest.cpp
  M test/unit/LasReaderTest.cpp
  M test/unit/LasWriterTest.cpp
  M test/unit/LiblasReaderTest.cpp
  M test/unit/LiblasWriterTest.cpp
  M test/unit/OptionsTest.cpp
  M test/unit/PipelineManagerTest.cpp
  M test/unit/PipelineReaderTest.cpp
  M test/unit/PipelineWriterTest.cpp
  M test/unit/QFITReaderTest.cpp
  M test/unit/RangeTest.cpp
  M test/unit/ReprojectionFilterTest.cpp
  M test/unit/StageFactoryTest.cpp
  M test/unit/Support.cpp
  M test/unit/XMLSchemaTest.cpp
  M test/unit/pc2pcTest.cpp
  M test/unit/pcinfoTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/PDAL/PDAL


  Commit: 0d74db9606af57d093a89054cd0f6c8839be6388
      https://github.com/PDAL/PDAL/commit/0d74db9606af57d093a89054cd0f6c8839be6388
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2011-08-25 (Thu, 25 Aug 2011)

  Changed paths:
    A python/pdal/__init__.py
  A python/pdal/pipeline_xml.py
  A python/pdal/test.py
  A python/pdal/version.py
  M schemas/pdal_pipeline.xsd

  Log Message:
  -----------
  Merge pull request #4 from gadomski/master

Added Pipline.version to xsd


Compare: https://github.com/PDAL/PDAL/compare/f577e5a...0d74db9


More information about the pdal-commits mailing list