-
Notifications
You must be signed in to change notification settings - Fork 9
/
datapackage.json
139 lines (139 loc) · 3.5 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "population-city",
"last_updated": "2024-09-17",
"title": "City Population Annual Timeseries (UN Statistics Division)",
"description": "City population yearly timeseries for female and male, and for both sexes, collected by the United Nations Statistics Division and published by UNData in 22 Dec 2014\r\n\r\nNext update in UNdata: Jun 2015 (est.)\r\nPeriodicity: biannual.\r\n\r\nContains two datasets in CSV format:\t\r\nunsd-citypopulation-year-both.csv\t\tSize: 2.4 MB\t\r\nunsd-citypopulation-year-fm.csv\t\tFile size: 3.7 MB\r\n\r\nFinal 222 lines in both datasets contain original notes.",
"licenses": [
{
"name": "ODC-PDDL-1.0",
"path": "http://opendatacommons.org/licenses/pddl/",
"title": "Open Data Commons Public Domain Dedication and License v1.0"
}
],
"sources": [
{
"name": "UNData: UNSD Demographic Statistics",
"path": "http://data.un.org/Data.aspx?d=POP&f=tableCode:240",
"title": "UNData: UNSD Demographic Statistics"
}
],
"contributors": [
{
"title": "Santiago Martin",
"email": "[email protected]"
}
],
"resources": [
{
"name": "unsd-citypopulation-year-both",
"path": "data/unsd-citypopulation-year-both.csv",
"format": "csv",
"mediatype": "text/csv",
"encoding": "UTF-8",
"schema": {
"fields": [
{
"name": "Country or Area",
"type": "string"
},
{
"name": "Year",
"type": "string"
},
{
"name": "Area",
"type": "string"
},
{
"name": "Sex",
"type": "string"
},
{
"name": "City",
"type": "string"
},
{
"name": "City type",
"type": "string"
},
{
"name": "Record Type",
"type": "string"
},
{
"name": "Reliability",
"type": "string"
},
{
"name": "Source Year",
"type": "string"
},
{
"name": "Value",
"type": "string"
},
{
"name": "Value Footnotes",
"type": "string"
}
]
}
},
{
"name": "unsd-citypopulation-year-fm",
"path": "data/unsd-citypopulation-year-fm.csv",
"format": "csv",
"mediatype": "text/csv",
"encoding": "UTF-8",
"schema": {
"fields": [
{
"name": "Country or Area",
"type": "string"
},
{
"name": "Year",
"type": "string"
},
{
"name": "Area",
"type": "string"
},
{
"name": "Sex",
"type": "string"
},
{
"name": "City",
"type": "string"
},
{
"name": "City type",
"type": "string"
},
{
"name": "Record Type",
"type": "string"
},
{
"name": "Reliability",
"type": "string"
},
{
"name": "Source Year",
"type": "string"
},
{
"name": "Value",
"type": "string"
},
{
"name": "Value Footnotes",
"type": "string"
}
]
}
}
],
"collection": "demographics"
}