polartoolkit.make_grid# make_grid(region, spacing, value, name)[source]# Create a grid with 1 variable by defining a region, spacing, name and constant value Parameters: region (tuple[float, float, float, float]) â bounding region in format [xmin, xmax, ymin, ymax] spacing (float) â spacing for grid value (float) â constant value to use for variable name (str) â name for variable Returns: Returns a xarray.DataArray with 1 variable of constant value. Return type: DataArray