[pdal-commits] [PDAL/PDAL] 5fa457: ept read tutorial tweaks
    Andrew Bell 
    noreply at github.com
       
    Mon Apr 22 08:29:21 PDT 2019
    
    
  
  Branch: refs/heads/issue-2343
  Home:   https://github.com/PDAL/PDAL
  Commit: 5fa4578f4f26ea54d9f99fe1bee51b5726acc708
      https://github.com/PDAL/PDAL/commit/5fa4578f4f26ea54d9f99fe1bee51b5726acc708
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-04-09 (Tue, 09 Apr 2019)
  Changed paths:
    M doc/tutorial/iowa-entwine.rst
  Log Message:
  -----------
  ept read tutorial tweaks
  Commit: cfc64ba80660e8902656a1e088b2870dbba00a8a
      https://github.com/PDAL/PDAL/commit/cfc64ba80660e8902656a1e088b2870dbba00a8a
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-04-11 (Thu, 11 Apr 2019)
  Changed paths:
    A filters/LocalFeaturesFilter.cpp
    A filters/LocalFeaturesFilter.hpp
  Log Message:
  -----------
  Adding raw filter, does not do much
  Commit: e201f4e9ccd57092bd7694fd146687d71fc47fb4
      https://github.com/PDAL/PDAL/commit/e201f4e9ccd57092bd7694fd146687d71fc47fb4
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M filters/LocalFeaturesFilter.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/LocalFeaturesTest.cpp
  Log Message:
  -----------
  Adding tests
  Commit: 4d7b8492ef6f7e3973dddfc5f0b79045e0e2c405
      https://github.com/PDAL/PDAL/commit/4d7b8492ef6f7e3973dddfc5f0b79045e0e2c405
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M pdal/KDIndex.hpp
  Log Message:
  -----------
  Making the KDIndex::neighbors const
  Commit: d82f3e466a9f6d21d4df678bab8360f91c353f15
      https://github.com/PDAL/PDAL/commit/d82f3e466a9f6d21d4df678bab8360f91c353f15
  Author: Nicolas <nicolas.chaulet at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M filters/LocalFeaturesFilter.cpp
    M filters/LocalFeaturesFilter.hpp
  Log Message:
  -----------
  Supports multi-threading
  Commit: 29e2c79aa13fa56b2f9851ebde9506b115104acd
      https://github.com/PDAL/PDAL/commit/29e2c79aa13fa56b2f9851ebde9506b115104acd
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M filters/LocalFeaturesFilter.cpp
  Log Message:
  -----------
  Refactoring a bit, addressing comments and fixing tests
  Commit: 1ee64801fc1067cc4b719b353e0f31862c358a18
      https://github.com/PDAL/PDAL/commit/1ee64801fc1067cc4b719b353e0f31862c358a18
  Author: Nicolas <nicolas.chaulet at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M doc/references.rst
    A doc/stages/filters.dimensionality.rst
    A filters/DimensionalityFilter.cpp
    A filters/DimensionalityFilter.hpp
    R filters/LocalFeaturesFilter.cpp
    R filters/LocalFeaturesFilter.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/DimensionalityTest.cpp
    R test/unit/filters/LocalFeaturesTest.cpp
  Log Message:
  -----------
  Renaming filter and adding doc
  Commit: d18e76029943b8bb47d832e7eba52b70c22e74ea
      https://github.com/PDAL/PDAL/commit/d18e76029943b8bb47d832e7eba52b70c22e74ea
  Author: Nicolas <nicolas.chaulet at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M doc/stages/filters.dimensionality.rst
  Log Message:
  -----------
  Doc update
  Commit: 721db090e6317c8fac624861f3f324797186f6ad
      https://github.com/PDAL/PDAL/commit/721db090e6317c8fac624861f3f324797186f6ad
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M pdal/GDALUtils.hpp
  Log Message:
  -----------
  Change raster band indices to size_t to eliminate int overflows. (#2456)
  Commit: 021770e6cc4f398564ad2ec073da2e89040e7bcd
      https://github.com/PDAL/PDAL/commit/021770e6cc4f398564ad2ec073da2e89040e7bcd
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M LICENSE.txt
    M doc/development/compilation/unix.rst
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/project/conventions.rst
    M io/LasWriter.cpp
    M pdal/GDALUtils.hpp
  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL
  Commit: f518d79ecc5424b8330aa1f9832fc100e5196469
      https://github.com/PDAL/PDAL/commit/f518d79ecc5424b8330aa1f9832fc100e5196469
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M scripts/docker/ubuntu/Dockerfile
  Log Message:
  -----------
  Point to LASzip 3.4.1 and ensure that datum zip files are cleaned up after expansion
  Commit: 7f3a0d859d05d01d6578d53e28847c36f21cc874
      https://github.com/PDAL/PDAL/commit/7f3a0d859d05d01d6578d53e28847c36f21cc874
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M doc/stages/filters.hexbin.rst
  Log Message:
  -----------
  Change text regarding precision option.
  Commit: fc5e6bb58f626cc0297150e5f35c6428d40048e1
      https://github.com/PDAL/PDAL/commit/fc5e6bb58f626cc0297150e5f35c6428d40048e1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)
  Changed paths:
    M doc/tutorial/iowa-entwine.rst
    M pdal/GDALUtils.hpp
    M scripts/docker/ubuntu/Dockerfile
  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'
  Commit: 16e8002228b80d69c18fb4213ceff8026598bad5
      https://github.com/PDAL/PDAL/commit/16e8002228b80d69c18fb4213ceff8026598bad5
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)
  Changed paths:
    A doc/stages/filters.covariancefeatures.rst
    R doc/stages/filters.dimensionality.rst
    A filters/CovarianceFeaturesFilter.cpp
    A filters/CovarianceFeaturesFilter.hpp
    R filters/DimensionalityFilter.cpp
    R filters/DimensionalityFilter.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/CovarianceFeaturesTest.cpp
    R test/unit/filters/DimensionalityTest.cpp
  Log Message:
  -----------
  Adding tests
  Commit: dcd59b80a3b78693584aae7b3e650017c5bb699d
      https://github.com/PDAL/PDAL/commit/dcd59b80a3b78693584aae7b3e650017c5bb699d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-04-15 (Mon, 15 Apr 2019)
  Changed paths:
    M pdal/PipelineWriter.cpp
    M test/unit/CMakeLists.txt
    A test/unit/PipelineWriterTest.cpp
  Log Message:
  -----------
  Fixup tag name before tag comparison. (#2459)
Close #2458
  Commit: e3d380a6886c8d1df51f7f2328b6acb0367caf75
      https://github.com/PDAL/PDAL/commit/e3d380a6886c8d1df51f7f2328b6acb0367caf75
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)
  Changed paths:
    M doc/stages/filters.covariancefeatures.rst
    M filters/CovarianceFeaturesFilter.cpp
    M filters/CovarianceFeaturesFilter.hpp
  Log Message:
  -----------
  Make extra dimensions flexible
  Commit: 9ee9211c316496372f63b8a845051c671b36ce64
      https://github.com/PDAL/PDAL/commit/9ee9211c316496372f63b8a845051c671b36ce64
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)
  Changed paths:
    M doc/references.rst
    A doc/stages/filters.covariancefeatures.rst
    A filters/CovarianceFeaturesFilter.cpp
    A filters/CovarianceFeaturesFilter.hpp
    M pdal/KDIndex.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/CovarianceFeaturesTest.cpp
  Log Message:
  -----------
  Merge pull request #2455 from helix-re/filter/localfeature
