pdal-plugins


Namepdal-plugins JSON
Version 1.6.2 PyPI version JSON
download
home_pagehttps://pdal.io
SummaryPoint cloud data processing Python plugins
upload_time2024-09-24 23:04:37
maintainerNone
docs_urlNone
authorHoward Butler
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2021, PDAL All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords point cloud spatial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================================================================================
PDAL Python Plugins
================================================================================

PDAL Python plugins allow you to process data with PDAL into
`Numpy <http://www.numpy.org/>`__ arrays.
They support embedding Python in PDAL pipelines with the
`readers.numpy <https://pdal.io/stages/readers.numpy.html>`__ and
`filters.python <https://pdal.io/stages/filters.python.html>`__ stages.

Installation
--------------------------------------------------------------------------------

PyPI
................................................................................

PDAL Python plugins are installable via PyPI:

.. code-block::

    pip install pdal-plugins

GitHub
................................................................................

The repository for PDAL's Python plugins is available at https://github.com/PDAL/python-plugins

.. image:: https://github.com/PDAL/python-plugins/workflows/Build/badge.svg
   :target: https://github.com/PDAL/python-plugins/actions?query=workflow%3ABuild

Requirements
================================================================================

* PDAL 2.6+
* Python >=3.9
* Numpy (eg :code:`pip install numpy`)
* scikit-build-core (eg :code:`pip install scikit-build-core`)

            

Raw data

            {
    "_id": null,
    "home_page": "https://pdal.io",
    "name": "pdal-plugins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Howard Butler <howard@hobu.co>",
    "keywords": "point, cloud, spatial",
    "author": "Howard Butler",
    "author_email": "Unknown <howard@hobu.co>",
    "download_url": "https://files.pythonhosted.org/packages/09/ea/cbc3c2b96b5cc3dba3a9c3cbc58bfaf65d6c45352c8eb38bd23ded2b0610/pdal_plugins-1.6.2.tar.gz",
    "platform": null,
    "description": "================================================================================\nPDAL Python Plugins\n================================================================================\n\nPDAL Python plugins allow you to process data with PDAL into\n`Numpy <http://www.numpy.org/>`__ arrays.\nThey support embedding Python in PDAL pipelines with the\n`readers.numpy <https://pdal.io/stages/readers.numpy.html>`__ and\n`filters.python <https://pdal.io/stages/filters.python.html>`__ stages.\n\nInstallation\n--------------------------------------------------------------------------------\n\nPyPI\n................................................................................\n\nPDAL Python plugins are installable via PyPI:\n\n.. code-block::\n\n    pip install pdal-plugins\n\nGitHub\n................................................................................\n\nThe repository for PDAL's Python plugins is available at https://github.com/PDAL/python-plugins\n\n.. image:: https://github.com/PDAL/python-plugins/workflows/Build/badge.svg\n   :target: https://github.com/PDAL/python-plugins/actions?query=workflow%3ABuild\n\nRequirements\n================================================================================\n\n* PDAL 2.6+\n* Python >=3.9\n* Numpy (eg :code:`pip install numpy`)\n* scikit-build-core (eg :code:`pip install scikit-build-core`)\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2021, PDAL All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Point cloud data processing Python plugins",
    "version": "1.6.2",
    "project_urls": {
        "Changelog": "https://github.com/PDAL/python-plugins/blob/main/README.rst",
        "Documentation": "https://pdal.io",
        "Homepage": "https://pdal.io",
        "Repository": "https://github.com/PDAL/python-plugins"
    },
    "split_keywords": [
        "point",
        " cloud",
        " spatial"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09eacbc3c2b96b5cc3dba3a9c3cbc58bfaf65d6c45352c8eb38bd23ded2b0610",
                "md5": "fb2180598bb8e5363318ef8835be6d63",
                "sha256": "aa868401f2595e739b420a902ac1f63dfc38f0e4da77fcfd088a7fb4c4e4e342"
            },
            "downloads": -1,
            "filename": "pdal_plugins-1.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fb2180598bb8e5363318ef8835be6d63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 575594,
            "upload_time": "2024-09-24T23:04:37",
            "upload_time_iso_8601": "2024-09-24T23:04:37.953370Z",
            "url": "https://files.pythonhosted.org/packages/09/ea/cbc3c2b96b5cc3dba3a9c3cbc58bfaf65d6c45352c8eb38bd23ded2b0610/pdal_plugins-1.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 23:04:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PDAL",
    "github_project": "python-plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pdal-plugins"
}
        
Elapsed time: 0.35217s