LeocatFamily This repository contains the source for the Leocat application. Ancillary data is located @ http://breezy/svn/MODIS_NPOESS_STATIC Test data is located @ http://breezy/svn/MODIS_DATA Execution repository @ http://breezy/svn/MODIS_NPOESS Projects ALG17 -> ALG29 are prototypes or implemented libraies for leocat algorithms. leocat The Leocat source code # required environment variables export SVNROOT="http://breezy.ssec.wisc.edu/svn/leocatfamily" export SVN_EDITOR="vi" export PEATE=/data/"YourName"/PEATE export LEOCATHOME=/data/"YourName"/leocatfamily/leocatHome export MODIS_NPOESS="Path where MODIS_NPOESS repository was installed" cd /data/"YourName" Support libraries hdf etc can be acquired at whirlwind for OSX svn checkout https://whirlwind.ssec.wisc.edu/svn/repos/MacOSX/PEATE PEATE on OSX ranlib might have to be run cd /data/"YourName"/PEATE/lib ranlib *.a Linux 32 svn checkout https://whirlwind.ssec.wisc.edu/svn/repos/Linux_x86_32/PEATE PEATE Linux 64 svn checkout https://whirlwind.ssec.wisc.edu/svn/repos/Linux_86_64/PEATE PEATE The entire structure can be acquired by running the following command. This is big it contains four granuals and their ancillary data cd /data/"YourName" svn checkout https://whirlwind.ssec.wisc.edu/svn/leocatfamily leocatfamily svn checkout http://mostly.ssec.wisc.edu/data/MODIS_DATA MD now you can build cd leocatfamily cd cloudmask*/MacOSX make cd /data/"YourName"/leocatfamily/leocat/src make now cd /data/"YourName"/leocatfamily/leocatHome/trunk this will process the four MODIS granuals located in the level_1_files directory the output will go into the level_2_files directory ./runLeocat.py Projects for eclipse and makefiles are provided. Bugs can be reported @ http://mostly.ssec.wisc.edu/bugzilla