modules.rst 721 B

123456789101112131415161718192021222324252627282930313233343536
  1. pyModis Library
  2. ===============
  3. ``pyModis`` library it is a Python library to work with MODIS data.
  4. It can easily used in your application to download, analyze,
  5. convert and check the quality of MODIS data.
  6. ``pyModis`` can be used in other free and open source software,
  7. it is already present in GRASS GIS used by r.in.modis addon.
  8. It is compose by this modules:
  9. .. only:: latex
  10. * :doc:`downmodis`
  11. * :doc:`parsemodis`
  12. * :doc:`convertmodis`
  13. * :doc:`convertmodis_gdal`
  14. * :doc:`qualitymodis`
  15. * :doc:`optparse`
  16. .. raw:: latex
  17. \newpage % hard pagebreak at exactly this position
  18. .. toctree::
  19. :maxdepth: 4
  20. downmodis
  21. parsemodis
  22. convertmodis
  23. convertmodis_gdal
  24. qualitymodis
  25. optparse