Local feature filter
  Commit: 019e87adddd37d53638fd9406de3f1a1ac0e3a37
      https://github.com/PDAL/PDAL/commit/019e87adddd37d53638fd9406de3f1a1ac0e3a37
  Author: Eric Theise <erictheise at gmail.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)
  Changed paths:
    M doc/stages/filters.reprojection.rst
  Log Message:
  -----------
  Update filters.reprojection.rst (#2462)
Fixes a dropped "t".
  Commit: 2827e26105c35fd25b7ffdc4a5cba1ee3929cfd7
      https://github.com/PDAL/PDAL/commit/2827e26105c35fd25b7ffdc4a5cba1ee3929cfd7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-04-17 (Wed, 17 Apr 2019)
  Changed paths:
    M kernels/private/density/OGR.cpp
    M kernels/private/density/OGR.hpp
  Log Message:
  -----------
  Don't destroy SRS before layer. (#2463)
Close #2461
  Commit: 505cb1c36f76ee221c7c476e17d2170696d03aa6
      https://github.com/PDAL/PDAL/commit/505cb1c36f76ee221c7c476e17d2170696d03aa6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-04-17 (Wed, 17 Apr 2019)
  Changed paths:
    M doc/stages/writers.ply.rst
    M io/PlyWriter.cpp
    M io/PlyWriter.hpp
    M pdal/DimUtil.hpp
    M test/data/ply/issue_2421.ply
    A test/data/ply/sized_dims.ply
    A test/data/ply/unsized_dims.ply
    M test/unit/io/PlyWriterTest.cpp
  Log Message:
  -----------
  Write integers using integer formatting. (#2467)
* Add support for user-specified dimension types.
Write integers using integer formatting.
* Test for busted appveyor.
* Remove debug.
  Commit: 451bbc1f1f222ab11237ceec16a8f486d135ec4e
      https://github.com/PDAL/PDAL/commit/451bbc1f1f222ab11237ceec16a8f486d135ec4e
  Author: Weston Renoud <wrenoud at gmail.com>
  Date:   2019-04-18 (Thu, 18 Apr 2019)
  Changed paths:
    M doc/development/compilation/windows.rst
  Log Message:
  -----------
  fixes example build config url (#2469)
  Commit: 9575ce81aa6377e020671a24238c6b0d6ed847b6
      https://github.com/PDAL/PDAL/commit/9575ce81aa6377e020671a24238c6b0d6ed847b6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-04-22 (Mon, 22 Apr 2019)
  Changed paths:
    M doc/development/compilation/windows.rst
    M doc/references.rst
    A doc/stages/filters.covariancefeatures.rst
    M doc/stages/filters.hexbin.rst
    M doc/stages/filters.reprojection.rst
    M doc/stages/writers.ply.rst
    M doc/tutorial/iowa-entwine.rst
    A filters/CovarianceFeaturesFilter.cpp
    A filters/CovarianceFeaturesFilter.hpp
    M io/PlyWriter.cpp
    M io/PlyWriter.hpp
    M kernels/private/density/OGR.cpp
    M kernels/private/density/OGR.hpp
    M pdal/DimUtil.hpp
    M pdal/GDALUtils.hpp
    M pdal/KDIndex.hpp
    M pdal/PipelineWriter.cpp
    M scripts/docker/ubuntu/Dockerfile
    M test/data/ply/issue_2421.ply
    A test/data/ply/sized_dims.ply
    A test/data/ply/unsized_dims.ply
    M test/unit/CMakeLists.txt
    A test/unit/PipelineWriterTest.cpp
    A test/unit/filters/CovarianceFeaturesTest.cpp
    M test/unit/io/PlyWriterTest.cpp
  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into issue-2343
Compare: https://github.com/PDAL/PDAL/compare/ac4c7d1fbea3...9575ce81aa63
    
    
More information about the pdal-commits
mailing list