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/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.5
Choose a base ref
...
head repository: PDAL/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 4 contributors

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    b73f7fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83d78d View commit details
    Browse the repository at this point in the history
  3. Add GeoDataFrame support to Pipeline (#173)

    * Added GeoDataFrame support to pipeline.py
    
    Added basic GeoPandas GeoDataFrame support. If GeoPandas is installed users can read an array from an executed pipeline and return a GeoDataFrame, with optional arguments for XY vs XYZ point and CRS. DataFrames passed to the Pipeline constructor will drop the "geometry" column if present.
    
    * Update test_pipeline.py
    
    Added test for GeoDataFrames
    
    * add geopandas to environment reqs
    
    ---------
    
    Co-authored-by: Howard Butler <hobu.inc@gmail.com>
    jf-geo and hobu authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f858350 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. add Python 3.13 to build matrix and drop 3.9 (#181)

    * add Python 3.13 to build matrix and drop 3.9
    
    * adjust matrix
    
    * adjust matrix 2
    hobu authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fdabd27 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 19, 2024

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

Commits on Dec 17, 2024

  1. Adding support for streaming through the input arrays of a pipeline (#…

    …182)
    
    * Adding support for streaming the input arrays of a pipeline
    
    * Code cleanup based on code review.
    
    * Updated documentation to include mention to reading with stream handler.
    joaori authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    32328ac View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Quickinfo scales (#189)

    * added additional metadata to quickinfo
    
    * use module call to run pytest
    
    ---------
    
    Co-authored-by: Norman Barker <norman@analyticaspatial.com>
    hobu and normanb authored May 12, 2025
    Configuration menu
    Copy the full SHA
    b569f27 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. bump to 3.5.0 for release

    hobu committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    4f36e7e View commit details
    Browse the repository at this point in the history
  2. use PDAL_EXPORT instead of PDAL_DLL (#192)

    * use PDAL_EXPORT instead of PDAL_DLL and include pdal/util/pdal_util_export.hpp to get it
    
    * consolidate export stuff
    hobu authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    55727d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c540a23 View commit details
    Browse the repository at this point in the history
Loading