Skip to content

Commit

Permalink
Add ERDDAP documentation to README (#778)
Browse files Browse the repository at this point in the history
* Add ERDDAP documentation to README

* Remove .html from ERDDAP URLs

* Use correct URL for PacIOOS dataset
  • Loading branch information
daltonkell authored Mar 20, 2020
1 parent 1c25d71 commit 4c14ad4
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ https://data.ioos.us/compliance/api/run?report_format=html&test=acdd&url=http://

https://data.ioos.us/compliance/api/run?report_format=json&test=acdd&url=http://sos.maracoos.org/stable/dodsC/hrecos/stationHRMARPH-agg.ncml


# The Compliance Checker Command Line Tool


Expand Down Expand Up @@ -244,6 +243,29 @@ The remote dataset url is taken from the Data URL section of an OPeNDAP endpoint
$ compliance-checker --test=acdd:1.3 "http://sos.maracoos.org/stable/dodsC/hrecos/stationHRMARPH-agg.ncml"
```

### Checking against remote ERDDAP Datasets

ERDDAP datasets are becoming a popular way to access data. Supply an ERDDAP `TableDAP` or `GridDAP` URL to the checker:

```shell
$ compliance-checker --test ioos:1.2 "https://pae-paha.pacioos.hawaii.edu/erddap/griddap/pibhmc_bathy_60m_guam"
```

Ensure to supply the URL *without* the format extension at the end (no `.nc`, `.ncCF`, etc.).

Some examples of ERDDAP datasets:

- https://pae-paha.pacioos.hawaii.edu/erddap/tabledap/AWS-HIMB
- http://erddap.secoora.org/erddap/tabledap/edu_usf_marine_comps_1407d550
- http://erddap.cencoos.org/erddap/tabledap/bodega-bay-bml_wts
- http://erddap.cencoos.org/erddap/tabledap/fort-point
- http://erddap.cencoos.org/erddap/tabledap/edu_humboldt_humboldt
- http://erddap.cencoos.org/erddap/tabledap/edu_calpoly_marine_morro
- http://erddap.cencoos.org/erddap/tabledap/mlml_mlml_sea
- http://erddap.cencoos.org/erddap/tabledap/mlml_mlml_met
- http://erddap.cencoos.org/erddap/tabledap/mlml_monterey
- http://erddap.cencoos.org/erddap/tabledap/edu_humboldt_tdp

### Write results to text file

```shell
Expand Down Expand Up @@ -405,7 +427,6 @@ compliance-checker -t ncei-trajectory-profile-orthogonal -v ~/data/sample-trajec
compliance-checker -t ncei-grid -f json -o ~/Documents/sample_grid_report.json ~/Documents/sample_grid_report.nc
```


## Contributors

- [Dave Foster](https://github.com/daf) <dave@axiomdatascience.com>
Expand Down

0 comments on commit 4c14ad4

Please sign in to comment.