Closed GoogleCodeExporter closed 8 years ago
The var part is here, the previous one from a different file
double var(timeObs, lon, lat) ;
var:long_name = "daily precipitation analysis interpolated onto 1deg grids mm/day" ;
var:units = "mm/day" ;
var:missing_value = "-99.9f" ;
Original comment by guziy.sa...@gmail.com
on 7 Jan 2014 at 2:16
Could you please upload the file?
Original comment by whitaker.jeffrey@gmail.com
on 7 Jan 2014 at 2:16
I think that the problem is in quotes:
var:missing_value = "-99.9f" ; <- get exception
precip:missing_value = -99.9f ; <- everything works fine
Original comment by guziy.sa...@gmail.com
on 7 Jan 2014 at 2:18
Ah, I see. The missing value attribute is a string! I consider this a bug in
the file, not the software. I suggest contacting the data provider and ask
them to use numbers for missing values, at least for numeric data type
variables.
Original comment by whitaker.jeffrey@gmail.com
on 7 Jan 2014 at 2:19
OK, thank you Jeff and Happy New Year))
Original comment by guziy.sa...@gmail.com
on 7 Jan 2014 at 2:22
Original comment by whitaker.jeffrey@gmail.com
on 26 Feb 2014 at 2:04
Original issue reported on code.google.com by
guziy.sa...@gmail.com
on 7 Jan 2014 at 2:14