-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
86 lines (86 loc) · 1.92 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
86
{
"name": "cbh-codes",
"title": "Comitês das Bacias Hidrográficas do Brasil",
"description": "....",
"repository": {
"type": "git",
"url": "http://datasets.ok.org.br/cbh-codes"
},
"sources": [{
"title": "portal dos CBHs...",
"name": "CBH",
"web": "http://www.cbh.gov.br/"
}
],
"keywords": [
"geodata",
"drainage basin",
"brazil"
],
"license": {
"type": "ODC-PDDL",
"url": "http://opendatacommons.org/licenses/pddl/1.0/"
},
"resources": [
{
"name": "cbh",
"path": "data/originais/cbh.csv",
"format": "csv",
"mediatype": "text/csv",
"title": "...",
"lang": "en",
"schema": {
"fields": [
{
"name": "uf",
"description": "sigla da UF quando cabivel",
"type": "string"
},
{
"name": "codigo",
"description": "CBH code",
"type": "string"
},
{
"name": "nome",
"description": "The CBH name",
"type": "string"
},
{
"name": "norma-criacao",
"description": "creation act",
"type": "string"
}
]
}
},
{
"name": "cbh-forum",
"path": "data/originais/cbh-forum.csv",
"format": "csv",
"mediatype": "text/csv",
"title": "Planilha do forum dos CBHs",
"lang": "en",
"schema": {
"fields": [
{
"name": "codigo",
"description": "CBH code",
"type": "string"
},
{
"name": "sigla",
"description": "Acrônimo do nome",
"type": "string"
},
{
"name": "nome_completo",
"description": "The CBH name",
"type": "string"
}
]
}
}
],
"homepage": "https://github.com/datasets-br/cbh-codes"
}