Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.51 KB

File metadata and controls

48 lines (38 loc) · 1.51 KB

Datafetch

A Python package for retrieving 3DEP's geospatial data and enable users to easily manipulate, transform, subsample and visualize the data.

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

The Project will make it easier for users to access the AWS public dataset.


Project Structure

Data Source Used:

Dependancies

This package is dependent on the following python packages.

  • PDAL
  • Laspy
  • Geopandas
  • shapely

How to Install

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

pip install AgriTech==0.1

License

MIT

Example

example of the package is demonstrated in the notebooks folder