NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

[thredds] TDS String variable problem

For this dataset
http://coaps.fsu.edu/thredds/dodsC/samos/data/research/WTEP/2012/WTEP_20120128v30001.nc
"flag" is a String variable which uses the "time" dimension (144 values):

Dataset {
    ....
    String flag[time = 144];
} samos/data/research/WTEP/2012/WTEP_20120128v30001.nc;

and the TDS is THREDDS Data Server [Version 4.0.24 - 20090724.2259].

If I request the entire flag variable with:
http://coaps.fsu.edu/thredds/dodsC/samos/data/research/WTEP/2012/WTEP_20120128v30001.nc.ascii?flag

I get a reasonable response:
Dataset {
    String flag[time = 144];
} samos/data/research/WTEP/2012/WTEP_20120128v30001.nc;
---------------------------------------------
flag[144]
"ZZZZZZZZZZZZZ", "ZZZZZZZZZZZZZ", "ZZZZZZZZZZZZZ", ...

But if I request a subset of the flag variable with:
http://coaps.fsu.edu/thredds/dodsC/samos/data/research/WTEP/2012/WTEP_20120128v30001.nc.ascii?flag[0:10:99]
which is what the .html form helps me to generate,
I get an error message:
Error {
    code = 500;
    message = "NcSDCharArray InvalidRangeException";
};

Is this:
* something I'm doing wrong (it's Friday afternoon at the end of a long week)?
* something wrong with the dataset's setup?
* something wrong in TDS?

Thanks for looking into this.

Sincerely,

Bob Simons
IT Specialist
Environmental Research Division
NOAA Southwest Fisheries Science Center
1352 Lighthouse Ave
Pacific Grove, CA 93950-2079
Phone: (831)658-3205
Fax:   (831)648-8440
Email: bob.simons@xxxxxxxx

The contents of this message are mine personally and
do not necessarily reflect any position of the
Government or the National Oceanic and Atmospheric
Administration.
<>< <>< <>< <>< <>< <>< <>< <>< <><



  • 2012 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: