Skip to content

Commit aae5bb0

Browse files
committed
2 parents 8aac2c1 + ca68131 commit aae5bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/batch_image_correlation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
118118
# select first image of each month
119119
period_index = pd.PeriodIndex(sentinel2_stack_snowoff['time'].values, freq='M')
120+
sentinel2_stack_snowoff.coords['year_month'] = ('time', period_index)
120121
first_image_indices = sentinel2_stack_snowoff.groupby('year_month').apply(lambda x: x.isel(time=0))
121122
122123
product_names = first_image_indices['s2:product_uri'].values.tolist()

0 commit comments

Comments
 (0)