Skip to content

Commit 4d3a119

Browse files
committed
additional time-points for v7.1
1 parent 91b2057 commit 4d3a119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rra_building_density/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def process_resources(self, resolution: str) -> tuple[str, str]:
120120
"7_1": MicrosoftVersion(
121121
version="v7_1",
122122
time_points=[
123-
f"{y}q{q}" for y, q in itertools.product(range(2020, 2025), range(1, 5))
123+
f"{y}q{q}" for y, q in itertools.product(range(2020, 2026), range(1, 5))
124124
][1:-2],
125125
input_template="predictions/{time_point}/v7_ensemble_7-3-25/*",
126126
raw_output_template="{time_point}/{tile_key}.tif",

0 commit comments

Comments
 (0)