Metadata-Version: 2.1
Name: pyModis
Version: 2.1.0
Summary: Python library for MODIS data
Home-page: http://www.pymodis.org
Author: Luca Delucchi
Author-email: luca.delucchi@fmach.it
License: GNU GPL 2 or later
Project-URL: Source, https://github.com/lucadelu/pyModis/
Project-URL: Tracker, https://github.com/lucadelu/pyModis/issues
Description: ==========================
        Welcome in pyModis library
        ==========================
        
        *Thank you for downloading pyModis*
        
        **pyModis is a Python library to download and process MODIS data from NASA server**
        
        Copyright Luca Delucchi - 2010-2014
        
        License
        -------
        
        pyModis is licensed under the terms of **GNU GPL 2**. Read COPYING for more info
        
        Install
        -------
        
        For how to compile or install pyModis see INSTALL file.
        
        Executables
        -----------
        
        Some executables are distributed with the library:
        
          * **modis_download** downloads MODIS data
          * **modis_download_from_list** downloads MODIS data from NASA servers, the names of files to download have to be contained into a text file.
          * **modis_parse** parses the XML file of MODIS data and return some variables
          * **modis_multiparse** parses the XML file of multiple MODIS data and returns the bounding box or writes the XML file with the information of all
            selected tiles
          * **modis_mosaic** creates the mosaic of multiple MODIS tiles
          * **modis_convert** converts MODIS data from HDF format and Sinusoidal projection to other formats and projections
          * **modis_quality** checks the quality of MODIS data using the QA layer
        
        
        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://www.pymodis.org/
        
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Provides-Extra: GUI
