A package that get lidar data from an s3 bucket and converts it to Geo raster
Project description
LidarToGeo
In order to use this package you should have aws credentials setup in a .aws folder in your home directory, you can a guide to help you set this up here s Contains code that goes through the usgs-lidar-public dataset, fetches the las and tif files from a region specified by an input, processes these files to give a dictionary that contains a key of year or region of the data and a value of geodataframe that has the elevation, geometry point and the topographic wetness index of the geometry point
This package will write the following to the directory you are running the script in: a laz file, tif file, shp file and a png file depending on the saved_png flag below.
installation
pip install lidarToGeo
Usage
import lidar_to_geo
# bounds = "([xMin, xMax], [yMin, yMax])"
raster = lidar_to_geo.RasterGetter(bounds, crs)
gpd_dict = raster.region_gdf_dict(saved_png=False, resolution=5)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lidarToGeo-1.0.0.tar.gz.
File metadata
- Download URL: lidarToGeo-1.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c06364a2fdb70c75ef3b17d7e2a2e1f70f59156bfb744134a427879393444dcb
|
|
| MD5 |
f8ec6036b69fb7160d6252b9587dd9aa
|
|
| BLAKE2b-256 |
74ea1b1794316ebf6f354ccd6d7c7dd089a29fa8557ea280452a5a544cc26563
|
File details
Details for the file lidarToGeo-1.0.0-py3-none-any.whl.
File metadata
- Download URL: lidarToGeo-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e353408eb7d079c14c374d2fe930b10a208bd4067b807a39d9b3fc36c3de59c
|
|
| MD5 |
260dcc3f1de9d756806d18b59b800f6a
|
|
| BLAKE2b-256 |
a398ff4c2b87ae7bbe004324316fcf4d93a28483eeac3e188debce38f2ef8a61
|