Skip to content

Commit

Permalink
Update _resources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer authored Nov 29, 2023
1 parent d0c22a4 commit 4b2bf3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cordex/regions/_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@

def fetch_vg2500():
"""Fetch Germany Verwaltungsgebiete 1:2,500,000"""
downloader = pooch.HTTPDownloader(verify=False)
fname = retrieve(
path=cache_url,
url="https://daten.gdz.bkg.bund.de/produkte/vg/vg2500/2020/vg2500_01-01.gk3.shape.zip",
known_hash="md5:5a1a86cd131decd9cf116dbfc1a66f17",
downloader=downloader
)
return fname

Expand Down

0 comments on commit 4b2bf3d

Please sign in to comment.