Hi Alex:
John
Hi John,
----- Original Message -----Yes, that should work.Thanks for that.
[...] If anyone on these lists have further opinions, they would be welcome before we standardize on it.Now that I know how it works, I'm happy with the current situation. But I was hoping I could just promote the data type of the fill value for unsigned variables - that way I could treat valid ranges and fill values the same way. That is, ideally I'd like to do this:
byte Band1(y, x); Band1:_Unsigned = "true"; Band1:_FillValue = 255s; // short
byte Band2(y, x); Band2:_Unsigned = "true"; Band2:valid_range = 0s, 254s; // short
But I suspect that wouldn't be backwards-compatible with existing code.
Cheers, Alex
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.