Commits
cholee committed 3018b3de39f
Reject if an HDF-EOS2 file has any EOS2 data set that does not have any field If an EOS data set does not have any field, H4toH5_sds() cannot be reached; so, H4toH5all_dimscale() and none of EOS handling functions can be called. The conversion will succeed, but the converted file will lose dimension information because it didn't have a chance to call any HDF-EOS2 API. To prevent losing information, h4toh5 explicitly rejects those files. Perforce @305