Skip to content

Python package for getting 3DEP's geographic elevation data and more

License

Notifications You must be signed in to change notification settings

DePacifier/3DEP-Farm

Repository files navigation

3DEP-Farm

🦈

A Python package for retrieving 3DEP's geospatial data and enable users to easily manipulate, transform, subsample and visualize the data. It supports geographic elevation data at the moment and will support more in the future.


Table of Contents

Description

LiDAR (light detection and ranging) is a popular remote sensing mechanism used for measuring the exact distance of an object on the earth's surface. Since the introduction of GPS technology, it has become a widely used method for calculating accurate geospatial measurements. These geospatial data are used for different analysis purposes.

The Purpose of this project is to help users retrieve these data and enable them to use it easily, so that they can better understand farmlands and their relations with different factors like elevation, water, soil, and more.

The Project will make it easier for users to access the AWS public dataset with minimal input and retrieve the LiDAR results efficiently.


Project Structure

Data Source Used:


Current Progress

  • Main Tasks

    • Enable Elevation Data Fetching
    • Enable Data Loading from saved tif and las/laz files
    • Enable Terrian Visualization using retrieved or loaded LiDAR cloud points
    • Enable Cloud Point Standardizing/Sub-Sampling
    • Enable data augmentation to retrieved geopandas data-frame
    • Composing a QuickStart Guide Notebook
  • Optional Tasks

    • Enable Diagrammatic way of comparing original terrain and subsampled terrain
    • Enable Soil-Data Fetching
    • Enable Climate-Data Fetching
    • Enable interaction with Sentinel public API
    • Enable users to download satellite imagery using Sentinels API

How to Install

Currently the package is not up on PyPi python packages repository. You can download the github repo and use the command:

pip install .

When complete the package will be available on PyPi python packages repository. You will be able to install it using the command:

pip install 3DEP-Farm

How to Use


References


License

MIT

About

Python package for getting 3DEP's geographic elevation data and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages