Open kafitzgerald opened 4 years ago
We currently store packed output variables using scale + offset as int. Ideally these would be stored as short.
int
short
Just another thing to look into re: outputs
Agreed, using int vs float saves no (uncompressed ) space as both are 32-bit.
We currently store packed output variables using scale + offset as
int
. Ideally these would be stored asshort
.Just another thing to look into re: outputs