Re: [Geoserver-users] NetCDF export for multiple coverages

2021-05-14 Thread Andrea Aime
Hi Alexander, WCS can only export one coverage at a time, it's a limitation of the protocol itself, and takes a single coverage identifier in the GetCoverage request. I'm not aware of an existing, working way to get multiple coverages all out in the same request. If I had to do it, I guess I'd try

[Geoserver-users] NetCDF export for multiple coverages

2021-05-14 Thread Alexander Petkov
Hello, What would be the best way to export multiple coverages as one NetCDF "package"? Currently, I use a 2-step approach: 1 Export each coverage as NetCDF as per the Geoserver documentation 2. Combine all resulting NetCDF files into a single package using cdo A scripted version in bash can be