modis_multiparse.py is a script to parse several XML metadata files for MODIS tiles. It is very usefull to create XML metadata file for a mosaic.
modis_multiparse.py [options] hdf_files_list
-h --help show the help
-b print the values related to the spatial max extent
-w --write write the MODIS XML metadata file for MODIS mosaic
Print values of spatial bounding box
modis_multiparse.py -b FILE1 FILE2 ...
Write xml file to use with hdf file create by modis_convert.py
modis_multiparse.py -w FILE_mosaic.xml FILE1 FILE2 ...