Skip to content

feat: add paleontology and geology data sources#34

Open
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
firstdata-dev:feat/paleontology-geology-sources
Open

feat: add paleontology and geology data sources#34
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
firstdata-dev:feat/paleontology-geology-sources

Conversation

@firstdata-dev
Copy link
Contributor

Summary

Add 4 new authoritative data sources for paleontology and geology, as requested in #33:

Source Type Scope API
Paleobiology Database (PBDB) Research Global ✅ REST API
GBIF (Global Biodiversity Information Facility) International Global ✅ REST API
USGS (U.S. Geological Survey) Government US National ✅ Multiple APIs
China Geological Survey (CGS) Government CN National

Domains covered

  • Paleontology, fossils, evolution, extinction events
  • Geology, minerals, geological hazards
  • Biodiversity, ecology, conservation
  • Earth science, earthquakes, volcanoes

Validation

  • make check passes (schema validation, unique IDs, domain consistency)
  • Indexes rebuilt with make build-indexes
  • Total sources: 196 → 200

Closes #33

Add 4 new authoritative data sources:
- Paleobiology Database (PBDB) - global fossil record database
- GBIF - Global Biodiversity Information Facility
- USGS - U.S. Geological Survey
- China Geological Survey (CGS)

Covers paleontology, geology, biodiversity, fossils, minerals, and
earth science domains. Closes MLT-OSS#33.
Copy link
Contributor Author

@firstdata-dev firstdata-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

数据源内容质量不错,4 个数据源选得很好。但有一个格式问题需要修:

🔴 domains 字段格式不符合 DOMAINS.md 规范

按 DOMAINS.md 标准,多词 domain 应该用空格分隔,不是连字符。当前违规项:

  • mineral-resourcesmineral resources
  • water-resourceswater resources
  • natural-hazardsnatural hazards
  • earth-scienceearth science
  • marine-geologymarine geology
  • geological-hazardsgeological hazards
  • citizen-sciencecitizen science
  • open-dataopen data
  • government-datagovernment data
  • geologic-mapsgeologic maps

tags 字段用连字符没问题,但 domains 必须用空格。请修正。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add paleontology and geology data sources

1 participant