GithubHelp home page GithubHelp logo

abuton / lidardataextractor Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 14.97 MB

A python Package to extract lidar data from the USGS Big Data Store, Transform and Build Analytics on it.

Jupyter Notebook 99.73% Python 0.27%
usgs-api lidar-point-cloud lidar package pdal gdal-python json etl spark

lidardataextractor's Introduction

lidardataextractor : Overview

Made withJupyter

Lidardataextractor is an open-source python package for retrieving, transforming, and visualizing point cloud data obtained through an aerial LiDAR survey. Using the package, you can select a region of interest, and download the related point cloud dataset with its metadata in different file formats (.laz, .tif, or as an ASCII file), perform transformation and visualization using the downloaded data

Requirements

- AWS Account : Create One [here](https://aws.amazon.com/resources/create-account/)
- PDAL : Python Data Abstraction Library
- boto3 : Python API for performing actions/tasks on AWS
- geopandas/rasterio : Python library to manipulate geospatial datasets
- earthpy : Used for Raster data Visualization

Data

The USGS 3D Elevation Program (3DEP) provides access to lidar point cloud data from the 3DEP repository. The adoption of cloud storage and computing by 3DEP allows users to work with massive datasets of lidar point cloud data without having to download them.

The point cloud data is freely accessible from AWS in EPT format. Entwine Point Tile (EPT) is a simple and flexible octree-based storage format for point cloud data. The organization of an EPT dataset contains JSON metadata portions as well as binary point data. The JSON file is core metadata required to interpret the contents of an EPT dataset.

Installation

a. How to create a conda virtual environment

conda create -n venv_name
conda activate venv_name
conda config  --env --add channels conda-forge
conda config --env --set channel_priority strict
conda install geopandas
conda install PDAL

b. Clone the repo and install the dependency packages using requirements.txt

git clone https://github.com/Abuton/lidarDataExtractor.git
cd lidarDataExtractor
conda install -r requirements.txt

Usage

The notebook_walkthrough folder contains notebook that shows how to use each function in the package

`my_viz.ipynb` notebook shows some visuals using folium python package to plot raster image on street maps. It also shows point heatmaps, markers and point cloud data
`raster_getter_demo.ipynb` notebook shows how to use the package to get a raster terrain file by passing the bound. It also shows how to reproject crs
`visualization_demo.ipynb` notebook shows how to use the *visualize* module to visualize the tif and shp files

lidardataextractor's People

Contributors

abuton avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.