Skip to content

Commit 87daa4b

Browse files
authored
Update date range for ArcticDEM/REMA dataset
1 parent d5fbf05 commit 87daa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batch/batch_download_and_coregister_dem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# Parameters with which to filter ArcticDEM/REMA dataset. Note that you may wish to
5353
# further refine parameters - feel free to modify the `pdt.search()`` function at line
5454
# 155, # in consultation with the pdemtools documentation.
55-
dates = "20010101/20231231"
55+
dates = "20010101/20241231"
5656
baseline_max_hours = 24
5757
min_aoi_frac = 0.1
5858

0 commit comments

Comments
 (0)