Reading "a flat, binary array of 16-bit signed, little-endian (LSB) integers" from file in python
I’m trying to read a old file of snow data from here, but I’m having a ton of trouble just opening a single file and getting data out. In the user guide, it says "Each monthly binary data file with the file extension ".NSIDC8" contains a flat, binary array of 16-bit signed, little-endian (LSB) integers,… Read More Reading "a flat, binary array of 16-bit signed, little-endian (LSB) integers" from file in python