Skip to content

Coordinates attribute for the variables #418

Open
@mjaehn

Description

@mjaehn

From C2SM/zonda-request#249

Where should this feature be added?

Web Interface

Feature Description

It would be nice to get the attribute
coordinates = "clat clon" ;
with accompanying fields clon, clat:

        double clon(ncells) ;
                clon:standard_name = "longitude" ;
                clon:long_name = "center longitude" ;
                clon:units = "radian" ;
                clon:bounds = "clon_bnds" ;
        double clon_bnds(ncells, vertices) ;
        double clat(ncells) ;
                clat:standard_name = "latitude" ;
                clat:long_name = "center latitude" ;
                clat:units = "radian" ;
                clat:bounds = "clat_bnds" ;
        double clat_bnds(ncells, vertices) ;

Why is this feature needed?

For easy visualisation (psy-view) of the external data.

Additional Context

No response

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