We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c568e commit c197273Copy full SHA for c197273
1 file changed
pyrasterframes/python/pyrasterframes/rasterfunctions.py
@@ -201,6 +201,7 @@ def _(data_tile, mask_tile, mask_value):
201
'tile_to_array_int': 'Flattens Tile into an array of integers.',
202
'tile_to_array_double': 'Flattens Tile into an array of doubles.',
203
'cell_type': 'Extract the Tile\'s cell type',
204
+ 'is_no_data_tile': 'Report if the Tile is entirely NODDATA cells',
205
'agg_approx_histogram': 'Compute the full column aggregate floating point histogram',
206
'agg_stats': 'Compute the full column aggregate floating point statistics',
207
'agg_mean': 'Computes the column aggregate mean',
0 commit comments