From a2de46bb879472e78c29cf7b4b4978f2919e0825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E5=AF=9F?= Date: Mon, 23 Mar 2026 10:07:35 +0800 Subject: [PATCH] fix: remove duplicate russia-rosstat and indonesia-bps (keep countries/ versions) --- .../indonesia/national/indonesia-bps.json | 45 ------------------ .../russia/national/russia-rosstat.json | 46 ------------------- 2 files changed, 91 deletions(-) delete mode 100644 firstdata/sources/indonesia/national/indonesia-bps.json delete mode 100644 firstdata/sources/russia/national/russia-rosstat.json diff --git a/firstdata/sources/indonesia/national/indonesia-bps.json b/firstdata/sources/indonesia/national/indonesia-bps.json deleted file mode 100644 index 054cb18..0000000 --- a/firstdata/sources/indonesia/national/indonesia-bps.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "id": "indonesia-bps", - "name": { - "en": "Statistics Indonesia", - "zh": "印度尼西亚统计局", - "native": "Badan Pusat Statistik" - }, - "description": { - "en": "BPS-Statistics Indonesia is the government agency responsible for statistical activities in Indonesia. It provides data on GDP, population, trade, manufacturing, and social indicators.", - "zh": "印度尼西亚中央统计局是印尼负责统计活动的政府机构。提供GDP、人口、贸易、制造业和社会指标数据。" - }, - "website": "https://www.bps.go.id", - "data_url": "https://www.bps.go.id/en/statistics-table", - "api_url": "https://webapi.bps.go.id/developer/", - "country": "ID", - "domains": [ - "economics", - "demographics", - "trade", - "manufacturing" - ], - "tags": [ - "statistics", - "gdp", - "population", - "industry" - ], - "authority_level": "government", - "update_frequency": "monthly", - "geographic_scope": "national", - "data_content": { - "en": [ - "GDP and Economic Growth - Quarterly and annual national accounts", - "Population Census - Demographics, urbanization, and labor force", - "Trade Statistics - Import/export by commodity and trading partner", - "Manufacturing - Industrial production index and manufacturing output" - ], - "zh": [ - "GDP和经济增长 - 季度和年度国民账户", - "人口普查 - 人口、城镇化和劳动力", - "贸易统计 - 按商品和贸易伙伴分类的进出口", - "制造业 - 工业生产指数和制造业产值" - ] - } -} diff --git a/firstdata/sources/russia/national/russia-rosstat.json b/firstdata/sources/russia/national/russia-rosstat.json deleted file mode 100644 index 2469512..0000000 --- a/firstdata/sources/russia/national/russia-rosstat.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "id": "russia-rosstat", - "name": { - "en": "Federal State Statistics Service of Russia", - "zh": "俄罗斯联邦统计局", - "native": "Федеральная служба государственной статистики" - }, - "description": { - "en": "Rosstat is the Russian government agency responsible for official statistics. It provides data on GDP, demographics, trade, industrial production, e-commerce, and retail.", - "zh": "俄罗斯联邦统计局是俄罗斯政府负责官方统计数据的机构。提供GDP、人口、贸易、工业生产、电子商务和零售等数据。" - }, - "website": "https://rosstat.gov.ru", - "data_url": "https://rosstat.gov.ru/statistic", - "country": "RU", - "domains": [ - "economics", - "demographics", - "trade", - "industry" - ], - "tags": [ - "statistics", - "gdp", - "population", - "e-commerce", - "retail" - ], - "authority_level": "government", - "update_frequency": "monthly", - "geographic_scope": "national", - "data_content": { - "en": [ - "GDP and National Accounts - Quarterly and annual economic output", - "Demographics - Population, births, deaths, and migration", - "Industrial Production - Manufacturing and mining output indices", - "Retail and E-commerce - Consumer spending and online retail statistics" - ], - "zh": [ - "GDP和国民账户 - 季度和年度经济产出", - "人口统计 - 人口、出生、死亡和迁移", - "工业生产 - 制造业和采矿业产出指数", - "零售和电商 - 消费支出和网上零售统计" - ] - }, - "api_url": null -}