File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,7 @@ def from_xarray_raster(
244244 * ,
245245 intensity : Optional [str ] = None ,
246246 coordinate_vars : Optional [Dict [str , str ]] = None ,
247- data_vars : Optional [Dict [str , str ]] = None ,
248247 crs : str = "EPSG:4326" ,
249- rechunk : bool = False ,
250248 open_dataset_kws : dict [str , Any ] | None = None ,
251249 ):
252250 """Read forecast hazard data from an xarray Dataset
@@ -276,12 +274,8 @@ def from_xarray_raster(
276274
277275 Note: The "event" coordinate is automatically constructed from lead_time
278276 and member, so it should not be specified.
279- data_vars : dict(str, str), optional
280- Mapping from default variable names to variable names in the data
281277 crs : str, optional
282278 Coordinate reference system identifier. Defaults to "EPSG:4326"
283- rechunk : bool, optional
284- Whether to rechunk the dataset before processing. Defaults to False
285279 open_dataset_kws : dict, optional
286280 Keyword arguments passed to xarray.open_dataset if data is a file path
287281
You can’t perform that action at this time.
0 commit comments