Skip to content

Commit

Permalink
Adding small howto in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Sep 24, 2024
1 parent 7335589 commit b45553b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# open-science-catalog-validation
Validation for [open-science-catalog-metadata](https://github.com/ESA-EarthCODE/open-science-catalog-metadata)


## How-to

In order to run the valdation, run the folling steps:

```bash
npm install
```

```bash
npx stac-node-validator --config config.json ../../metadata/{eo-missions,products,projects,themes,variables}
```

0 comments on commit b45553b

Please sign in to comment.