Skip to content

Commit df33ef8

Browse files
Update src/hyp3_opera_rtc/dem.py
Co-authored-by: Andrew Johnston <asjohnston@alaska.edu>
1 parent a881e3e commit df33ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyp3_opera_rtc/dem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def download_opera_dem_for_footprint(outfile: Path, bounds: tuple[float, float,
171171
GDAL_HTTP_COOKIEFILE=cookie_file.name,
172172
GDAL_DISABLE_READDIR_ON_OPEN='EMPTY_DIR',
173173
):
174-
vrt_filename = '/vsicurl/https://nisar.asf.earthdatacloud.nasa.gov/STATIC/DEM/v1.2/EPSG4326/EPSG4326.vrt'
174+
vrt_filename = '/vsicurl/https://nisar.asf.earthdatacloud.nasa.gov/STATIC/DEM/v1.1/EPSG4326/EPSG4326.vrt'
175175
for idx, poly in enumerate(polys):
176176
output_path = f'{outfile.stem}_{idx}.tif'
177177
dem_list.append(output_path)

0 commit comments

Comments
 (0)