Skip to content

Commit

Permalink
Add changes for 08fb2ab
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 1, 2023
1 parent 9dc6f44 commit 497c985
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions _sources/api/raster-functions.rst.txt
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
10 changes: 5 additions & 5 deletions api/raster-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ <h3>rst_rastertogridavg<a class="headerlink" href="#rst-rastertogridavg" title="
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>tile</strong> – A column containing the raster tile. For &lt; 0.3.11 string representing the path to a raster file or byte array.</p></li>
<li><p><strong>raster</strong> – A resolution of the grid index system.</p></li>
<li><p><strong>resolution</strong> – A resolution of the grid index system.</p></li>
</ul>
</dd>
<dt class="field-even">Return type</dt>
Expand Down Expand Up @@ -1509,7 +1509,7 @@ <h3>rst_rastertogridcount<a class="headerlink" href="#rst-rastertogridcount" tit
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>tile</strong> – A column containing the raster tile. For &lt; 0.3.11 string representing the path to a raster file or byte array.</p></li>
<li><p><strong>raster</strong> – A resolution of the grid index system.</p></li>
<li><p><strong>resolution</strong> – A resolution of the grid index system.</p></li>
</ul>
</dd>
<dt class="field-even">Return type</dt>
Expand Down Expand Up @@ -1590,7 +1590,7 @@ <h3>rst_rastertogridmax<a class="headerlink" href="#rst-rastertogridmax" title="
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>tile</strong> – A column containing the raster tile. For &lt; 0.3.11 string representing the path to a raster file or byte array.</p></li>
<li><p><strong>raster</strong> – A resolution of the grid index system.</p></li>
<li><p><strong>resolution</strong> – A resolution of the grid index system.</p></li>
</ul>
</dd>
<dt class="field-even">Return type</dt>
Expand Down Expand Up @@ -1671,7 +1671,7 @@ <h3>rst_rastertogridmedian<a class="headerlink" href="#rst-rastertogridmedian" t
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>tile</strong> – A column containing the raster tile. For &lt; 0.3.11 string representing the path to a raster file or byte array.</p></li>
<li><p><strong>raster</strong> – A resolution of the grid index system.</p></li>
<li><p><strong>resolution</strong> – A resolution of the grid index system.</p></li>
</ul>
</dd>
<dt class="field-even">Return type</dt>
Expand Down Expand Up @@ -1752,7 +1752,7 @@ <h3>rst_rastertogridmin<a class="headerlink" href="#rst-rastertogridmin" title="
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>tile</strong> – A column containing the raster tile. For &lt; 0.3.11 string representing the path to a raster file or byte array.</p></li>
<li><p><strong>raster</strong> – A resolution of the grid index system.</p></li>
<li><p><strong>resolution</strong> – A resolution of the grid index system.</p></li>
</ul>
</dd>
<dt class="field-even">Return type</dt>
Expand Down

0 comments on commit 497c985

Please sign in to comment.