get_info_for_granule
- ERAInterim.get_info_for_granule(p)
- Return dict (re.fullmatch) for granule, based on re - Parameters:
- p (pathlib.Path) – path to granule 
- Returns:
- dictionary with info, such as returned by - re.fullmatch().
- Return type:
 
Return dict (re.fullmatch) for granule, based on re
p (pathlib.Path) – path to granule
dictionary with info, such as returned by
re.fullmatch().