scanplan-lidar-toolkit


Namescanplan-lidar-toolkit JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/bimbuildings/ltk
SummaryScanPlan LiDAR Tool Kit
upload_time2023-01-17 20:47:54
maintainer
docs_urlNone
authorscan-plan.nl
requires_python>=3.8
licenseLicensed to ScanPlan
keywords lidar gis las
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Scan Plan Lidar Tool Kit (spltk)
Collection of methods to process lidar data.

### Installation

See the `Makefile`

``
pip install dist/scanplan-lidar-toolkit
``

### Contribution
Clone the repository and create a virtualenv
and add your methods in main or dev branch with a proper documentation and unittests.


`/usr/bin/python3.10 -m venv /path/to/myvenv`

OR<br />

`virtualenv --python="/usr/bin/python3.10" /path/to/myvenv`

Install requirements<br />

`source /myvenv/bin/activate`

`pip3 install -r requirements.txt`



### How to use?
see examples and tests (coming soon)

### TODO
- add docs
- notebooks


### Authors
Shayan Nikoohemat [shayan@scan-plan.nl](shayan@scan-plan.nl)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bimbuildings/ltk",
    "name": "scanplan-lidar-toolkit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "lidar gis las",
    "author": "scan-plan.nl",
    "author_email": "shayan@scan-plan.nl",
    "download_url": "https://files.pythonhosted.org/packages/84/22/ba77eedcfd63408ed501df70c17f1c8bf2ddc7335b683e2f9cf1d981d6de/scanplan-lidar-toolkit-0.0.4.tar.gz",
    "platform": null,
    "description": "# Scan Plan Lidar Tool Kit (spltk)\nCollection of methods to process lidar data.\n\n### Installation\n\nSee the `Makefile`\n\n``\npip install dist/scanplan-lidar-toolkit\n``\n\n### Contribution\nClone the repository and create a virtualenv\nand add your methods in main or dev branch with a proper documentation and unittests.\n\n\n`/usr/bin/python3.10 -m venv /path/to/myvenv`\n\nOR<br />\n\n`virtualenv --python=\"/usr/bin/python3.10\" /path/to/myvenv`\n\nInstall requirements<br />\n\n`source /myvenv/bin/activate`\n\n`pip3 install -r requirements.txt`\n\n\n\n### How to use?\nsee examples and tests (coming soon)\n\n### TODO\n- add docs\n- notebooks\n\n\n### Authors\nShayan Nikoohemat [shayan@scan-plan.nl](shayan@scan-plan.nl)\n",
    "bugtrack_url": null,
    "license": "Licensed to ScanPlan",
    "summary": "ScanPlan LiDAR Tool Kit",
    "version": "0.0.4",
    "split_keywords": [
        "lidar",
        "gis",
        "las"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "444a32d39bb5920580c9fec3de64b8a99bfae2df24d5a85cffe3411a0467d4f8",
                "md5": "a7a4ea756630d7fdc63d8af0585ab896",
                "sha256": "68e4abfcef202471aeefc4e884dda32ac279e8c32196f6ac04f7b0fe8063ae7a"
            },
            "downloads": -1,
            "filename": "scanplan_lidar_toolkit-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7a4ea756630d7fdc63d8af0585ab896",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5314,
            "upload_time": "2023-01-17T20:47:52",
            "upload_time_iso_8601": "2023-01-17T20:47:52.586637Z",
            "url": "https://files.pythonhosted.org/packages/44/4a/32d39bb5920580c9fec3de64b8a99bfae2df24d5a85cffe3411a0467d4f8/scanplan_lidar_toolkit-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8422ba77eedcfd63408ed501df70c17f1c8bf2ddc7335b683e2f9cf1d981d6de",
                "md5": "13eeb6287f6a636b9cfff88b3a4a6f58",
                "sha256": "6c1fb8889831c6cfdf0ee44cf98b0e250e01e7740ba737473055cb9936522843"
            },
            "downloads": -1,
            "filename": "scanplan-lidar-toolkit-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "13eeb6287f6a636b9cfff88b3a4a6f58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 517964,
            "upload_time": "2023-01-17T20:47:54",
            "upload_time_iso_8601": "2023-01-17T20:47:54.487627Z",
            "url": "https://files.pythonhosted.org/packages/84/22/ba77eedcfd63408ed501df70c17f1c8bf2ddc7335b683e2f9cf1d981d6de/scanplan-lidar-toolkit-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 20:47:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bimbuildings",
    "github_project": "ltk",
    "lcname": "scanplan-lidar-toolkit"
}
        
Elapsed time: 0.07167s