forked from datasets/land-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
85 lines (85 loc) · 2.27 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"author": "Land Portal Partnership",
"author_email": "[email protected]",
"extras": {
"temporal": "start=2000;"
},
"id": "015624f0-4251-452c-829a-1990a715ca2b",
"license": "Creative Commons Non-Commercial (Any)",
"maintainer": "",
"maintainer_email": "",
"name": "land-matrix",
"format": "csv",
"datapackage_version": "2.0.1",
"version": "",
"tags": [],
"title": "Land Matrix",
"description": "A global and independent land monitoring initiative",
"url": "http://landmatrix.org/",
"relationships": [],
"sources": [
{
"name": "landmatrix.org",
"web": "http://landmatrix.org/en/about/"
}
],
"resources": [
{
"cache_last_updated": null,
"cache_url": "",
"created": "2012-04-29T16:40:48.579281",
"description": "",
"format": "csv",
"hash": "",
"id": "f46a9192-cf2b-410e-b4f7-dc80538e5541",
"last_modified": null,
"mimetype": "text/csv",
"mimetype_inner": "",
"name": "Complete dataset (CSV)",
"package_id": "015624f0-4251-452c-829a-1990a715ca2b",
"position": 0,
"resource_group_id": "eb6b828a-65f2-4486-92e8-912f1d5d3e8f",
"resource_type": "file",
"size": "1809778",
"tracking_summary": {
"recent": 0,
"total": 0
},
"url": "http://landmatrix.org/get-the-detail/database.csv?download_format=csv",
"webstore_last_updated": null,
"webstore_url": "enabled",
"path": "data/database.csv",
"schema": {
"fields": [
{
"name": "Investor 1",
"type": "string",
"index": "not_analyzed"
}, {
"name": "Investor Region 1",
"type": "string",
"index": "not_analyzed"
}, {
"name": "Target Region",
"type": "string",
"index": "not_analyzed"
}, {
"name": "Target Country",
"type": "string",
"index": "not_analyzed"
}, {
"name": "Year",
"type": "integer"
}, {
"name": "Hectares",
"type": "integer"
}, {
"name": "Inv. Sector 1",
"type": "string",
"index": "not_analyzed"
}
]
}
}
]
}