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.1
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.2
Choose a head ref
  • 15 commits
  • 32 files changed
  • 4 contributors

Commits on Nov 8, 2024

  1. report an error if we can't open the filename in writers.bpf (#4538)

    * report an error if we can't open the filename
    
    * don't override m_coordId to 0 if it is already set in the case of 'auto' being true
    
    * confirm we can set CRS
    
    * bump ci
    hobu committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    95ef81f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Doc: workshorp: reprojection: hopefully fix current broken mention of…

    … PROJ (#4542)
    
    * Doc: workshorp: reprojection: hopefully fix current broken mention of PROJ
    
    The word Proj.4 doesn't even appear currently. Perhaps due to the dot?
    
    * Doc: use https URL for QGIS and GDAL
    
    * doc/_config.yml: fix link to proj.org, and https'ify for proj.org and gdal.org
    rouault authored and hobu committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bc7a55f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17acc57 View commit details
    Browse the repository at this point in the history
  3. Tests: add compatibility with GDAL 3.10 (#4541)

    GDAL 3.10 has deprecated opening a MEM::: dataset
    rouault authored and hobu committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d93a850 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. stop quietly replacing / with \ in portable_popen #4546 (#4547)

    * stop quietly replacing / with \ in portable_popen #4546
    
    * fix compile
    hobu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e070bcd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Docker ci updates (#4545)

    * update docker builds to include python plugins, cpd, and draco
    
    * address action warnings
    
    * tweak BUILD_DATE
    
    * GITHUB_OUTPUT not GITHUB_ENV
    hobu committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7dc5361 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Don't forward VLRs unless requested. (#4549)

    * Don't foward VLRs in copc writer unless specified.
    
    * Fix . to ->
    abellgithub authored and hobu committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    893684b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Fix dead code ;) (#4555)

    Close #4554
    abellgithub authored and hobu committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    393a93c View commit details
    Browse the repository at this point in the history
  2. PROJ style RTD config (#4556)

    * Add GHA to bump 'stable' tag to latest repository.vars.STABLE_BRANCH with every commit
    
    * update HOWTORELEASE
    hobu committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7cf20ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b047f14 View commit details
    Browse the repository at this point in the history
  4. Make doc builds faster by removing DOT doxygen usage (#4558)

    * Move reqs to pip installs in attempt to solve env faster
    
    * exclude ./test from doxygen
    
    * drop dot
    
    ---------
    
    Co-authored-by: Howard Butler <[email protected]>
    chambbj and hobu committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    17d7f87 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Detect path to conf.py and set JSON/CSV paths relative (#4560)

    * Detect path to conf.py and set JSON/CSV paths relative
    
    * Try running it as a separate pre_build step
    
    * fix typo
    
    * jeez
    
    ---------
    
    Co-authored-by: Howard Butler <[email protected]>
    chambbj and hobu committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    794e99b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Automate release creation (#4559)

    * automate release artifact generation
    
    * on push
    
    * fix syntax
    
    * test builds for any tag
    
    * explicit source tree build job
    
    * working-directory
    
    * only draft release for x.x.x tags
    
    * fix syntax
    
    * update HOWTORELEASE
    hobu committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c2faaec View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Validate checksums and version number in automated release CI (#4564)

    * add release version checks
    
    * set exit
    
    * dummy 7.7.7 release version
    
    * explicit verify of checksums
    
    * cd into correct dir
    
    * need conda for testing
    
    * syntax
    
    * break apart steps a bit
    
    * set path to environment
    
    * bad path :(
    
    * bad path again :(
    
    * dont build tests
    
    * check installed version version
    
    * use pdal-config for clean version string
    
    * only release for x.x.x
    hobu committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    81a64b2 View commit details
    Browse the repository at this point in the history
  2. bump to 2.8.2 for release

    hobu committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    736fa0a View commit details
    Browse the repository at this point in the history
Loading