123456789101112131415161718192021222324252627282930313233343536 |
- pyModis Scripts
- ===============
- The ``pyModis`` **scripts** provide you with a complete toolkit
- to work with MODIS data, you can download, analyze and convert
- the data. They are developed to work from command line and inside
- scripts to automatically update your MODIS files dataset.
- From version 1.0 the scripts have also Graphical User Interface.
- Currently the tools are:
- .. only:: latex
- * :doc:`modis_download`
- * :doc:`modis_download_from_list`
- * :doc:`modis_parse`
- * :doc:`modis_multiparse`
- * :doc:`modis_mosaic`
- * :doc:`modis_convert`
- * :doc:`modis_quality`
- .. raw:: latex
- \newpage % hard pagebreak at exactly this position
- .. toctree::
- :maxdepth: 1
- modis_download
- modis_download_from_list
- modis_parse
- modis_multiparse
- modis_mosaic
- modis_convert
- modis_quality
|