We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aac2c1 + ca68131 commit aae5bb0Copy full SHA for aae5bb0
.github/workflows/batch_image_correlation.yml
@@ -117,6 +117,7 @@ jobs:
117
118
# select first image of each month
119
period_index = pd.PeriodIndex(sentinel2_stack_snowoff['time'].values, freq='M')
120
+ sentinel2_stack_snowoff.coords['year_month'] = ('time', period_index)
121
first_image_indices = sentinel2_stack_snowoff.groupby('year_month').apply(lambda x: x.isel(time=0))
122
123
product_names = first_image_indices['s2:product_uri'].values.tolist()
0 commit comments