ropensci / rerddap

R client for working with ERDDAP servers
https://docs.ropensci.org/rerddap
Other
40 stars 14 forks source link

Use a canonical list of Erddap locations #86

Closed adamml closed 5 years ago

adamml commented 5 years ago

Referencing https://github.com/IrishMarineInstitute/search-erddaps/issues/4 and https://github.com/ioos/erddapy/issues/92, there is a move to consolidate on a canonical list of Erddap locations for tools searching across multiple Erddap locations.

Can you support this?

sckott commented 5 years ago

thanks. Ours is here https://github.com/ropensci/rerddap/blob/master/R/servers.R - Would be happy to use a more centrally maintained list of ERDDAP locations. I'd prefer a json file over a js file, but probably either works

adamml commented 5 years ago

Thanks @sckott.

I used yours, @bobsimons’ list, and the one from erddapy in generating the list on our repo.

There is a .json file, see https://github.com/IrishMarineInstitute/awesome-erddap/blob/master/erddaps.json

We also set up github-pages, so the json can be accessed at https://irishmarineinstitute.github.io/awesome-erddap/erddaps.json

sckott commented 5 years ago

nice, i'll probably use the gh-pages link.