Skip to content

Commit

Permalink
r.in.nasadem
Browse files Browse the repository at this point in the history
fix download url
  • Loading branch information
metzm committed Feb 22, 2020
1 parent 0a95785 commit 7c4e015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass7/raster/r.in.nasadem/r.in.nasadem.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def download_tile(tile, url, pid, version, username, password):

urllib2.urlcleanup()

remote_tile = str(url) + "/" + version + "/" + local_tile
remote_tile = str(url) + "/" + version + "/2000.02.11/" + local_tile
goturl = 1

try:
Expand Down

0 comments on commit 7c4e015

Please sign in to comment.