-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello, following @Unidata/thredds#526 (comment) by @drf5n I managed to aggregate unstructured grid results in TDS 4.6.14 as a FMRC (feature model run collection). The solution was basically to add a record dimension to aggregate everything along.
TDS shows the new aggregated dataset just fine using the OPENDAP protocol. All other protocols (NCSS, WMS, WCS) fail, but I think that is expected since only TDS 5 will have true UGRID support.
Back to the main issue, when trying to open the opendap link using ncWMS2/EDAL (version 1.4.1, not the one inside TDS) it fails with the message:
uk.ac.rdg.resc.edal.exceptions.DataReadingException: Coordinate variables listed in mesh_topology:node_coordinates must share the same single dimension to be UGRID compliant
Checking the code my extremely limited java knowledge tells me that the problem is because now latitude and longitude have one extra dimension (record) besides the main one (node).
Here some examples of the files I am testing with.
Thank you very much.