Skip to content

Commit

Permalink
Update openeo_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddkovacs authored Nov 18, 2024
1 parent 79350f9 commit 3ce8b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyeogpr/openeo_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def process_map(self, gapfill=False, fileformat="nc"):

self.gpr_cube = self.masked_data.apply_dimension(
process=custom_udf, dimension="bands"
).filter_bands(bands=["B02"])
).filter_bands(bands=[self.bands[0]])

self.gpr_cube_gapfilled = self.gpr_cube.apply_dimension(
process=udf_sgolay, dimension="t"
Expand Down

0 comments on commit 3ce8b04

Please sign in to comment.