Metadata-Version: 1.1
Name: pyModis
Version: 0.7.0
Summary: Python library for MODIS data
Home-page: http://pymodis.fem-environment.eu
Author: Luca Delucchi
Author-email: luca.delucchi@fmach.it
License: GNU GPL 2 or later
Description: Welcome in pyModis library
        ******************************
        
        *Thank you for downlaoding pyModis*
        
        **pyModis is a python library to download and process Modis data from NASA ftp**
        
        Copyright Luca Delucchi - 2010-2013
        
        License
        ===========
        
        pyModis is licensed under the terms of **GNU GPL 2**. Read COPYING for more info
        
        Install
        ===========
        
        How to compile or install pyModis see INSTALL file.
        
        Executables
        ================
        
        Some executables are distributed with the library:
        
          * **modis_download** it's useful to download MODIS data
          * **modis_parse** can parse the XML file of MODIS data and return some variables
          * **modis_multiparse** can parse the XML file of several MODIS data and return the bounding box or it can write the XML file with the information of all
            tiles considered
          * **modis_mosaic** create the mosaic of server MODIS tiles
          * **modis_convert** convert MODIS data from HDF format and Sinusoidal projection to other formats and projections
        
        
        Other info
        ============
        
        The logo of pyModis is pyModis.png; it is released under CC-BY-SA and it's distributed with the pyModis library
        
        More info about pyModis at http://pymodis.fem-environment.eu/
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
