-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
49 lines (37 loc) · 3.08 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "HREP Mussel Modeling"
subtitle: "Modeling Mussel Habitat Suitability for Upper Mississippi River Restoration Projects"
date: "`r Sys.Date()`"
author:
- Michael Dougherty, Geographer, US Army Corps of Engineers, Rock Island District
- Davi Michl, Biologist, US Army Corps of Engineers, Rock Island District
- Dan Kelner, Fisheries Biologist, US Army Corps of Engineers, St. Paul District
site: bookdown::bookdown_site
documentclass: book
bibliography: [mussel_model.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "This document describes the process for modeling mussel suitability on Upper Mississippi River Restoration (UMRR) Habitat Rehabilitation and Restoration Projects (HREP)."
---
```{r}
library(knitr)
```
# Preface {-}
This project has been funded by the US Army Corps of Engineers (USACE) [Upper Mississippi River Restoration Program (UMRR)](https://www.mvr.usace.army.mil/Missions/Environmental-Protection-and-Restoration/Upper-Mississippi-River-Restoration/).
```{r echo=FALSE}
knitr::include_graphics("docs/images/HDQLO-03_h120.jpg")
knitr::include_graphics("docs/images/UMRRlogo_tag_rgb_300px.jpg")
```
## Abstract
This technical report describes a method for modeling mussel habitat suitability at the site scale for Upper Mississippi River Restoration Program (UMRR) Habitat Restoration and Enhancement Projects (HREP). This approach was designed to take advantage of UMRR Partnership organizations' previous investments in mussel surveys, wind and wave modeling methodology, and hydraulic modeling. This approach is currently under development and being being evaluated while being applied to several current HREPs. The validity and usefulness of this approach is being evaluated through the standard USACE project review process. The Steamboat Island HREP is used in this technical report as a learning example to walk a user through the detailed process to reproduce this analysis for another project.
## How to Read this Technical Report
The purpose of this technical report is to document the process used to model mussels on UMRR HREPs. This report will be of interest to at least three groups of individuals:
* Model Reviewers - This technical report will serve as technical documentation for reviewers charged with evaluating this approach.
* Feasibility Project Delivery Team (PDT) members - This group will want to read chapter [Introduction] to gain an overview of the process and then digest later chapters, [Evaluate Model], [Evaluate Alternatives], etc.
* Analysts - This group will need to pay particular attention to chapters [Setup] through [Develop Maxent Model] to be able to follow the detailed instruction required to run the model.
## Tutorial Data
To help analysts learn how to reproduce this analysis, the approach described in this technical report is structured as a tutorial, complete with [tutorial data](data/tutorial_data.zip) available for download.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(.packages(), 'bookdown', 'knitr', 'rmarkdown'), 'packages.bib')
```