Skip to content

Commit fd9565c

Browse files
committed
raster writer: add 's'
1 parent ace3d6c commit fd9565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoengine/raster_workflow_rio_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __create_new_dataset(self, query: QueryRectangle):
171171
for i, b in enumerate(self.bands, start=1):
172172
b_n = b.name
173173
b_m = str(b.measurement)
174-
rio_dataset.update_tag(i, band_name=b_n, band_measurement=b_m)
174+
rio_dataset.update_tags(i, band_name=b_n, band_measurement=b_m)
175175

176176
self.current_dataset = rio_dataset
177177

0 commit comments

Comments
 (0)