Title: | Washington Climate Smart Estimator |
---|---|
Description: | The Washington Climate Smart Estimator (WaCSE) is a shiny application to explore greenhouse gas mitigation potential from different agricultural conservation practices across Washington's diverse counties. |
Authors: | Jadey Ryan [cre, aut], Leslie Michel [aut], Dani Gelardi [aut], Washington State Department of Agriculture [cph, fnd] |
Maintainer: | Jadey Ryan <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.9.2 |
Built: | 2025-03-13 23:31:09 UTC |
Source: | https://github.com/WA-Department-of-Agriculture/WaCSE |
Tags for filtering conservation practice implementations from the comet_wa dataset
comet_tags
comet_tags
A data frame with 122 rows and 7 variables:
Broad class of conservation practice
USDA-NRCS Conservation Practice Standard name
The implementation scenario modeled for each conservation practice standard; implementation scenarios are described in more detail in the one-page summaries associated with each practice
Abbreviated implementation for plots.
Value extracted from planner_implementation to use as filtering tag.
Value extracted from planner_implementation to use as filtering tag.
Value extracted from planner_implementation to use as filtering tag.
A subset of the NRCS COMET-Planner dataset (Version 3.1, Build 2, Released Dec 10 2024) containing the coefficients of greenhouse gas emissions and soil carbon for Washington State.
comet_wa
comet_wa
A data frame with 17584 rows and 14 variables:
County name
USDA Major Land Resource Area rectified to county boundaries
Broad class of conservation practice
USDA-NRCS Conservation Practice Standard name
The implementation scenario modeled for each conservation practice standard; implementation scenarios are described in more detail in the one-page summaries associated with each practice
Abbreviated implementation for plots.
Value extracted from planner_implementation to use as filtering tag.
Value extracted from planner_implementation to use as filtering tag.
Value extracted from planner_implementation to use as filtering tag.
The Emission Reduction Coefficient (ERC) type: co2, n2o, ch4, or total_ghg_co2
Mean emission reductions in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr)
Standard error of the mean of emission reductions in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr)
Mean ERC - sterr
Mean ERC + sterr
The below descriptions are directly from the source metadata.
co2_meanMean total carbon dioxide (CO2) emission reductions (sum of all CO2 sources) in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) co2_sterrStandard error of the mean of total carbon dioxide (CO2) emission reductions (sum of all CO2 sources) in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) n2o_meanMean total nitrous oxide (N2O) emission reductions (sum of all N2O emission sources) in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) n2o_sterrStandard error of the mean for total nitrous oxide (N2O) emission reductions (sum of all N2O emission sources) in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) ch4_meanMean total methane (CH4) emission reductions (sum of all CH4 emission sources) in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) ch4_sterrStandard error of the mean for total methane (CH4) emission reductions (sum of all CH4 emission sources) in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) total_ghg_co2Mean of total greenhouse gas emission reductions in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) total_ghg_co2_sterrStandard error of the mean for total greenhouse gas emission reductions in metric tonnes CO2 equivalent per acre per year (MT CO2e/ac/yr) ...
COMET-Farm metamodeling utilized COMET-Farm Version 4.0
Run the Shiny Application
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |