ModisDownload version 1.0
==========================

This modules provides an interface to download MODIS satellite data.

So far this module was only run on Debian linux. However, it should
run on all other *nix systems as well.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries, where LWP::Online is only use by the test.pl file:

   Carp;
   LWP::Online 
   LWP::UserAgent
   File::Path
   File::Basename
   Date::Simple
   List::Util

COPYRIGHT AND LICENCE

This work is published under GPL v3.0.

Copyright (C) 2015 by Jörg Steinkamp

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.1 or,
at your option, any later version of Perl 5 you may have available.