Skip to content

Problem when using UGRID aggregated in THREDDS #121

@marceloandrioni

Description

@marceloandrioni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions