I have several NetCDF files that comprise an ImageMosaic time series. 
This works fine for variables with only spatial dimensions, and I can 
get NetCDF output from WCS:

foo(y, x)  --ImageMosaic-NetCDF-out-->  foo(t, y, x)

However, when there is an extra dimension in the source NetCDF files 
(same values in all files), it is silently dropped:

bar(s, y, x)  --ImageMosaic-NetCDF-out-->  bar(t, y, x)

Not, as I had hoped:

bar(s, y, x)  --ImageMosaic-NetCDF-out-->  bar(t, s, y, x)

The documentation describes mosaicking over a custom dimension which 
varies between files and whose value is stored in the granule index. How 
to I deliver a variable with a dimension that is internal to each source 
NetCDF file? Is this supported? Is extra configuration is required?

Kind regards,

-- 
Ben Caradoc-Davies <b...@transient.nz>
Director
Transient Software Limited <http://transient.nz/>
New Zealand

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to