cmr.opendap.ous.util
Documentation forthcoming
->seq
(->seq data)Documentation forthcoming
bounding-box->subset
(bounding-box->subset [lon-lo lat-lo lon-hi lat-hi])Documentation forthcoming
coverage->collection
(coverage->collection coverage)Documentation forthcoming
coverage->granules
(coverage->granules coverage)Documentation forthcoming
get-matches
(get-matches regex elems)Documentation forthcoming
normalize-param
(normalize-param param)Documentation forthcoming
normalize-params
(normalize-params params)Documentation forthcoming
subset->bounding-box
(subset->bounding-box elems)In the CMR and EDSC, a bounding box is defined by the lower-left corner to the upper-right, furthermore, they defined this as a flattened list, ordering with longitude first. As such, a bounding box is of the form: [lower-longitude, lower-latitude, upper-longitude, upper-latitude].
This is the form that this function returns.
subset->bounding-lat
(subset->bounding-lat elems)Documentation forthcoming
subset->bounding-lon
(subset->bounding-lon elems)Documentation forthcoming