From 057e2388852977492bb8e907ac91e7eae4eb6893 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Fri, 20 Mar 2026 09:18:18 +0800 Subject: [PATCH] fix: remove duplicate census-bureau, merge into us-census --- .../north-america/usa/census-bureau.json | 79 ------------------- .../north-america/usa/us-census.json | 29 ++++++- 2 files changed, 25 insertions(+), 83 deletions(-) delete mode 100644 firstdata/sources/countries/north-america/usa/census-bureau.json diff --git a/firstdata/sources/countries/north-america/usa/census-bureau.json b/firstdata/sources/countries/north-america/usa/census-bureau.json deleted file mode 100644 index aa5d3d5..0000000 --- a/firstdata/sources/countries/north-america/usa/census-bureau.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "id": "usa-census-bureau", - "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" - }, - "description": { - "en": "The leading source of quality data about the United States' people and economy. Conducts the decennial census, American Community Survey (ACS), Economic Census, and numerous other surveys covering demographics, housing, business, trade, and government. Serves as the nation's primary provider of data about its people and economy.", - "zh": "美国人口和经济质量数据的主要来源。进行十年一次的人口普查、美国社区调查(ACS)、经济普查以及涵盖人口统计、住房、商业、贸易和政府的众多其他调查。是美国有关人口和经济数据的主要提供者。" - }, - "website": "https://www.census.gov", - "data_url": "https://www.census.gov", - "api_url": "https://www.census.gov/data/developers.html", - "country": "US", - "domains": [ - "demographics", - "economics", - "housing", - "business", - "trade", - "government", - "geography", - "population", - "income", - "employment", - "education", - "health" - ], - "geographic_scope": "national", - "update_frequency": "irregular", - "tags": [ - "united-states", - "national-statistics", - "census", - "demographics", - "economic-indicators", - "housing-data", - "population-data", - "geospatial", - "open-data", - "government-data", - "api-available" - ], - "data_content": { - "en": [ - "Decennial Census - complete population count every 10 years (1790-present)", - "American Community Survey (ACS) - annual demographic, housing, economic data", - "Economic Census - comprehensive business and economy data every 5 years", - "Population Estimates Program - annual population estimates", - "Current Population Survey (CPS) - monthly employment and labor statistics", - "American Housing Survey - housing characteristics and costs", - "Business dynamics and statistics", - "International trade data", - "Government finance statistics", - "Cartographic boundary files and geographic data", - "Income, poverty, and wealth statistics", - "Educational attainment and school enrollment data", - "Health insurance coverage statistics", - "Migration and mobility data" - ], - "zh": [ - "十年一次人口普查 - 每10年完整人口统计 (1790年至今)", - "美国社区调查(ACS) - 年度人口统计、住房、经济数据", - "经济普查 - 每5年一次全面的商业和经济数据", - "人口估计计划 - 年度人口估计", - "当前人口调查(CPS) - 月度就业和劳动力统计", - "美国住房调查 - 住房特征和成本", - "商业动态和统计", - "国际贸易数据", - "政府财政统计", - "地图边界文件和地理数据", - "收入、贫困和财富统计", - "教育程度和入学数据", - "健康保险覆盖统计", - "迁移和流动性数据" - ] - }, - "authority_level": "government" -} \ No newline at end of file diff --git a/firstdata/sources/countries/north-america/usa/us-census.json b/firstdata/sources/countries/north-america/usa/us-census.json index e3e6c69..af02402 100644 --- a/firstdata/sources/countries/north-america/usa/us-census.json +++ b/firstdata/sources/countries/north-america/usa/us-census.json @@ -15,11 +15,16 @@ "domains": [ "demographics", "economics", - "trade", "housing", "business", + "trade", + "government", + "geography", "manufacturing", - "retail" + "retail", + "employment", + "education", + "health" ], "geographic_scope": "national", "update_frequency": "monthly", @@ -46,7 +51,15 @@ "Manufacturing - Manufacturers' shipments, inventories, and orders", "Business Formation - New business applications and formations", "Population Estimates - Annual intercensal population estimates", - "Housing - New residential construction, home ownership rates" + "Housing - New residential construction, home ownership rates", + "Current Population Survey (CPS) - monthly employment and labor statistics", + "American Housing Survey - housing characteristics and costs", + "Government finance statistics", + "Cartographic boundary files and geographic data", + "Income, poverty, and wealth statistics", + "Educational attainment and school enrollment data", + "Health insurance coverage statistics", + "Migration and mobility data" ], "zh": [ "十年普查 - 每10年一次的美国人口完整统计", @@ -56,7 +69,15 @@ "制造业 - 制造商出货量、库存和订单", "企业创设 - 新企业申请和创设", "人口估计 - 年度人口估计", - "住房 - 新住宅建设、住房拥有率" + "住房 - 新住宅建设、住房拥有率", + "当前人口调查(CPS) - 月度就业和劳动力统计", + "美国住房调查 - 住房特征和成本", + "政府财政统计", + "地图边界文件和地理数据", + "收入、贫困和财富统计", + "教育程度和入学数据", + "健康保险覆盖统计", + "迁移和流动性数据" ] }, "authority_level": "government"