Skip to content

Commit 73be68c

Browse files
committed
Fix nodata doc
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 49cc14b commit 73be68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/docs/nodata-handling.pymd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Drawing on @ref:[local map algebra](local-algebra.md) techniques, we will create
105105
```python, def_mask
106106
from pyspark.sql.functions import lit
107107

108-
mask = unmasked.withColumn('mask', rf_local_is_in('scl', [0, 1, 8, 9, 10])
108+
mask = unmasked.withColumn('mask', rf_local_is_in('scl', [0, 1, 8, 9, 10]))
109109

110110
cell_types = mask.select(rf_cell_type('mask')).distinct()
111111
cell_types

0 commit comments

Comments
 (0)