lidario


Namelidario JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://lidario.readthedocs.io/
SummaryHigh-level python library to manipulate LIDAR raster and point cloud
upload_time2020-12-12 16:25:10
maintainer
docs_urlNone
authorJoffrey Bienvenu
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lidario

[![Generic badge](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue)](https://www.python.org/downloads/release/python-380/) [![Travis CI](https://travis-ci.com/Joffreybvn/lidario.svg?branch=master)](https://travis-ci.com/github/Joffreybvn/lidario) [![Documentation Status](https://readthedocs.org/projects/lidario/badge/?version=latest)](https://lidario.readthedocs.io/en/latest/?badge=latest)

High-level python library to manipulate LIDAR raster and point cloud.


### Installing
Install and update using pip:

```Shell
pip install lidario
```

Lidario depends on Rasterio, which depend on many other Python and C libraries. In case of problem, please refer to the [Rasterio installation instructions](https://rasterio.readthedocs.io/en/latest/installation.html).

### Quick start

**lidario.Translator** transform a given data structure (ie: *a raster*), to a point cloud (ie: *a numpy array*).

```Python
import lidario as lio

# Translate a raster to a numpy point cloud.
translator = lio.Translator("geotiff", "np")
point_cloud = translator.translate("/path/to/file.tif")

# point_cloud: np.array([...])
```

In this example, we initialize a **Translator** object to convert a *geotiff* file into a *numpy array* cloud point.
Then, we use this object to effectively convert a *tif* file.

### Going further
Transform Rasterio mask and GeoTiff files into numpy array, pandas dataframe, CSV, PLY, and many other format:

Read the [documentation on ReadTheDocs.io](https://lidario.readthedocs.io/).

## About the author
**Joffrey Bienvenu**, Machine Learning student @ [Becode](https://becode.org/).
 - Website: https://joffreybvn.be
 - Twitter: [@joffreybvn](https://twitter.com/Joffreybvn)  
 - Github: https://github.com/Joffreybvn
            

Raw data

            {
    "_id": null,
    "home_page": "https://lidario.readthedocs.io/",
    "name": "lidario",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Joffrey Bienvenu",
    "author_email": "joffreybvn@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/15/4c/189c8880bc6d11fdc020315ab6d2c13df5d0ced45f84081ae68a5e620bc8/lidario-0.3.0.tar.gz",
    "platform": "",
    "description": "# Lidario\n\n[![Generic badge](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue)](https://www.python.org/downloads/release/python-380/) [![Travis CI](https://travis-ci.com/Joffreybvn/lidario.svg?branch=master)](https://travis-ci.com/github/Joffreybvn/lidario) [![Documentation Status](https://readthedocs.org/projects/lidario/badge/?version=latest)](https://lidario.readthedocs.io/en/latest/?badge=latest)\n\nHigh-level python library to manipulate LIDAR raster and point cloud.\n\n\n### Installing\nInstall and update using pip:\n\n```Shell\npip install lidario\n```\n\nLidario depends on Rasterio, which depend on many other Python and C libraries. In case of problem, please refer to the [Rasterio installation instructions](https://rasterio.readthedocs.io/en/latest/installation.html).\n\n### Quick start\n\n**lidario.Translator** transform a given data structure (ie: *a raster*), to a point cloud (ie: *a numpy array*).\n\n```Python\nimport lidario as lio\n\n# Translate a raster to a numpy point cloud.\ntranslator = lio.Translator(\"geotiff\", \"np\")\npoint_cloud = translator.translate(\"/path/to/file.tif\")\n\n# point_cloud: np.array([...])\n```\n\nIn this example, we initialize a **Translator** object to convert a *geotiff* file into a *numpy array* cloud point.\nThen, we use this object to effectively convert a *tif* file.\n\n### Going further\nTransform Rasterio mask and GeoTiff files into numpy array, pandas dataframe, CSV, PLY, and many other format:\n\nRead the [documentation on ReadTheDocs.io](https://lidario.readthedocs.io/).\n\n## About the author\n**Joffrey Bienvenu**, Machine Learning student @ [Becode](https://becode.org/).\n - Website: https://joffreybvn.be\n - Twitter: [@joffreybvn](https://twitter.com/Joffreybvn)  \n - Github: https://github.com/Joffreybvn",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "High-level python library to manipulate LIDAR raster and point cloud",
    "version": "0.3.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "154c189c8880bc6d11fdc020315ab6d2c13df5d0ced45f84081ae68a5e620bc8",
                "md5": "534a33f30316111a7c9af03aa4f5c2f6",
                "sha256": "00fa5fb90c4bb5f342d7e9848640a058082bad0deab819c1b18f91725ea93af5"
            },
            "downloads": -1,
            "filename": "lidario-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "534a33f30316111a7c9af03aa4f5c2f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6473,
            "upload_time": "2020-12-12T16:25:10",
            "upload_time_iso_8601": "2020-12-12T16:25:10.358567Z",
            "url": "https://files.pythonhosted.org/packages/15/4c/189c8880bc6d11fdc020315ab6d2c13df5d0ced45f84081ae68a5e620bc8/lidario-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-12-12 16:25:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "lidario"
}
        
Elapsed time: 0.06978s