Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 452 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 452 Bytes

xritlib

This program works with LRIT and HRIT packets from NOAA Geostationary Satellites (GOES-13, GOES-15, GOES-16 and GOES-14).

Installation

Using CMake:

git clone https://github.com/luigifreitas/xritlib.git
mkdir build
cd build
cmake ..
make
sudo make install

Usage

#include <xrit/lib.h> // Wildcard Header

Dependencies