Skip to content

Commit 1f00be3

Browse files
committed
codestyle
1 parent dddff3b commit 1f00be3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

geoengine/raster_workflow_rio_writer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,11 @@ def __create_new_dataset(self, query: QueryRectangle):
176176
self.current_dataset = rio_dataset
177177

178178
async def query_and_write(self, query: QueryRectangle, skip_empty_times=True):
179-
'''
179+
'''
180180
Query the raster workflow and write the resulting tiles to a GDAL dataset per timeslice.
181181
182182
:param query: The QueryRectangle to write to GDAL dataset(s)
183183
:param skip_empty_times: Skip timeslices where all pixels are empty/nodata
184-
185184
'''
186185

187186
self.create_tiling_geo_transform_width_height(query)

0 commit comments

Comments
 (0)