Skip to content

Commit 7fb7bcc

Browse files
committed
Docstring for raster reader about list of lists
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 5f97322 commit 7fb7bcc

File tree

1 file changed

+1
-1
lines changed
  • pyrasterframes/src/main/python/pyrasterframes

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/pyrasterframes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _raster_reader(
124124
125125
For more details and example usage, consult https://rasterframes.io/raster-read.html
126126
127-
:param source: a string, list of strings, a pandas DataFrame or a Spark DataFrame giving URIs to the raster data to read
127+
:param source: a string, list of strings, list of lists of strings, a pandas DataFrame or a Spark DataFrame giving URIs to the raster data to read
128128
:param catalog_col_names: required if source is a DataFrame or CSV string. It is a list of strings giving the names of columns containing URIs to read
129129
:param band_indexes: list of integers indicating which bands, zero-based, to read from the raster files specified; default is to read only the first band
130130
:param tile_dimensions: tuple or list of two indicating the default tile dimension as (columns, rows)

0 commit comments

Comments
 (0)