Skip to content

Commit a9288aa

Browse files
committed
Merge branch 'traits_tutorials' of github.com:terraref/tutorials into traits_tutorials
2 parents 8486827 + 09f8561 commit a9288aa

1 file changed

Lines changed: 33 additions & 35 deletions

File tree

index.Rmd

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,37 @@ output:
1111

1212
# Overview
1313

14-
This book is intended to introduce users to TERRA REF data as quickly as possible.
14+
This book is intended to quickly introduce users to TERRA REF data through a series of tutorials. TERRA REF has many types of data, and most can be accessed in multiple ways. Although this makes it more complicated to learn (and teach!), the objective is to provide users with the flexibility to access data in the most useful way.
1515

16-
It introduces to the wide range of phenomics datasets generated by the TERRA Reference program. Not only does TERRA REF have a large number of data sets, but many of the databases can be accessed in a number of different ways. While this makes it more complicated to learn, the goal is to provide users with the flexibility to access data in the most useful way.
1716

18-
## User Accounts and permission to access TERRA REF data
17+
## Contents
18+
19+
The first section walks the user through the steps of downloading and combining three different types of data: plot level phenotypes, meteorological data, and images. Subesquent sections provide more detailed examples that show how to access a larger variety of data and meta-data.
20+
21+
## Pre-requisites
22+
23+
While we assume that readers will have some familiarity with the nature of the problem - remote sensing of crop plants - for the most part, these tutorials assume that the user will bring their own scientific questions and a sense of curiosity and are eager to learn.
24+
25+
These tutorials are aimed at users who are familiar with or willing to learn programming languages including R (particularly for accessing plot level trait data) and Python (primarily for accessing environmental data and sensor data). In addition, there are examples of using SQL for more sophisticated database queries as well as the bash terminal.
26+
27+
Some of the lessons only require a web browser; others will assume familarity with programming at the command line in (typically only one of) Python, R, and / or SQL. You should be willing to find help (see finding help, below).
1928

20-
TODO: link to relevant parts of docs.terraref.org
29+
## Technical Requirements
2130

22-
* Info on how to [request access to data](https://docs.terraref.org/user-manual/how-to-access-data/using-betydb-trait-data-experimental-metadata)
31+
At a minimum, you should have:
2332

33+
* An internet connection
34+
* Web Browser
35+
* Access to the data that you are using
36+
+ The tutorials will state which databases you will need access to
37+
* Software:
38+
+ Software requirements vary with the tutorials, and may be complex
39+
40+
## User Accounts and permission to access TERRA REF data
41+
42+
We have tried to write these tutorials using open access sample data sets. However, access to much of the data will require you to 1) fill out the TERRA REF Beta user questionaire ([terraref.org/beta](terraref.org/beta)) and 2) request access to specific databases.
43+
44+
<!-- Not sure where this goes, either in documentation or perhaps in an appendix. But I don't think this belongs in the introduction. Perhaps after the vignettes chaper
2445
## Ways of Acessing Data
2546
2647
* Web Interfaces
@@ -34,44 +55,21 @@ TODO: link to relevant parts of docs.terraref.org
3455
* API Clients
3556
+ [rOpenSci traits package](https://pecan.gitbook.io/betydb-data-access/ropensci-traits-package)
3657
58+
-->
59+
3760
## Other Resources
3861

3962
The TERRA REF website: [terraref.org](http://terraref.org/)
4063

4164
The TERRA REF Technical Documentation: [docs.terraref.org](docs.terraref.org)
4265

43-
## Contents
44-
45-
Scope ...
46-
47-
Audience ...
48-
49-
50-
## Pre-requisites
51-
52-
While we assume that readers will have some familiarity with the nature of the problem - remote sensing of crop plants - for the most part, these tutorials assume that the user will bring their own scientific questions and a sense of curiosity and are eager to learn.
53-
54-
Some of the lessons only require a web browser; others will assume familarity with programming at the command line in (typically only one of) Python, R, and / or SQL. You should be willing to find help (see finding help, below).
55-
56-
## Technical Requirements
57-
58-
At a minimum, you should have:
59-
60-
* An internet connection
61-
* Web Browser
62-
* A TERRA REF Beta User account
63-
+ If you have not done so, please sign up at [terraref.org/beta](terraref.org/beta)
64-
* Access to the data that you are using
65-
+ The tutorials will state which databases you will need access to
66-
* Software:
67-
+ Software requirements vary with the tutorials, and may be complex
68-
69-
7066
## Finding help
7167

72-
- [Slack](terra-ref.slack.com)
73-
- [GitHub](https://github.com/terraref/tutorials)
74-
- [Google](https://www.google.com/)
68+
- Slack at terra-ref.slack.com ([signup](https://terraref-slack-invite.herokuapp.com/))
69+
- Browse issues and repositories in GitHub:
70+
- search the organization at github.com/terraref
71+
- questions about the tutorials in the [tutorials repository](https://github.com/terraref/tutorials/issues)
72+
- about the data in the [reference-data repository](https://github.com/terraref/reference-data/issues)
7573

7674
```{r, include = FALSE}
7775
knitr::opts_chunk$set(echo = FALSE)

0 commit comments

Comments
 (0)