https://github.com/bc3lc/rfasstui

User Interface for rfasst pkg

https://github.com/bc3lc/rfasstui

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.0%) to scientific vocabulary

Keywords

agriculture airpollution damage economy health
Last synced: 5 months ago · JSON representation

Repository

User Interface for rfasst pkg

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
agriculture airpollution damage economy health
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

Project Status: Active – The project has reached a stable, usable state and is being actively developed. docs build test_coverage codecov pages DOI

rfasstUI

A web-based interactive scenario builder and visualization application for the rfasst air pollution model, an R version of the air quality reduced-form model TM5-FASST.

Using rfasstui

Just getting started with rfasstui? We have constructed a tutorial to examine some sample use-cases which are available here: Tutorial

To navigate directly to the rfasstui app CLICK the following image:

`rfasstui` map scenario interface

Installing Locally

To install rfasstui as an R package for local use, please follow these steps in your R command line:

R library(devtools) devtools::install_github("bc3LC/rfasstui")

Developing Locally

How you launch the app after installation depends on your R environment. See the following.

For RStudio Users

If you are using RStudio, simply open the server.r or ui.r file and execute Run App.

For CMD Users

Start R.exe and enter the following command:

R shiny::runApp(system.file("shinyApp", package = "rfasstui"))

Adding New Features

Users familiar with R Shiny can add new features by working directly in the rfasstui/inst/shinyApp directory.

Contributing to rfasstui

We welcome contributions to rfasstui from the development community. Join in on the conversation at the rfasstui GitHub Discussions page or contact us if you want to collaborate!

For more information about contributing, please contact Clàudia Rodés-Bachs at claudia.rodes@bc3research.org or Jon Sampedro at jon.sampedro@bc3research.org

Learn More About rfasst

Read more about the rfasst air pollution model here: rfasst Documentation, detailed in Sampedro et al. 2022. It is an R version of the TM5-FASST model, detailed in Van Dingenen et al. 2018

  • Sampedro et al., (2022). "rfasst: An R tool to estimate air pollution impacts on health and agriculture." Journal of Open Source Software, 7(69), 3820, https://doi.org/10.21105/joss.03820

  • Van Dingenen, Rita, et al., (2018). "TM5-FASST: a global atmospheric source–receptor model for rapid impact analysis of emission changes on air quality and short-lived climate pollutants." Atmospheric Chemistry and Physics 18.21: 16173-16211.

Owner

  • Name: BC3 Low Carbon department
  • Login: bc3LC
  • Kind: organization
  • Location: Spain

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 3.6.0 depends
  • rfasst * depends
  • devtools * imports
  • dplyr * imports
  • ggplot2 * imports
  • markdown * imports
  • remotes * imports
  • shiny * imports
  • shinyBS * imports
  • shinyWidgets * imports
  • shinyalert * imports
  • shinycustomloader * imports
  • shinyjs * imports
  • shinythemes * imports
  • stringr * imports
  • knitr * suggests
  • pkgdown * suggests
  • rmarkdown * suggests
  • testthat >= 2.1.0 suggests
.github/workflows/build.yml actions
  • actions/checkout v1 composite
  • r-lib/actions/setup-pandoc v2-branch composite
  • r-lib/actions/setup-r v2-branch composite
  • r-lib/actions/setup-tinytex v2-branch composite
.github/workflows/codecov.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • codecov/codecov-action v3 composite
  • r-lib/actions/setup-pandoc v2-branch composite
  • r-lib/actions/setup-r v2-branch composite
  • r-lib/actions/setup-tinytex v2-branch composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite