The NetBSD Project

CVS log for pkgsrc/geography/pdal-lib/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / geography / pdal-lib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Sat Feb 10 10:06:13 2024 UTC (6 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.13 (colored)

pdal-lib: needs filesystem

Revision 1.24 / (download) - annotate - [select for diffs], Fri Dec 29 18:24:46 2023 UTC (2 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.13 (colored)

revbump for boost-libs

Revision 1.23 / (download) - annotate - [select for diffs], Mon Dec 18 22:47:53 2023 UTC (3 months, 1 week ago) by thor
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.22: +4 -3 lines
Diff to previous 1.22 (colored) to selected 1.13 (colored)

pdal-lib: update to 2.5.6

Among various bug fixes, these are the changes since 2.2.0:

2.5.6
    bug fixes

2.5.5
    bug fixes

2.5.4
    bug fixes

2.5.3
    bug fixes

2.5.2
Enhancements

    Provided allow_empty option to readers.gdal #3984

2.5.1
Enhancements

    Optional debug in filters.csf to improve performance #3952 (thanks
    @n4z4m3!)
    Connection classes for readers.copc and readers.ept consolidated
    (#3962)

2.5.0
Changes of Note

    TileDB 2.3 now required for TileDB read/write support (#3722)
    readers.fbx and readers.mrsid have been removed (#3841)
    Make PDAL Locale agnostic (#3873) Thanks @jjimenezshaw!
    Non-public symbols are now hidden on unix (#3931) Thanks @abellgithub!
    PipelineExecutor class is now deprecated (#3937)

New Stages

    readers.ptx (Thanks @dbrookes96!) supports reading the PTX
    format(#3718)
    writers.fbi and readers.fbi supports TerraSolid binary format(#3822)
    (Thanks @alavenant!)
    filters.trajectory estimates trajectory for certain data
    configurations (#3743)
    filters.geomdistance computes the (2D) distance of points to a given
    geometry (#3891)
    readers.stac dereferences STAC Catalogs to read point cloud data
    (#3915)
    filters.expression uses the same syntax as where to filter data
    (#3930)

Enhancements

    boundary_json GeoJSON added to pdal info output (#3750)
    Sort COPC output by GPSTime if available (#3747)
    filters.zsmooth enabled by default (#3785)
    update googletest to 1.12.1 by in (#3917)
    Support GDAL 64bit integer types if they are defined (#3795)
    PROJJSON output now added to pdal info output (#3780)
    QuickInfo now supports adding Metadata (#3894)
    stage-n-push support for writers.copc (#3790)
    pdal translate will not overwrite data by default (#3794)
    'bounds' option to limit filters.overlay usage (#3815)
    wmain usage of pdal comand for wide filename character support on
    Windows (#3824)
    binmode added to writers.gdal to count only points inside pixels
    (#3840)
    attr_dims and ogr_options options to writers.ogr (#3837) Thanks
    @rcoup!
    Add metadata to readers.las QuickInfo (#3897)
    writers.copc.threads option (#3910)
    Support spaces in dimension names (#3907)
    writers.copc.a_srs option (#3908)
    readers.copc outputs copc_info metadata on read (#3936)

2.4.3
Changes of Note

    A significant memory leak in LAZ decompression was fixed #3814
    PDAL's website is migrating to @readthedocs Thanks @j9ac9k! #3782

Enhancements

    writers.copc remote file writing was added #3819
    filters.overlay bounds option added #3815
    laz-perf vendored code updated to 3.1.0 release #3821
    Arbiter credentials now support profiles #3792

2.4.2
Changes of Note

None
Enhancements

    #3769 workshop documentation updates (Thanks @j9ac9k!)

2.4.1
Changes of Note

    writers.copc now sorts chunks by GPStime, allowing better compression.
    Various warnings for newer compilers have been eliminated.

Enhancements

    Errors from the geotiff library are now directed to the console
    (standard error).
    readers.bpf now adds a count of the number of points to metadata.
    The pdal info command now always writes a GeoJSON metadata entry of
    the area boundary called boundary_json.

2.4.0
Changes of Note

    A compiler that supports C++17 is now required to build PDAL or
    include PDAL headers in your code.
    The PDAL_STATIC_BUILD cmake option has been removed. We do not
    support building PDAL as a static library, though it may work.
    The behavior of readers.ept when specifying both bounds and polygon
    options has changed such that a point must pass both the filters
    independently in order to be accepted. (#3506)
    readers.ept will now ignore the spatial reference on a clip region
    if the point source has no spatial reference. This behavior is
    consistent with filters.crop. (#3580)
    readers.las and writers.las no longer support the laszip library. Both
    stages now use the lazperf library, which is embedded into the PDAL
    library. The compression option is still accepted in readers.las, but
    is ignored. The compression option on writers.las still accepts the
    LASZIP and LAZPERF , but those values are treated the same as TRUE.
    PDAL now builds on MinGW, though future support depends on community
    contributions.
    Source code supporting las and ept has been moved to a private
    namespace.

New Stages

    readers.copc and writers.copc have been added to support reading
    and writing of COPC files.
    readers.smrmsg was added to read from post-processed MMS accuracy
    files to be used with SBET data.

Enhancements

    The performance of filters.litree has been improved. (#3518)
    Support for time query/storage in readers.tiledb and writers.tiledb
    has been added. (#3495)
    Added various remote access support (AWS Fargate, AWS session token
    support, Azure SAS token support). (#3496)
    An error is now reported when reading a pipeline with multiple
    leaf nodes.
    Support for beam direction and origin in readers.rxp has been
    added. (#3565)
    Add a cmake macro PDAL_CREATE_PLUGIN that may simplify the creation
    of some PDAL plugin stages. (#3588)
    writers.null is now streamable. (#3591)
    Added support for multiple output files in writers.ply (#3617 -
    Thanks @longhuan2018)
    filters.csf now permits selective output of debugging/analysis
    files. (#3488)
    Comments in JSON input files (pipelines) are now supported. (#3670)
    Added support in writers.las for creating VLRs from metadata. (#3683)
    Added query support origin query in version 1.1 of EPT. (#3505)


2.3.0
Changes of Note

    GDAL version 3 is now required. (#3428)
    readers.tiledb now defaults to unordered reads. (#3267)
    readers.tiledb now supports Hilbert ordering. (#3345)
    writers.pcd now writes 32-bit floating point for X, Y and Z by
    default. (#3286)
    The GDAL error handler is redirected to its destination when PDAL
    logging stops. (#3244)

New Command

    Added pdal eval to print a classification report from two input
    point clouds. (#3346)
    Added pdal chamfer to calculate the chamfer distance, a metric used
    to quantify the similarity of two point clouds by evaluating the mean
    square distance of nearest neighbor correspondences between clouds.

New Stages

    filters.gpstimeconvert allows conversion between the various GPS
    time standards.
    filters.teaser uses the truncated least squares estimation and
    semidefinite relaxation (TEASER) algorithm to create a rigid
    transformation between two datasets.
    readers.draco reads the Draco format.
    writers.draco writes the Draco format.
    filters.zsmooth sets a dimension to a value determined by nearby
    points. (#3408)

Removed Stages

    readers.oci
    writers.oci

Enhancements

    pdal pipeline and pdal translate now support a --dims option that
    allows the stored dimensions to be easily controlled. (#3310)
    readers.las now reports and terminates on some previously undetected
    LAS file errors. (#3226)
    Added override_srs and default_srs options to readers.gdal to allow
    a raster with only NODATA to have an SRS. (#3271)
    Support was added for MSVC 2019. (#3292)
    Added text output of GeoTIFF keys to metadata when reading LAS
    data. (#3299)
    Added programmatic support to merge summary statistics. (#3321)
    Extra dimension names in a LAS file containing characters deemed
    illegal by PDAL are now converted by default to legal PDAL dimension
    names. (#3325)
    The sample filter is now streamable. (#3275)
    Added the --error_on_failure option to filters.reprojection to allow
    the program to terminate if a projection operation fails. (#3316)
    Added the --start option to readers.las to allow skipping some number
    of points. (#3313)
    Set the `ACCEPT_ENCODING' curl option to enable automatic
    decompression of HTTP replies.
    Improve error messages for LAS where a specified point format is
    not permitted. (#3324)
    Add the --where option to all writers. (#3319)
    Added a --nosrs option to readers.las to avoid reading the SRS
    information. (#3441)
    Improved performance of readers.ept in stream mode. (#3331)

Revision 1.22 / (download) - annotate - [select for diffs], Sun Nov 12 13:21:48 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.13 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:25 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.13 (colored)

*: recursive bump for icu 74.1

Revision 1.20 / (download) - annotate - [select for diffs], Tue Oct 24 22:09:20 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.13 (colored)

*: bump for openssl 3

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 21 17:10:20 2023 UTC (5 months ago) by gdt
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.13 (colored)

recursive revbump for tiff update

Revision 1.18 / (download) - annotate - [select for diffs], Mon May 22 20:59:59 2023 UTC (10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.13 (colored)

*: bump for libproxy 0.5

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 23 14:26:08 2023 UTC (11 months ago) by adam
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.13 (colored)

revbump for boost

Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:22 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.13 (colored)

revbump after textproc/icu update

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 3 20:21:02 2023 UTC (11 months, 3 weeks ago) by nros
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.13 (colored)

Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 29 21:14:36 2023 UTC (13 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.13 / (download) - annotate - [selected], Sun Jan 22 16:28:14 2023 UTC (14 months ago) by ryoon
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

*: Recursive revbump from Boost 1.81.0

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:21 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.13 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 27 13:55:49 2022 UTC (16 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.13 (colored)

geography/proj: recursive revbump

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:46 2022 UTC (16 months ago) by adam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.13 (colored)

massive revision bump after textproc/icu update

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:03 2022 UTC (17 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.13 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:38 2022 UTC (19 months, 2 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.13 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 13 13:47:34 2022 UTC (22 months, 2 weeks ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.13 (colored)

revbump for gdal-lib update

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 18 19:09:51 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.13 (colored)

revbump for textproc/icu update

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 18 17:42:26 2022 UTC (2 years, 2 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.13 (colored)

*: revbump for gdal-lib update

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 10 01:46:32 2022 UTC (2 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.13 (colored)

*: Recursive revbump from boost 1.78.0

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:07 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.13 (colored)

revbump for icu and libffi

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:07 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

revbump for boost-libs

Revision 1.1 / (download) - annotate - [select for diffs], Mon May 17 11:12:53 2021 UTC (2 years, 10 months ago) by thor
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to selected 1.13 (colored)

geography/pdal-lib: new package for PDAL

PDAL is Point Data Abstraction Library. It is a C/C++ open source library
and applications for translating and processing point cloud data. It is
not limited to LiDAR data, although the focus and impetus for many of
the tools in the library have their origins in LiDAR.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>