Skip to content

Commit

Permalink
fix url branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Aug 4, 2022
1 parent dd2e570 commit e049193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sardem/cop_dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def download_and_stitch(
if not os.path.exists(vrt_filename):
make_cop_vrt(vrt_filename)
else:
vrt_filename = "/vsicurl/https://raw.githubusercontent.com/scottstanie/sardem/vrt-cop-dem/sardem/data/copernicus_GLO_30_dem.vrt" # noqa
vrt_filename = "/vsicurl/https://raw.githubusercontent.com/scottstanie/sardem/master/sardem/data/copernicus_GLO_30_dem.vrt" # noqa
egm_file = conversions.EGM_FILES[geoid]
if not os.path.exists(egm_file):
conversions.download_egm_grid(geoid=geoid)
Expand Down

0 comments on commit e049193

Please sign in to comment.