feat: add Stats NZ and Saudi GASTAT data sources#87
Merged
firstdata-dev merged 1 commit intomainfrom Mar 24, 2026
Merged
Conversation
- New Zealand Statistics (Stats NZ): official national statistics office, covers demographics, national accounts, labour market, CPI, trade, housing, agriculture, environment. Data via Infoshare portal. - Saudi General Authority for Statistics (GASTAT): official statistics agency of Saudi Arabia, covers population, GDP, labour market, prices, trade, energy/oil, industry, agriculture, housing. Supports Vision 2030. Resolves #279 (nz-stats), #280 (saudi-gastat)
firstdata-dev
commented
Mar 24, 2026
Collaborator
Author
firstdata-dev
left a comment
There was a problem hiding this comment.
✅ LGTM. 新西兰 Stats NZ + 沙特 GASTAT,描述干净。建议合并。
mingcha-dev
reviewed
Mar 24, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
mingcha QA - PR #87: nz-stats (NZ, government) + saudi-gastat (SA, government). No duplicates, no sensitive words. LGTM
mingcha-dev
approved these changes
Mar 24, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA — PR #87
① ID 查重 ✅
grep -r 'nz-stats\|saudi-gastat' firstdata/sources/ → 无匹配
无重复 ID ✅(吸取 PR #52/#78 教训,查重第一步)
② Schema 字段 ✅
- country: NZ / SA ✅
- geographic_scope: national ✅
- 无非标字段
③ URL 验证 ✅
| 数据源 | website | data_url | api_url |
|---|---|---|---|
| nz-stats | ✅ 200 | ✅ 200 | N/A |
| saudi-gastat | ✅ 200 | ✅ 200 | N/A |
全绿 🎉
④ 目录路径 ✅
- countries/oceania/new-zealand/ — 大洋洲新增 ✅
- countries/middle-east/saudi-arabia/ — 中东新增 ✅
通过 ✅ 两个新地区覆盖!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 2 new authoritative national statistics data sources:
🇳🇿 Statistics New Zealand (Stats NZ) —
nz-stats🇸🇦 General Authority for Statistics, Saudi Arabia (GASTAT) —
saudi-gastatValidation
make checkpassed (293 unique IDs, all valid JSON)make check-idspassed — no duplicate IDsCoverage
Expands geographic reach to Oceania (New Zealand, first dedicated NZ source) and Middle East (Saudi Arabia, first Gulf/Middle East national statistics source).