-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdatapackage.json
59 lines (59 loc) · 1.4 KB
/
datapackage.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
{
"name": "area_cepages_france",
"title": "Area of the French wine cépages per year",
"description": "Aggregated by OpenWines.eu, 2006-2014",
"homepage": "http://openwines.eu",
"version": "0.2.0",
"license": "PDDL-1.0",
"sources": [
{
"name": "Observatoire de la viticulture française - FranceAgriMer",
"web": "http://www.observatoire-viti-france.com/"
}
],
"resources": [
{
"name": "area_cepages_france_yearly",
"path": "data/area_cepages_france_yearly.csv",
"format": "csv",
"mediatype": "text/csv",
"bytes": 18241,
"schema": {
"fields": [
{
"name": "type_cepage",
"type": "string",
"description": "Cepage type"
},
{
"name": "surface_ha",
"type": "number",
"description": "Surface (in hectares)"
},
{
"name": "wine_surface_proportion",
"type": "number",
"description": "Cepage proportion for wine"
},
{
"name": "year",
"type": "integer",
"description": "Year of the data"
}
]
}
}
],
"maintainers": [
{
"name": "Thomas Gratier",
"email": "thomas_gratier@yahoo.fr"
}
],
"contributors":[
{
"name": "School of Data CH",
"website": "http://schoolofdata.ch"
}
]
}