Code Monkey home page Code Monkey logo

agritech's Introduction


AgriTech

Module to fetch, transform and visualize 3dep lidar data

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

The aim of this prodject is to produce an easy to use, reliable and well designed python module that domain experts and data scientists can use to fetch, visualise, and transform publicly available satellite and LIDAR data. Module will interface with USGS 3DEP and fetch data using their API.

Built With

Libraries used

Getting Started

How to setup the module

Installation

  1. Clone the repo
    git clone https://github.com/SameC137/AgriTech
  2. Move to the package directory
    cd elevation_3DEP
  3. Install with pip
    pip install .

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

Import

from eleveation_3DEP.fetch import FetchData

Getting Data

FetchData(region).fetch_elevation(geometry,csr)

returns a dataframe containeing elevation for points inside geometry

elevation geometry
0 310.10 POINT (-93.75605 41.91804)
1 310.56 POINT (-93.75566 41.91819)
2 310.40 POINT (-93.75605 41.91864)
3 311.59 POINT (-93.75606 41.91908)
4 312.16 POINT (-93.75586 41.91923)

Visualization in 3D

FetchData(region).visualize3D(dataframe)

Visualization in 2D

FetchData(region).visualize2D(dataframe)

Standardize into grid

FetchData(region).standardize(dataframe,resoulution)

Topographic wetness index

FetchData(region).topographicWetnessIndex(dataframe,resolution)

For more a full list of functionality and parameters, please refer to the Documentation or checkout the notebook demonstration Demonstration

Roadmap

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

License

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

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.