Skip to content

Commit

Permalink
Incremental commit on accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 22, 2024
1 parent 24494cf commit 2222171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geoutils/raster/xr_accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ class RasterAccessor(RasterBase):
copying.
"""
def __init__(self, xarray_obj: xr.DataArray):
"""
Instantiate the raster accessor.
"""

super().__init__()

Expand Down

0 comments on commit 2222171

Please sign in to comment.