Skip to content

Commit dddff3b

Browse files
committed
more docs
1 parent fd9565c commit dddff3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

geoengine/raster_workflow_rio_writer.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,13 @@ 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-
''' Query the raster workflow and write the tiles to the dataset.'''
179+
'''
180+
Query the raster workflow and write the resulting tiles to a GDAL dataset per timeslice.
181+
182+
:param query: The QueryRectangle to write to GDAL dataset(s)
183+
:param skip_empty_times: Skip timeslices where all pixels are empty/nodata
184+
185+
'''
180186

181187
self.create_tiling_geo_transform_width_height(query)
182188

0 commit comments

Comments
 (0)