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.
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.