Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDAL/PDAL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.3
Choose a base ref
...
head repository: PDAL/PDAL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.4
Choose a head ref
  • 14 commits
  • 35 files changed
  • 8 contributors

Commits on Jan 5, 2025

  1. Configuration menu
    Copy the full SHA
    d8a63b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Handle relative paths to STAC assets correctly (#4603)

    * fix for stac relative paths
    
    * handleRelativePath - return earlier if absolute
    ibell13 authored and hobu committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    00cf41a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Configuration menu
    Copy the full SHA
    21da3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5be95d View commit details
    Browse the repository at this point in the history
  3. [Backport 2.8-maintenance] Use gdal_fwd.hpp when available for forwar…

    …d declarations (#4614)
    
    * take advantage of gdal_fwd.hpp when available in GDAL 3.11+ #4607
    
    * use _has_include instead of conditio
    nalizing based on GDAL_COMPUTE_VERSION
    
    * address more instances where PDAL was declaring GDAL objects
    hobu authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    89c7f8e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. [Backport 2.8-maintenance] Source tree cleanups (#4616)

    * remove redundant AUTHORS.txt, which is now provided by CITATION.cff
    
    * bump our (c) to 2025
    
    * remove dead RELEASENOTES
    
    * bump LICENSE (c)
    
    * set cmake_minimum_required to 3.13 for some sub-projects that were causing warnings
    
    * point to Matrix
    
    * update main landing README
    hobu authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    974969d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    38d0e1d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    3d5c457 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. [Backport 2.8-maintenance] upload .conda files from conda package bui…

    …ld CI (#4626)
    
    * upload .conda files going forward #4623
    
    * follow along with OSGeo/gdal#11683 to error when packages aren't uploaded
    
    * typo
    
    * 🔨 pkg_format to get .conda files
    hobu authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    56b1a94 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Issue 4630 (#4631)

    * fixing nodes being deleted when the poisson filter is executed twice
    
    * Fixing nodes being deleted when the poisson filter is executed twice
    
    A global flag was set that caused the initial nodes of an octree
    used by PoissonRecon to deleted when a PoissonFilter was
    executed twice, causing crashes.
    blenderfan authored and hobu committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    16f2804 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Update include directives for LasReader and LasHeader in transition f…

    …rom libLAS to PDAL guide (#4635)
    
    Co-authored-by: Kasparas Karlauskas <[email protected]>
    hobu and kasparas-k authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    805bd86 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Fix bad calculation for max width cases. (#4640)

    Co-authored-by: Andrew Bell <[email protected]>
    hobu and abellgithub authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    26a83d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Read quickinfo or filters.stats to create TileDB array (#4642)

    Co-authored-by: Norman Barker <[email protected]>
    hobu and normanb authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    e59c699 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. bump for 2.8.4

    hobu committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    2c90d6f View commit details
    Browse the repository at this point in the history
Loading