diff --git a/firstdata/sources/mexico/national/mexico-inegi.json b/firstdata/sources/mexico/national/mexico-inegi.json deleted file mode 100644 index 0ca6b50..0000000 --- a/firstdata/sources/mexico/national/mexico-inegi.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "id": "mexico-inegi", - "name": { - "en": "National Institute of Statistics and Geography of Mexico", - "zh": "墨西哥国家统计与地理研究所", - "native": "Instituto Nacional de Estadística y Geografía" - }, - "description": { - "en": "INEGI is Mexico's autonomous public body responsible for national statistics and geographic information. It provides data on GDP, population, trade, employment, and transportation.", - "zh": "墨西哥国家统计与地理研究所是负责国家统计和地理信息的自治公共机构。提供GDP、人口、贸易、就业和交通运输数据。" - }, - "website": "https://www.inegi.org.mx", - "data_url": "https://www.inegi.org.mx/datos/", - "api_url": "https://www.inegi.org.mx/servicios/api_indicadores.html", - "country": "MX", - "domains": [ - "economics", - "demographics", - "trade", - "transportation" - ], - "tags": [ - "statistics", - "gdp", - "census", - "employment" - ], - "authority_level": "government", - "update_frequency": "monthly", - "geographic_scope": "national", - "data_content": { - "en": [ - "GDP and Economic Activity - National accounts and economic activity indicators", - "Population Census - Demographics, housing, and migration data", - "Employment - Labor force participation, unemployment, and wages", - "Trade and Transportation - Foreign trade statistics and transport infrastructure" - ], - "zh": [ - "GDP和经济活动 - 国民账户和经济活动指标", - "人口普查 - 人口、住房和迁移数据", - "就业 - 劳动力参与率、失业率和工资", - "贸易和交通 - 对外贸易统计和运输基础设施" - ] - } -}