-
Notifications
You must be signed in to change notification settings - Fork 0
/
04-TutorialData.Rmd
63 lines (50 loc) · 2.76 KB
/
04-TutorialData.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Tutorial Data {#tutorial_data}
This chapter describes how to download the tutorial data and configure your workspace.
## Map Templates
To standardize the maps used for this project, use these project [site map templates](https://usace-mvr.maps.arcgis.com/home/item.html?id=5a1114c658da4929bc1fb994b0d79a8e).
## Cole Creek
In this section we will assemble the tutorial data for the Cole Creek Site in the Papillion Creek, NE project study area.
* Start preparing your project working directory by creating the following folder structure. See the [project folder structure](#folder_structure) section for a detailed description of the functional role of each folder.
``` {fig.cap="Papillion Creek Folder Structure."}
Papillion_Creek
└─── Sites
│ └─── 01_Cole_Creek
│ │ └─── Data
│ │ └─── Elevation
│ │ └─── Exports
│ │ └─── Maps
│ │ └─── Reports
└─── Elevation
└─── Exports
└─── Maps
```
* Download the [Cole Creek Site Data](https://tutorial-fluvialgeomorph.s3.us-east-2.amazonaws.com/ColeCreek/ColeCreek_Data.zip) site data using this link.
* Unarchive this `.zip` file to the Cole Creek site data folder.
## Big Blue Dam, KS
In this section we will assemble the tutorial data for the Big Blue Dam sites in the Big Blue Dam, KS project study area.
* Start preparing your project working directory by creating the following folder structure. See the [project folder structure](#folder_structure) section for a detailed description of the functional role of each folder.
``` {fig.cap="Big Blue Dam Folder Structure."}
Big_Blue_Dam
└─── Sites
│ └─── 01_Horseshoe_Creek
│ │ └─── Data
│ │ └─── Elevation
│ │ └─── Exports
│ │ └─── Maps
│ │ └─── Reports
│ └─── 02_McIntire_Creek
│ │ └─── Data
│ │ └─── Elevation
│ │ └─── Exports
│ │ └─── Maps
│ │ └─── Reports
└─── Elevation
└─── Exports
└─── Maps
```
* Download the [Horseshoe Creek](https://tutorial-fluvialgeomorph.s3.us-east-2.amazonaws.com/Big_Blue_KS/Horseshoe_Creek.zip) site data using this link.
* Download the [McIntire Creek](https://tutorial-fluvialgeomorph.s3.us-east-2.amazonaws.com/Big_Blue_KS/McIntireCreek.zip) site data using this link.
* Unarchive these `.zip` files to the appropriate Big Blue River site `Data` folder.
* Download the [Big Blue Reports](https://tutorial-fluvialgeomorph.s3.us-east-2.amazonaws.com/Big_Blue_KS/Big_Blue_Reports.zip) using this link.
* Unarchive this `.zip` file to the appropriate Big Blue River site `Reports` folder.
***