cmr.opendap.ous.granule
Documentation forthcoming
async-get-metadata
(async-get-metadata component search-endpoint user-token params)Given a data structure with :collection-id, :granules, and :exclude-granules keys, get the metadata for the desired granules.
Which granule metadata is returned depends upon the values of :granules and :exclude-granules
build-exclude
(build-exclude component gran-ids)Documentation forthcoming
build-include
(build-include gran-ids)Documentation forthcoming
build-query
(build-query component params)Build the query string for querying granles, bassed upon the options passed in the parameters.
extract-datafile-link
(extract-datafile-link granule-entry)Documentation forthcoming
extract-metadata
(extract-metadata promise)Documentation forthcoming
get-metadata
(get-metadata component search-endpoint user-token params)Documentation forthcoming
match-datafile-link
(match-datafile-link link-data)The criteria defined in the prototype was to iterate through the links, only examining those links that were not ‘inherited’, and find the one whose :rel value matched a particular string.
It is currently unclear what the best criteria for this decision is.