pycif.plugins.domains.gridded_NetCDF — API reference#
Configuration reference: gridded_NetCDF plugin
- pycif.plugins.domains.gridded_NetCDF.read_domain.read_grid(domain, **kwargs)[source]#
Reads a grid from a NetCDF file :param domain: dictionary defining the domain :type domain: Plugin
- Returns:
Grid dictionary with meshgrids for center lon/lat and corner lon/lat
- 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.