modis_multiparse.rst 983 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. modis_multiparse.py
  2. -------------------
  3. **modis_multiparse.py** parses several XML metadata files
  4. for MODIS tiles. It is very useful to create XML metadata file for a
  5. mosaic.
  6. Usage
  7. ^^^^^
  8. .. code-block:: none
  9. modis_multiparse.py [options] hdf_files_list
  10. Options
  11. ^^^^^^^
  12. .. image:: ../_static/gui/modis_multiparse.png
  13. :scale: 40%
  14. :alt: GUI for modis_multiparse.py
  15. :align: left
  16. :class: gui
  17. .. code-block:: none
  18. -h --help show the help
  19. -b print the values related to the spatial max extent
  20. -w --write write the MODIS XML metadata file for MODIS mosaic
  21. Examples
  22. ^^^^^^^^
  23. Print values of spatial bounding box
  24. .. code-block:: none
  25. modis_multiparse.py -b hdf_file1 hdf_file2 ...
  26. Write xml file to use with hdf file created by :doc:`modis_convert`
  27. .. code-block:: none
  28. modis_multiparse.py -w FILE_mosaic.xml hdf_file1 hdf_file2 ...
  29. .. only:: latex
  30. .. raw:: latex
  31. \newpage % hard pagebreak at exactly this position