Exported source
class NetCDFDecoder:
"""Decode MARIS NetCDF files to human readable formats."""
def __init__(self,
dfs: Dict[str, pd.DataFrame],
fname_in: str, # Path to NetCDF file
dest_out: str,
output_format:str,
remap_vars: Dict[str, str],
verbose: bool=False
):
fc.store_attr()