Skip to content

Commit e8e250b

Browse files
committed
Revert "add white image explanation"
This reverts commit 57cde08.
1 parent 57cde08 commit e8e250b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/docs/raster-write.pymd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spark = pyrasterframes.get_spark_session()
1515

1616
When collecting a _tile_ (see discussion of the RasterFrame @ref:[schema](raster-read.md#single-raster) for orientation to the concept) to the Python Spark driver, we have some convenience methods to quickly visualize the _tile_.
1717

18-
In an IPython or Jupyter interpreter, a `Tile` object will be displayed as an image with limited metadata. In the example below, the displayed tile is mostly white due to cloud cover.
18+
In an IPython or Jupyter interpreter, a `Tile` object will be displayed as an image with limited metadata.
1919

2020
```python tile_sample
2121
def scene(band):

0 commit comments

Comments
 (0)