Skip to content

Commit

Permalink
extend animation to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Feb 16, 2023
1 parent 8677b75 commit 4adc132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def f_to_date(x):
xr_list = [read_xr(date) for date in dates]
test = xr.concat(xr_list, dim="time")

variable = test.band_data.sel(time=slice('2021', '2022'))
variable = test.band_data.sel(time=slice('2021', '2023'))

def update(t):
# t = variable.time.values[0]
Expand Down

0 comments on commit 4adc132

Please sign in to comment.