pycif.plugins.domains.gridded_NetCDF — API reference#
Configuration reference: gridded_NetCDF plugin
- pycif.plugins.domains.gridded_NetCDF.read_domain.read_vcoord(domain)[source]#
Read vertical coordinate information from a NetCDF file into the domain
- pycif.plugins.domains.gridded_NetCDF.read_domain.read_grid(domain, **kwargs)[source]#
Read horizontal and vertical grid coordinates from a NetCDF file
- pycif.plugins.domains.gridded_NetCDF.utils.get_bounds(ds: Dataset, coord_name: str, flip_coord: bool, min_bound: float, max_bound: float, regular_extent: bool) ndarray[source]#
Get the bounds of a given coordinates.