[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDFJava #QQO-385265]: Unable to read grib data using OPENDAP



Hi Ann,

Actually, in my example, I'm only reading the first two time slices:

for (int timeIndex = 0; timeIndex < 2; ++timeIndex) {

I did that for testing and forgot to change it back. To read all of the time 
slices, do:

for (int timeIndex = 0; timeIndex < shape[0]; ++timeIndex) {

Whoops!
-Christian

Ticket Details
===================
Ticket ID: QQO-385265
Department: Support netCDF Java
Priority: Normal
Status: Closed


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.