Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 986 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 986 Bytes

libgiis

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.

Building

Dependencies:

Building:

make
make install

Thanks

Many thanks to Jonathan Tanner for his help in writing this library.