Compliance results, updated nightly: https://cioos-siooc.github.io/erddap-compliance-runner
Runs the IOOS compliance checker wrapped by erddap-compliance nightly on a list of erddap servers and serves a report using Github pages .
This repo consists of a Github action and a list of erddap servers to run on
To run on an ERDDAP server:
- Fork this repo
- Change the
erddap_servers
file to your erddap. commit and push this change. Wait until the test runs - Go to the repo's Settings -> Pages and change to Source: Deploy from a branch, and use
gh-pages
branch with the root folder. - See the results at
https://<your name or or organizaion>.github.io/erddap-datasets-compliance
- (Optional) Change how often this script runs by editing the Github action, default is daily -
cron: "1 2 * * 0"