heavye / AgriTech---USGS-LIDAR-Challenge

Python module that can be used to fetch, visualize, and transform publicly available satellite and LIDAR data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workflow workflow Build Status


Logo

AgriTech USGS LIDAR

A python module for data fetching and preprocessing from a lidar point cloud in a public dataset on Amazon.
Explore the documentation»

Public dataset on Amazon · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

Issues MIT License LinkedIn

About The Project

unnamed

LIDAR systems allow scientists and mapping professionals to examine both natural and manmade environments with accuracy, precision, and flexibility. NOAA scientists are using LIDAR to produce more accurate shoreline maps, make digital elevation models for use in geographic information systems, to assist in emergency response operations, and in many other applications."

Agriculture, for example, Water is very important for crop growth and health. We can better predict maize harvest if we better understand how water flows through a field, and which parts are likely to be flooded or too dry. One important ingredient to understanding water flow in a field is by measuring the elevation of the field at many points. 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.

Here's What this module can do:

  • Fetch the data using PDAL pipeline
  • Preprocess in the way through the pipeline
  • .LAZ and .LAS files are served right away in the data folder for you to play with it 😄

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

Resoures that used in this project are :

Getting Started

You can get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/heavye/AgriTech---USGS-LIDAR-Challenge.git
  2. Install the setup.py

Usage

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Euel Fantaye - euelfantaye@gmail.com

Project Link: https://github.com/heavye/AgriTech---USGS-LIDAR-Challenge.git

Acknowledgements

About

Python module that can be used to fetch, visualize, and transform publicly available satellite and LIDAR data.

License:MIT License


Languages

Language:Python 66.3%Language:Jupyter Notebook 33.7%