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: adding_metadata_sql.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
## SQL
2
2
3
-
SQL can also be used for bulk uploads. However, SQL should primarily be used in the following cases:
3
+
SQL should be used only when the data manipulation to be done either can't be done using the web interface or where doing so would be exceedingly tedious.
4
+
For example, some of the steps below can't be done in either the web interface, and the BETYdb-YABA API is not always available.
5
+
6
+
SQL should primarily be used in the following cases:
7
+
8
+
* correcting systemic data errors involving large numbers of rows
9
+
* assigning non-point geometries to sites
10
+
* associating experiments with sites and treatments
11
+
* associating sites with cultivars
4
12
5
-
1. correcting systemic data errors involving large numbers of rows
6
-
2. assigning non-point geometries to sites [this might be possible in YABA, I don't know]
7
-
3. associating experiments with sites and treatments
0 commit comments