Skip to content

Commit

Permalink
Merge pull request #474 from databrickslabs/param-resolution
Browse files Browse the repository at this point in the history
fix param name "resolution"
  • Loading branch information
Milos Colic authored Dec 1, 2023
2 parents 7832576 + f764776 commit 08fb2ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/api/raster-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ rst_rastertogridavg

:param tile: A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.
:type col: Column (RasterTileType)
:param raster: A resolution of the grid index system.
:param resolution: A resolution of the grid index system.
:type col: Column (IntegerType)
:rtype: Column: ArrayType(ArrayType(StructType(LongType|StringType, DoubleType)))

Expand Down Expand Up @@ -1314,7 +1314,7 @@ rst_rastertogridcount

:param tile: A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.
:type col: Column (RasterTileType)
:param raster: A resolution of the grid index system.
:param resolution: A resolution of the grid index system.
:type col: Column (IntegerType)
:rtype: Column: ArrayType(ArrayType(StructType(LongType|StringType, DoubleType)))

Expand Down Expand Up @@ -1391,7 +1391,7 @@ rst_rastertogridmax

:param tile: A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.
:type col: Column (RasterTileType)
:param raster: A resolution of the grid index system.
:param resolution: A resolution of the grid index system.
:type col: Column (IntegerType)
:rtype: Column: ArrayType(ArrayType(StructType(LongType|StringType, DoubleType)))

Expand Down Expand Up @@ -1468,7 +1468,7 @@ rst_rastertogridmedian

:param tile: A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.
:type col: Column (RasterTileType)
:param raster: A resolution of the grid index system.
:param resolution: A resolution of the grid index system.
:type col: Column (IntegerType)
:rtype: Column: ArrayType(ArrayType(StructType(LongType|StringType, DoubleType)))

Expand Down Expand Up @@ -1545,7 +1545,7 @@ rst_rastertogridmin

:param tile: A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.
:type col: Column (RasterTileType)
:param raster: A resolution of the grid index system.
:param resolution: A resolution of the grid index system.
:type col: Column (IntegerType)
:rtype: Column: ArrayType(ArrayType(StructType(LongType|StringType, DoubleType)))

Expand Down

0 comments on commit 08fb2ab

Please sign in to comment.