Skip to content

Commit

Permalink
Fix typo (#333)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix typo

---------

Co-authored-by: Romain Hugonnet <romain.hugonnet@gmail.com>
  • Loading branch information
alessandro-gentilini and rhugonnet committed Feb 2, 2023
1 parent e663904 commit dc57c44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xdem/dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dc57c44

Please sign in to comment.