You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable size is about 1/2 of the 2GB limit, but it may be the case that since the data are Int16 that they are getting "padded" in XDR and more than a In32 can hop:
When I tried to get a DAP2 Data Response:
(Unencoded URL for readability)
I see the following error:
The variable size is about 1/2 of the 2GB limit, but it may be the case that since the data are Int16 that they are getting "padded" in XDR and more than a In32 can hop:
Int16
-b 2^30 - (17999 * 29828 * 2) = -6520
Int16 padded to Int32 by XDR?
The text was updated successfully, but these errors were encountered: