Skip to content

Commit

Permalink
class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Sep 28, 2023
1 parent 1f4ad49 commit fd11030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kedro-datasets/kedro_datasets/xarray/geotiff_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@


class GeoTiffDataset(AbstractVersionedDataset[xarray.DataArray, xarray.DataArray]):
"""``GeoTiffDataset`` loads and saves geotiff files and reads them as xarray
DataArrays. """
def __init__(
self,
filepath: str,
Expand Down

0 comments on commit fd11030

Please sign in to comment.