sdf_xarray.sdf_interface.SDFFile# class sdf_xarray.sdf_interface.SDFFile# Bases: object Read an SDF file header# File metadata Type: dict run_info# More metadata Type: dict variables# Mapping of variable name to metadata Type: dict[str, Variable] grids# Mapping of grid ID to metadata Type: dict[str, Mesh] __init__()# Methods __init__() close() read(var) Read a variable from the file, returning numpy array Attributes filename grids header run_info variables close()# filename# grids# header# read(var)# Read a variable from the file, returning numpy array Parameters: var (Block) run_info# variables#