File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ def convert_to_uint8(bands: ndarray, dtype: str | None) -> ndarray[uint8]:
275
275
def original_dtype (data_array : DataArray ) -> str | None :
276
276
"""Return the original input data's type.
277
277
278
- rastero_optn retains the input dtype in the encoding dictionary and is used
278
+ rastero_open retains the input dtype in the encoding dictionary and is used
279
279
to understand what kind of casts are safe.
280
280
281
281
"""
@@ -384,7 +384,7 @@ def standardize_raster_for_writing(
384
384
return raster [0 :3 , :, :], None
385
385
386
386
if driver == 'PNG' and band_count == 1 :
387
- # Only paletize single band input data that has been converted to an
387
+ # Only palettize single band input data that has been converted to an
388
388
# RGBA raster.
389
389
return palettize_raster (raster )
390
390
You can’t perform that action at this time.
0 commit comments