Skip to content

Commit b412fe8

Browse files
committed
2026q1
1 parent b9e9daf commit b412fe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/rra_building_density/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def process_resources(self, resolution: str) -> tuple[str, str]:
154154
"8": MicrosoftVersion(
155155
version="v8",
156156
time_points=[
157-
f"{y}q{q}" for y, q in itertools.product(range(2020, 2026), range(1, 5))
158-
][1:],
157+
f"{y}q{q}" for y, q in itertools.product(range(2020, 2027), range(1, 5))
158+
][1:-3],
159159
input_template="predictions/{time_point}/12-39-p3_ensemble/*",
160160
raw_output_template="{time_point}/{tile_key}.tif",
161161
bands={

0 commit comments

Comments
 (0)