Skip to content

Commit 3bc0a8c

Browse files
Merge pull request #75 from MLT-OSS/feat/add-czechia-ireland
feat: add Czech Statistical Office (CZSO) and Ireland CSO
2 parents 6835e52 + 35e7f7c commit 3bc0a8c

2 files changed

Lines changed: 131 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"id": "czechia-czso",
3+
"name": {
4+
"en": "Czech Statistical Office (CZSO)",
5+
"zh": "捷克统计局"
6+
},
7+
"description": {
8+
"en": "Official statistical office of the Czech Republic providing comprehensive demographic, economic, and social data since 1969",
9+
"zh": "捷克共和国官方统计机构,自1969年起提供全面的人口、经济和社会数据"
10+
},
11+
"website": "https://csu.gov.cz",
12+
"data_url": "https://vdb.czso.cz",
13+
"api_url": "https://data.gov.cz",
14+
"authority_level": "government",
15+
"country": "CZ",
16+
"geographic_scope": "national",
17+
"update_frequency": "monthly",
18+
"domains": [
19+
"demographics",
20+
"economics",
21+
"employment",
22+
"trade",
23+
"agriculture",
24+
"environment"
25+
],
26+
"tags": [
27+
"statistics",
28+
"czechia",
29+
"europe",
30+
"government-data",
31+
"open-data",
32+
"捷克统计"
33+
],
34+
"data_content": {
35+
"en": [
36+
"National accounts - GDP, GVA, productivity",
37+
"Population census and demographic statistics",
38+
"Labour force survey - employment, unemployment, wages",
39+
"Consumer Price Index and inflation",
40+
"Foreign trade statistics by product and partner",
41+
"Agricultural census and crop statistics",
42+
"Industrial production index",
43+
"Regional statistics by NUTS classification",
44+
"Environmental accounts and waste statistics",
45+
"Tourism and hospitality statistics",
46+
"Science, technology, and innovation indicators",
47+
"Housing and construction statistics"
48+
],
49+
"zh": [
50+
"国民账户 - GDP、GVA、生产力",
51+
"人口普查和人口统计",
52+
"劳动力调查 - 就业、失业、工资",
53+
"消费者价格指数和通胀",
54+
"按产品和伙伴分类的对外贸易统计",
55+
"农业普查和作物统计",
56+
"工业生产指数",
57+
"按NUTS分类的区域统计",
58+
"环境账户和废物统计",
59+
"旅游和酒店统计",
60+
"科技创新指标",
61+
"住房和建筑统计"
62+
]
63+
}
64+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"id": "ireland-cso",
3+
"name": {
4+
"en": "Central Statistics Office (CSO)",
5+
"zh": "爱尔兰中央统计局"
6+
},
7+
"description": {
8+
"en": "Ireland's national statistical office established under the Statistics Act 1993, providing comprehensive socioeconomic data",
9+
"zh": "依据1993年《统计法》成立的爱尔兰国家统计机构,提供全面的社会经济数据"
10+
},
11+
"website": "https://www.cso.ie",
12+
"data_url": "https://data.cso.ie",
13+
"api_url": "https://data.cso.ie",
14+
"authority_level": "government",
15+
"country": "IE",
16+
"geographic_scope": "national",
17+
"update_frequency": "monthly",
18+
"domains": [
19+
"demographics",
20+
"economics",
21+
"employment",
22+
"trade",
23+
"housing",
24+
"health",
25+
"crime-and-justice"
26+
],
27+
"tags": [
28+
"statistics",
29+
"ireland",
30+
"europe",
31+
"government-data",
32+
"json-stat",
33+
"爱尔兰统计"
34+
],
35+
"data_content": {
36+
"en": [
37+
"National accounts - GDP, GNI, Modified GNI",
38+
"Population census and demographic projections",
39+
"Labour force survey - employment, unemployment",
40+
"Consumer Price Index and inflation",
41+
"Foreign trade - merchandise and services",
42+
"Housing and construction statistics",
43+
"Health statistics and vital events",
44+
"Crime and justice statistics",
45+
"Tourism and transport data",
46+
"Agriculture, forestry, and fishing",
47+
"Environmental indicators",
48+
"Business demographics and enterprise statistics",
49+
"Education and training statistics"
50+
],
51+
"zh": [
52+
"国民账户 - GDP、GNI、修正GNI",
53+
"人口普查和人口预测",
54+
"劳动力调查 - 就业、失业",
55+
"消费者价格指数和通胀",
56+
"对外贸易 - 货物和服务",
57+
"住房和建筑统计",
58+
"卫生统计和生命事件",
59+
"犯罪和司法统计",
60+
"旅游和交通数据",
61+
"农林渔业",
62+
"环境指标",
63+
"企业人口统计和企业统计",
64+
"教育和培训统计"
65+
]
66+
}
67+
}

0 commit comments

Comments
 (0)