Skip to content

Commit

Permalink
feat: initialise run function for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vschaffn committed Nov 18, 2024
1 parent aed339f commit 3f0693b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xdem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@
"virtualenv) and then install it in-place by running: "
"pip install -e ."
)


def run(reference_dem: str, dem_to_be_aligned: str, verbose: str) -> None:
"""
Function to compare DEMs
"""
print("hello world")

0 comments on commit 3f0693b

Please sign in to comment.