Giter Club home page Giter Club logo

soilquery's Introduction

soilquery readme

2011-04-17 Bill Morris

Project Components

Input Data

Soil chemistry and biophysical data provided by ground surveys or by any publicly-available soil data source. The initial format is 1-meter resolution .tif raster, of which there are about 80 layers representing everything from nitrogen content to soil texture at various horizons.

GUI

A web map interface based on [probably google] aerial imagery, with a really basic toolkit. A user should be able to select a drawing tool and a desired soil characteristics layer, sketch a "management boundary" (for instance a paddock she wants to plant with alfalfa for the coming year), and hit a "calculate" button. The result should then be a report, telling the user how big the paddock is, along with mean, minimum and maximum values for the selected raster within the geometry of the polygon. Ideally, the user should be able to come back to the page in the future and compare past years' management boundaries and results through the toolkit.

Workflow

Drawing a polygon

User draws vector polygon on Google Maps API v3 imagery:

Passing the geometry

Polygon geometry is passed to a database, also stored there for future graphic retrieval

Agoodle query

Polygon is used to query soil raster data stored in the same database via agoodle (https://github.com/brentp/agoodle) agoodle requirements include:

  $ git clone git://github.com/brentp/agoodle.git
  $ cd agoodle
  $ sudo python setup.py install
  $ sudo apt-get install python-matplotlib

Query result storage

Calculation results are stored in the database associated with the polygon

To-User onscreen query output

Results are written to a neat-looking report onscreen for the user, perhaps with a bar chart graphic and/or an option to download an .xls.

soilquery's People

Watchers

 avatar

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.