Skip to content

Commit c197273

Browse files
committed
Add is_no_data_tile to python API
Signed-off-by: Jason T. Brown <jason@astraea.earth>
1 parent d1c568e commit c197273

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyrasterframes/python/pyrasterframes/rasterfunctions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def _(data_tile, mask_tile, mask_value):
201201
'tile_to_array_int': 'Flattens Tile into an array of integers.',
202202
'tile_to_array_double': 'Flattens Tile into an array of doubles.',
203203
'cell_type': 'Extract the Tile\'s cell type',
204+
'is_no_data_tile': 'Report if the Tile is entirely NODDATA cells',
204205
'agg_approx_histogram': 'Compute the full column aggregate floating point histogram',
205206
'agg_stats': 'Compute the full column aggregate floating point statistics',
206207
'agg_mean': 'Computes the column aggregate mean',

0 commit comments

Comments
 (0)