Git Product home page Git Product logo

aquacropplotter's Introduction


AquaCropPlotter: R Shiny application for visualizing AquaCrop model results


GitHub R package version

Status

Link to the app

Link to the manual

Background

AquaCrop is the crop-water productivity model developed by FAO. Currently, AquaCrop produces output txt files that can be difficult to process and visualize. AquaCropPlotter fills that gap by automatically reading the output simulations of AquaCrop and producing meaningful plots and statistics that the user can automatically embed into reports. AquaCropPlotter works with the outputs of both AquaCrop versions 6 and 7. Previous versions are not recognized by the app.

Where to find AquaCropPlotter

Online

AquaCropPlotter is currently hosted in shinyapps.io so you do not need to install anything on your local computer. Simply connect to the server.

Local installation through R

However, if you want to run AquaCropPlotter locally, simply install it from GitHub:

# if you are using windows you would likely need to resolve some dependencies issues when installing the library devtools
install.packages("devtools")
library(devtools)
install_github("Risk-Team/AquaCropPlotter/AquaCropPlotter")

Then to launch the app:

library(AquaCropPlotter)
aquacropplotter()

The app comes with some example data. To find the data on your local computer after installing the app, run:

system.file("data/", package="AquaCropPlotter")

Local installation through installer (Windows only)

If you are on Windows, you can also install the app locally by executing the installer

AquaCropPlotter workflow

Regardless of whether you use the app locally or online, the app would work in the same way. workflow

AquaCropPlotter Manual

The manual can be found here

aquacropplotter's People

Contributors

ocbteam avatar rso9192 avatar teenattapongs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

aquacropplotter'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.