On 22/05/16 00:09, Andrea Aime wrote: > The interesting part is imho another, how does one allow multi-coverage > without too deep changes in the WCS 2.0 > machinery? I'd say, by having DefaultWebCoverageService20 loop over the > ids, getting a response out of each, > and then build a new multi-coverage response object that only netcdf knows > how to handle: > https://github.com/geoserver/geoserver/blob/master/src/wcs2_0/src/main/java/org/geoserver/wcs2_0/DefaultWebCoverageService20.java#L138
That was what I was thinking: just loop over the coverages and then merge into a single NetCDF response on output. The least possible change to the rest of WCS 2.0. Kind regards, -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
