-
Notifications
You must be signed in to change notification settings - Fork 0
/
tunaatlas_qa_datasets_iattc_effort.json
70 lines (69 loc) · 1.64 KB
/
tunaatlas_qa_datasets_iattc_effort.json
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
64
65
66
67
68
69
70
{
"profile": {
"id": "tuna-atlas-datasets-iattc",
"mode": "entity",
"project": "FIRMS Tuna Atlas",
"organization": "FIRMS Tuna Atlas",
"logos": [
"http://firms.fao.org/figis/website/assets/images/templates/firms/firms_banner.gif",
"http://www.fao.org/fileadmin/templates/family-farming-decade/images/FAO-IFAD-Logos/FAO-Logo-EN.svg",
"http://www.umr-marbec.fr/images/logo-ird-en.png"
],
"options": {
"line_separator": "_\n"
}
},
"metadata": {
"entities": [
{
"handler": "gsheet",
"source": "https://docs.google.com/spreadsheets/d/1G0EhEUC0H89nDFZsZBn7Y6Q9eyX5yR90mdVxrEUXMpY/edit#gid=903446324"
}
],
"contacts" : [
{
"handler": "gsheet",
"source": "https://docs.google.com/spreadsheets/d/1DtGR8cHAkro12DOFZn40cehfU9LoI9l7wVUCHfHH-xY/edit?usp=sharing"
}
]
},
"software": [
{
"id": "my-database-write",
"type": "output",
"software_type": "dbi",
"parameters": {
"drv": "PostgreSQL",
"user": "{{DB_USER}}",
"password": "{{DB_PASSWORD}}",
"host": "{{DB_HOST}}",
"port": "5432",
"dbname": "{{DB_NAME}}"
},
"properties" : {}
},
{
"id": "googledrive",
"type": "input",
"software_type": "googledrive",
"parameters": {
"email": "{{GMAIL_USER}}",
"token": "{{GMAIL_TOKEN}}"
},
"properties" : {}
}
],
"actions": [
{
"id": "load_dataset",
"script": "https://raw.githubusercontent.com/BastienIRD/Tunaatlas_level1/main/load_dataset_Bastien.R",
"run": true,
"options": {
"upload_to_db": false,
"create_materialized_view": true,
"add_sql_comments": true,
"upload_to_googledrive": true
}
}
]
}