Skip to content

Coordinates attribute for the variables #249

Closed
@GeyerB

Description

@GeyerB

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions