A basic package to fetch USGs's LIDAR agriculture data
Project description
The USGS recently released high resolution elevation data as a lidar point cloud called USGS 3DEP in a public dataset on Amazon. This dataset is essential to build models of water flow and predict plant health and maize harvest.
The purpose of this package (usgslidar) is to produce an easy to use, reliable and well designed python module that domain experts and data scientists can use to fetch, visualise, and transform publicly available satellite and LIDAR data. In particular, it interfaces with USGS 3DEP and fetches data available in the s3 instance.
Table of content
Setup
To build our pipeline we actually use PDAL under the hood. Since PDAL doesnt build properly with pip in the current version, you need to use conda to manage your dependencies.
- Install Anaconda
- In a conda environment install PDAL and python-pdal
conda install -c conda-forge pdal python-pdal
- Install usgslidar
pip install usgslidar
Usage
Getting started
Example notebook
demo ipynbChange Log
=============== 0.0.17 fixes logs directory and import error when running get_data script 0.0.18
0.0.19
0.0.20
0.0.21
0.0.22
0.0.23 Fixes FileNotFoundError: [Errno 2] No such file or directory: 'get_data.json' json PDAL pipeline wasnt getting packaged properly this version fixes that
0.0.24 Fixes log dir not being found if it has been created once 0.0.25 Fixes json path not being found within package fixes logger and module error on get_data module
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
usgslidar-0.0.25.tar.gz
(10.3 kB
view details)
File details
Details for the file usgslidar-0.0.25.tar.gz
.
File metadata
- Download URL: usgslidar-0.0.25.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82269793049ba212e53a4a9ef095cbdf0fc373e1b6dee84bb0937b4eb4601d5a |
|
MD5 | 872a0fa80d9fa35d07ac6df6dd2b70e0 |
|
BLAKE2b-256 | 243c98600dd4d0309bbd9c47b4c910be82a189d3ca1184ea861fd074052927a7 |