Skip to content

Commit 2218932

Browse files
committed
Add ecrr from googledrive.
1 parent 20d9253 commit 2218932

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

.github/workflows/validate_with_ecrr_schema.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,29 @@ jobs:
1515
- uses: walbo/validate-json@v1.1.0
1616
name: schema validate dataset json
1717
with:
18-
files: metadata/tools/**/*.json
18+
files: metadata/tools/ECRR_Resources/**/*.json
1919

2020
# optional, defaults to `$schema` in your JSON file
2121
schema: schemas/ecrrjsonschema1.0.json
2222
schema-version: draft-07
2323
print-valid-files: true
2424
strict: false # default is true
25+
validate-json-ecrr-new:
26+
runs-on: ubuntu-latest
27+
28+
steps:
29+
- uses: actions/checkout@v2
30+
with:
31+
fetch-depth: 4
32+
- uses: walbo/validate-json@v1.1.0
33+
name: schema validate dataset json
34+
with:
35+
files: metadata/tools/ECRR_NewTestDescriptions/**/*.json
2536

37+
# optional, defaults to `$schema` in your JSON file
38+
schema: schemas/ecrrjsonschema1.0.json
39+
schema-version: draft-07
40+
print-valid-files: true
41+
strict: false # default is true
2642

2743

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ There are two manual sitemaps:
1212
* https://earthcube.github.io/GeoCODES-Metadata/site/sitemaps/headless.xml
1313
* https://earthcube.github.io/GeoCODES-Metadata/site/sitemaps/mixed.xml
1414

15+
There are two Earthcube Resource Registry sitemaps:
16+
* https://earthcube.github.io/GeoCODES-Metadata/metadata/tools/ECRR_Resources/sitemap.xml
17+
* https://earthcube.github.io/GeoCODES-Metadata/metadata/tools/ECRR_NewTestDescriptions/sitemap.xml
18+
19+
1520
This repository contains documentation about the GeoCODES metadata profile (based on the [ESIP Science On Schema.org Recommendations](https://github.com/ESIPFed/science-on-schema.org/blob/master/guides/Dataset.md)), and a web-accessible folder for hand crafted metadata records for indexing in GeoCODES.
1621

1722
The issue tracker in this repository is the place to post issue about GeoCODES metadata problems. This is to record problems identified in metadata content that would have to be fixed by the data provider, or that are related to processing during GeoCODES harvest and indexing

0 commit comments

Comments
 (0)