wrf.is_mapping¶
- wrf.is_mapping(wrfin)¶
Return True if the input file or sequence is a mapping type.
- Parameters:
wrfin (
netCDF4.Dataset,Nio.NioFile, or an iterable) – WRF-ARW NetCDF data as anetCDF4.Dataset,Nio.NioFileor an iterable sequence of the aforementioned types.- Returns:
True if the input is a mapping type, False otherwise.
- Return type: