Skip to content

Header-only C++20 library to parse the MODIS SPP packet structure

License

Notifications You must be signed in to change notification settings

ssloxford/libgiis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Header-only C++20 library to parse the MODIS SPP packet structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published