pdal-plugins


Namepdal-plugins JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://pdal.io
SummaryPoint cloud data processing Python plugins
upload_time2024-01-03 18:19:58
maintainerHoward Butler
docs_urlNone
authorHoward Butler
requires_python
licenseBSD
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.4+
* Python >=3.7
* Numpy (eg :code:`pip install numpy`)
* scikit-build (eg :code:`pip install scikit-build`)

            

Raw data

            {
    "_id": null,
    "home_page": "https://pdal.io",
    "name": "pdal-plugins",
    "maintainer": "Howard Butler",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "howard@hobu.co",
    "keywords": "point cloud spatial",
    "author": "Howard Butler",
    "author_email": "howard@hobu.co",
    "download_url": "https://files.pythonhosted.org/packages/ef/a7/eff3213c29a2c5e2c3de594f2459412e3e11f7dff59ad52a8717810c8821/pdal-plugins-1.3.0.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.4+\n* Python >=3.7\n* Numpy (eg :code:`pip install numpy`)\n* scikit-build (eg :code:`pip install scikit-build`)\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Point cloud data processing Python plugins",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://pdal.io"
    },
    "split_keywords": [
        "point",
        "cloud",
        "spatial"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efa7eff3213c29a2c5e2c3de594f2459412e3e11f7dff59ad52a8717810c8821",
                "md5": "bcf202fb51bdd6f2c74f71c127cce223",
                "sha256": "bc2a44b6bd6906ce1ad9e8ba0f56d42dfb8988c4cbff618b34fe2a4a6f679b79"
            },
            "downloads": -1,
            "filename": "pdal-plugins-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bcf202fb51bdd6f2c74f71c127cce223",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 824134,
            "upload_time": "2024-01-03T18:19:58",
            "upload_time_iso_8601": "2024-01-03T18:19:58.187011Z",
            "url": "https://files.pythonhosted.org/packages/ef/a7/eff3213c29a2c5e2c3de594f2459412e3e11f7dff59ad52a8717810c8821/pdal-plugins-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 18:19:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pdal-plugins"
}
        
Elapsed time: 0.18216s