Skip to content

Commit

Permalink
linting and commented small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrunn committed Nov 12, 2024
1 parent b539196 commit a7103ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ per-file-ignores =
./r.dtm.import.be/r.dtm.import.be.py:F821
./r.dtm.import.he/r.dtm.import.he.py:F821
./r.dtm.import.hh/r.dtm.import.hh.py:F821
./r.dtm.import.nw/r.dtm.import.nw.py:F821
./r.dtm.import.sn/r.dtm.import.sn.py:F821
./r.dtm.import.th/r.dtm.import.th.py:F821
./r.dtm.import/r.dtm.import.py:E501,F821
Expand Down
2 changes: 1 addition & 1 deletion r.dtm.import.nw/r.dtm.import.nw.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

# set constant variables
TINDEX = (
"https://github.com/mundialis/tile-indices/raw/NW_DTM_tileidx/DTM/NW/"
"https://github.com/mundialis/tile-indices/raw/main/DTM/NW/"
"nw_dtm_tindex_proj.gpkg.gz"
)
DATA_BASE_URL = (
Expand Down

0 comments on commit a7103ab

Please sign in to comment.