Skip to content

darkecology/rsl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRMM Radar Software Library (RSL)

Forked from http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/functionality_index.html

First compile decode_ar2v decoder:

cd decode_ar2v
./configure
make
cd ..

Next we compile RSL library. Because git does not store original timestamps of files, running a simple make results in a call to various autotools to regenerate Makefiles, which causes errors. To compile with original Makefile:

./configure
make AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:
make install AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:

or untar rsl-v1.49.tar locally to preserve timestamps. This tar file contains the original RSL v1.49 code, i.e. not the bugfixes and commits in this repository

About

TRMM Radar Software Library (RSL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.4%
  • Shell 20.3%
  • Makefile 3.7%
  • Yacc 1.3%
  • Lex 0.3%