Skip to content

Reading string variable data #20

@guydillen

Description

@guydillen

Hi,

Hw to read string variable data?

This is my cdl file:

`netcdf test {
dimensions:
station = 9 ;
...
variables:
string station_name(station) ;
...
// global attributes:
...
data:

station_name = "W1", "W2", "W3", "W4", "W5", "W6", "W7",
"W8", "W9" ;

...`

How can I read the string data?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions