A Python package for retrieving 3DEP's geospatial data and enable users to easily manipulate, transform, subsample and visualize the data.
- Datafetch
- Table of Contents
- Description
- Project Structure
- Data Source Used:
- Dependancies
- How to Install
- License
- Example
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
The Project will make it easier for users to access the AWS public dataset.
This package is dependent on the following python packages.
- PDAL
- Laspy
- Geopandas
- shapely
The package is available on PyPi python packages repository. You will be able to install it using the command:
pip install AgriTech==0.1
example of the package is demonstrated in the notebooks folder