This is a header-only C++ library for en/decoding GIIS formatted data, as used in the MODIS instrument of the Terra/Aqua satellite missions. It can be used in combination with libspp to en/decode the complete Level 0 MODIS data packet format. These files can be found at the NASA archives such as LAADS DAAC.
Also contained is test.cpp
, a simple program to demonstrate usage of the library.
The library is used in the sppinfo
CLI tool in the libspp repository, to provide information on MODIS data.
Dependencies:
Building:
make
make install
Many thanks to Jonathan Tanner for his help in writing this library.