Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide top-level summary of dataset access points #1

Closed
LucaCinquini opened this issue Sep 4, 2012 · 1 comment
Closed

Provide top-level summary of dataset access points #1

LucaCinquini opened this issue Sep 4, 2012 · 1 comment
Assignees
Milestone

Comments

@LucaCinquini
Copy link
Member

The web portal UI would benefit from knowing wether a dataset is exposed via HTTP, GridFTP, OpenDAP etc in order to properly display the hyperlinks. For example, such information could be used to selectively display Globus Online links.

Additionally, the search back end could allow querying of datasets that are exposed via LAS, via OpenDAP, and so on.

@LucaCinquini
Copy link
Member Author

The requested information is now stored within the top-level dataset metadata as a multi-valued field called "access", which may be returned as part of the record metadata. For example access="LAS", "HTTPServer", "OPENDAP".
The field values are the THREDDS allowed valued for the "serviceType" field.

Additionally, the search back end allows querying of datasets by "access" parameter, for example:
http://esg-datanode.jpl.nasa.gov/esg-search/search?distrib=false&access=OPENDAP

@ghost ghost assigned LucaCinquini Sep 5, 2012
LucaCinquini pushed a commit that referenced this issue May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant