|
Daniele Romagnoli created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.9-beta |
Assignee: |
Unassigned |
Components: |
CSW |
Created: |
06/Oct/15 3:31 PM |
Fix Versions: |
2.9-beta |
Priority: |
|
Reporter: |
Summarizing some discussions started on the mailing list related to this topic: In the Metoc/EO world, layers are based on complex NetCDF/Grib files, and the protocols we have to output them, WCS in particular, are setup to allow slice, rescale, reproject data, but not exactly to preserve the original data as is. So, for these layers, we would like to provide a direct download of the raw data from CSW, by adding specific entries within the “term-references” entry in dublin core metadata, and OnlineResource in ISO We create a link pointing back to the CSW service, to a vendor request that will assemble the files for the requested resource, zip them, and send the result back to the requestor. http://host:port/geoserver/ows?service=CSW&version=2.0.1&request=DirectDownload&resourceId=<nameSpace:layerName>&file=<fileID>&time=from/to&elevation=from/to&bbox=… time, elevation, bbox and additional dimensions would be added when dealing with multidimensional datasets in order to provide domain information of the available resource. Of course we would not automatically create those links, we’ll have configurations at the CSW level, and at the layer level as an override, to allow direct download to be available. |
This message was sent by Atlassian JIRA (v7.0.0-OD-07-011#70107-sha1:db940e9) |
|