File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ class ConventionProtocol(Protocol):
1414
1515 @classmethod
1616 def read_crs (
17- cls , obj : Union [xarray .Dataset , xarray .DataArray ], ** kwargs
17+ cls , obj : Union [xarray .Dataset , xarray .DataArray ]
1818 ) -> Optional [rasterio .crs .CRS ]:
1919 """Read CRS from the object using this convention."""
2020
2121 @classmethod
2222 def read_transform (
23- cls , obj : Union [xarray .Dataset , xarray .DataArray ], ** kwargs
23+ cls , obj : Union [xarray .Dataset , xarray .DataArray ]
2424 ) -> Optional [Affine ]:
2525 """Read transform from the object using this convention."""
2626
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ def read_crs(
3030 ----------
3131 obj : xarray.Dataset or xarray.DataArray
3232 Object to read CRS from
33- grid_mapping_name : str, optional
34- Name of the grid_mapping coordinate variable
3533
3634 Returns
3735 -------
You can’t perform that action at this time.
0 commit comments