software.rst 816 B

123456789101112131415161718192021222324252627282930313233343536
  1. pyModis Scripts
  2. ===============
  3. The ``pyModis`` **scripts** provide you with a complete toolkit
  4. to work with MODIS data, you can download, analyze and convert
  5. the data. They are developed to work from command line and inside
  6. scripts to automatically update your MODIS files dataset.
  7. From version 1.0 the scripts have also Graphical User Interface.
  8. Currently the tools are:
  9. .. only:: latex
  10. * :doc:`modis_download`
  11. * :doc:`modis_download_from_list`
  12. * :doc:`modis_parse`
  13. * :doc:`modis_multiparse`
  14. * :doc:`modis_mosaic`
  15. * :doc:`modis_convert`
  16. * :doc:`modis_quality`
  17. .. raw:: latex
  18. \newpage % hard pagebreak at exactly this position
  19. .. toctree::
  20. :maxdepth: 1
  21. modis_download
  22. modis_download_from_list
  23. modis_parse
  24. modis_multiparse
  25. modis_mosaic
  26. modis_convert
  27. modis_quality