From 497c9856a8edfd790cb5df60bbe1014681271085 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 1 Dec 2023 09:27:23 +0000 Subject: [PATCH] Add changes for 08fb2abf4db295a8f5e4057f7f3930ba97937879 --- _sources/api/raster-functions.rst.txt | 10 +++++----- api/raster-functions.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_sources/api/raster-functions.rst.txt b/_sources/api/raster-functions.rst.txt index 35f3d3e86..fed77f8a4 100644 --- a/_sources/api/raster-functions.rst.txt +++ b/_sources/api/raster-functions.rst.txt @@ -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))) @@ -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))) @@ -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))) @@ -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))) @@ -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))) diff --git a/api/raster-functions.html b/api/raster-functions.html index 38e11ccfd..db51afa71 100644 --- a/api/raster-functions.html +++ b/api/raster-functions.html @@ -1428,7 +1428,7 @@

rst_rastertogridavgParameters
  • tile – A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.

  • -
  • raster – A resolution of the grid index system.

  • +
  • resolution – A resolution of the grid index system.

Return type
@@ -1509,7 +1509,7 @@

rst_rastertogridcountParameters
  • tile – A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.

  • -
  • raster – A resolution of the grid index system.

  • +
  • resolution – A resolution of the grid index system.

Return type
@@ -1590,7 +1590,7 @@

rst_rastertogridmaxParameters
  • tile – A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.

  • -
  • raster – A resolution of the grid index system.

  • +
  • resolution – A resolution of the grid index system.

Return type
@@ -1671,7 +1671,7 @@

rst_rastertogridmedianParameters
  • tile – A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.

  • -
  • raster – A resolution of the grid index system.

  • +
  • resolution – A resolution of the grid index system.

Return type
@@ -1752,7 +1752,7 @@

rst_rastertogridminParameters
  • tile – A column containing the raster tile. For < 0.3.11 string representing the path to a raster file or byte array.

  • -
  • raster – A resolution of the grid index system.

  • +
  • resolution – A resolution of the grid index system.

Return type