You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.Rmd
+33-35Lines changed: 33 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,37 @@ output:
11
11
12
12
# Overview
13
13
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.
15
15
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.
17
16
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).
19
28
20
-
TODO: link to relevant parts of docs.terraref.org
29
+
## Technical Requirements
21
30
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:
23
32
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
24
45
## Ways of Acessing Data
25
46
26
47
* Web Interfaces
@@ -34,44 +55,21 @@ TODO: link to relevant parts of docs.terraref.org
The TERRA REF website: [terraref.org](http://terraref.org/)
40
63
41
64
The TERRA REF Technical Documentation: [docs.terraref.org](docs.terraref.org)
42
65
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
-
70
66
## Finding help
71
67
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)
0 commit comments