pyModis Library
===============

``pyModis`` library it is a Python library to work with MODIS data.

It can easily used in your application to download, analyze,
convert and check the quality of MODIS data.

``pyModis`` can be used in other free and open source software,
it is already present in GRASS GIS used by r.in.modis addon.

It is compose by this modules:

.. only:: latex

  * :doc:`downmodis`
  * :doc:`parsemodis`
  * :doc:`convertmodis`
  * :doc:`convertmodis_gdal`
  * :doc:`qualitymodis`
  * :doc:`optparse`

  .. raw:: latex

    \newpage % hard pagebreak at exactly this position

.. toctree::
   :maxdepth: 4

   downmodis
   parsemodis
   convertmodis
   convertmodis_gdal
   qualitymodis
   optparse
