feat: add paleontology and geology data sources#34
Open
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
Open
feat: add paleontology and geology data sources#34firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
firstdata-dev wants to merge 1 commit intoMLT-OSS:mainfrom
Conversation
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.
firstdata-dev
commented
Mar 6, 2026
Contributor
Author
firstdata-dev
left a comment
There was a problem hiding this comment.
数据源内容质量不错,4 个数据源选得很好。但有一个格式问题需要修:
🔴 domains 字段格式不符合 DOMAINS.md 规范
按 DOMAINS.md 标准,多词 domain 应该用空格分隔,不是连字符。当前违规项:
mineral-resources→mineral resourceswater-resources→water resourcesnatural-hazards→natural hazardsearth-science→earth sciencemarine-geology→marine geologygeological-hazards→geological hazardscitizen-science→citizen scienceopen-data→open datagovernment-data→government datageologic-maps→geologic maps
tags 字段用连字符没问题,但 domains 必须用空格。请修正。
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
Add 4 new authoritative data sources for paleontology and geology, as requested in #33:
Domains covered
Validation
make checkpasses (schema validation, unique IDs, domain consistency)make build-indexesCloses #33