diff --git a/xdem/dem.py b/xdem/dem.py index 1b92f3f1..b3e0c24e 100644 --- a/xdem/dem.py +++ b/xdem/dem.py @@ -60,8 +60,7 @@ def __init__( ) -> None: """ Load digital elevation model data through the Raster class, parse additional attributes from filename or - metadata - trougth the SatelliteImage class, and then parse vertical reference from DEM product name. + metadata through the SatelliteImage class, and then parse vertical reference from DEM product name. For manual input, only one of "vref", "vref_grid" or "ccrs" is necessary to set the vertical reference. :param filename_or_dataset: The filename of the dataset.