Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r.in.pdal: Improve PDAL error handling #4750

Merged
merged 6 commits into from
Dec 2, 2024
Merged

Commits on Nov 24, 2024

  1. r.in.pdal: Improve PDAL error handling

    Some non-conformant LAS files trigger an error in PDAL library that
    results in an unhandled exit from r.in.pdal module.
    This code catches all PDAL errors and reports them in a GRASS way.
    
    One of error sources is lack of SRS information in the imported LAS file.
    This code propogates SRS check override from GRASS to PDAL library
    thus eliminating an error observed by non-conformant 1.4 LAS files.
    
    Fixes: OSGeo#4157
    marisn committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    eab583b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4752e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    9d03e1c View commit details
    Browse the repository at this point in the history
  2. r.in.pdal: use PDAL defined macros to determine its version

    Reduces overhead of the configure stage
    marisn committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4924166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7908c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f21c1e3 View commit details
    Browse the repository at this point in the history