get_info
- AVHRR_GAC_HDF.get_info(file_info, **kwargs)
Return a
FileInfo
object with parameters about the file content.Notes
This is the base class method that does nothing per default.
- Parameters:
filename – A string containing path and name or a
FileInfo
object of the file of which to get the information about.**kwargs – Additional keyword arguments.
- Returns:
A
FileInfo
object.