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 79b9b65 commit e8468a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyeogpr/openeo_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,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=[self.bands[0]])
)#.filter_bands(bands=[self.bands[0]])

self.gpr_cube.execute_batch(
title="User defined product",
Expand Down 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=[self.bands[0]])
)#.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 e8468a3

Please sign in to comment.