Edit: I have now manipulated the netCDF-file according to the example (Polyphemus DLR data) described in: https://geoserver.geo-solutions.it/edu/en/multidim/netcdf/netcdf_basics.html#netcdf-format
I changed my wavelength dimension to an artificial z=elevation dimension (even that this is physically wrong) My month dimension was changed to standard time dimension. long_name, units attributes were set accordingly. Geoserver seem to accept now the time dimension. For the arbitrary dimension z I am getting still the error message: /2019-07-05 17:52:45,105 WARN [imageio.netcdf] - Unsupported axis: float z(z=26); :units = "meters"; :long_name = "height"; in input: file:/ler_2007.nc has been found 2019-07-05 17:52:45,465 WARN [io.netcdf] - Unable to connect/ Question is: What is exactly the request of geoserver for definition of dimensions? Does Geoserver need attributes (e.g. long_name, units) to its dimensions? Why are custom dimension not possible to implement, or how to do it correctly? Many thanks. MiriamK -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
