Skip to content

joergsteinkamp/ModisDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebService::MODIS version 2.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, OSX and Windows as well.

For debugging network issues, I recommend to include
'use LWP::ConsoleLogger::Everywhere ();'
after 'use WebService::MODIS;', which helped me a lot to debug the authentication issues I experienced.

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
   HTTP::Cookies
   Net::Netrc;
   File::HomeDir
   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.


About

Perl module to download MODIS satellite products

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages