Skip to content

Commit

Permalink
fix: modify url and commit hash for downloading examples and ground t…
Browse files Browse the repository at this point in the history
…ruths
  • Loading branch information
vschaffn committed Jan 22, 2025
1 parent 3686704 commit 9171742
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xdem/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@

import xdem

_DATA_REPO_URL = "https://github.com/vschaffn/xdem-data/tarball/2-richdem_gdal"
_COMMIT_HASH = "31a7159c982cec4b352f0de82bd4e0be61db3afe"

_DATA_REPO_URL = "https://github.com/GlacioHack/xdem-data/tarball/main"
_COMMIT_HASH = "98004a09f84def4c78b253d41b212baca2b3cccb"

_EXAMPLES_DIRECTORY = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "examples", "data"))
# Absolute filepaths to the example files.
Expand Down

0 comments on commit 9171742

Please sign in to comment.