Giter Site home page Giter Site logo

agritech-usgs-lidar's Introduction

USGS-LIDAR Data

Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

lidar-heatmap

Table of Contents


Introduction

We are very interested in how water flows through a maize farm field. This knowledge will help us improve our research on new agricultural products being tested on farms.

How much maize a field produces is very spatially variable. Even if the same farming practices, seeds and fertilizer are applied exactly the same by machinery over a field, there can be a very large harvest at one corner and a low harvest at another corner. We would like to be able to better understand which parts of the farm are likely to produce more or less maize, so that if we try a new fertilizer on part of this farm, we have more confidence that any differences in the maize harvest are due mostly to the new fertilizer changes, and not just random effects due to other environmental factors.

We are tasked 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. In particular, our code should interface with USGS 3DEP and fetch data using their API.


Project Structure

  • images/ the folder where all snapshot for the project are stored.
  • logs/ the folder where script logs are stored.
  • data/ the folder where the dataset files are stored.
  • .github/: the folder where github actions and unit-tests are integrated.
  • .vscode/: the folder where local path are stored.
  • notebooks: a jupyter notebook for preprocessing the data.
  • scripts/: folder where modules are stored.
  • tests/: the folder containing unit tests for the scripts.

root folder

  • requirements.txt: a text file lsiting the projet's dependancies.
  • .travis.yml: a configuration file for Travis CI for unit test.
  • setup.py: a configuration file for installing the scripts as a package.
  • README.md: Markdown text with a brief explanation of the project and the repository structure.

Installation guide

Conda Enviroment

conda create --name mlenv python==3.8.1
conda activate mlenv
conda install -c conda-forge pdal python-pdal gdal
conda install geopandas

then

git clone https://github.com/Abel-Blue/agriTech-USGS-LiDAR.git
cd agriTech-USGS-LiDAR
sudo python3 setup.py install

License

MIT

agritech-usgs-lidar's People

Contributors

abel-blue avatar

Watchers

 avatar  avatar

agritech-usgs-lidar's Issues

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.