-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
57 lines (36 loc) · 2.15 KB
/
README.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
---
output:
html_document:
keep_md: true
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# Choptank database
This website contains links and information for interacting with the Choptank Hydrologic Connectivity database, which uses the [ODM2](http://www.odm2.org/) framework and is an ongoing collaboration between several lab groups at the University of Maryland and Virginia Tech. Contact [Kelly Hondula](https://github.com/khondula) for more information.
### Access
* [connect](https://palmerlab-umd.github.io/choptank-db/connect.nb.html) through RStudio
* Or use [pgAdmin 4](https://www.pgadmin.org/) for point and click navigation using the same credentials.
---
### Sites
* [List of sites in database](https://palmerlab-umd.github.io/choptank-db/current-sites.nb.html) *as of June 22, 2018*
* [Network of sites and site relationships](https://palmerlab-umd.github.io/choptank-db/sites-network.html) *as of May 25, 2018*
* [Map of survey points from March 13-15](https://palmerlab-umd.github.io/choptank-db/survey_pts.html)
* [Map of Nate's Approximate Well Locations](https://palmerlab-umd.github.io/choptank-db/ApproxWellLoc.html)
*as of October 3, 2017*
### Samples
* [List of samples in database](https://palmerlab-umd.github.io/choptank-db/samples.html) *as of June 22, 2018*
### Methods
* [List of methods in database](https://palmerlab-umd.github.io/choptank-db/current-methods.nb.html) *as of July 5, 2018*
### Variables
* [List of variables in database](https://palmerlab-umd.github.io/choptank-db/current-variables.nb.html) *as of July 4, 2018*
---
### Guides
* [Add a person](https://palmerlab-umd.github.io/choptank-db/people.nb.html)
* [Insert soil moisture data](https://palmerlab-umd.github.io/choptank-db/soil-moisture-notebook.nb.html) _Notebook format_
* [Insert soil moisture data](https://palmerlab-umd.github.io/choptank-db/soil-moisture-measurements.html)
---
**Links**
* [View on Github](https://github.com/palmerlab-umd/choptank-db)
* [ODM2 Vocabulary](http://vocabulary.odm2.org/)
* [Schema diagrams](http://odm2.github.io/ODM2/schemas/ODM2_Current/diagrams/index.html)