Skip to content

Commit

Permalink
deploy: 4d05f18
Browse files Browse the repository at this point in the history
  • Loading branch information
jdroenner committed May 23, 2024
1 parent 1d3ae62 commit fd94f44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions operators/temporalrasteraggregation.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ <h3 id="aggregation"><a class="header" href="#aggregation">Aggregation</a></h3>
<tr><td><code>first</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>first encountered value</td></tr>
<tr><td><code>last</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>last encountered value</td></tr>
<tr><td><code>mean</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>mean value</td></tr>
<tr><td><code>percentileEstimate</code></td><td><code>ignoreNoData</code>: <code>bool</code>, <code>percentile</code>: <code>number</code> in <code>(0, 1)</code></td><td>computes a percentile estimate using the <a href="https://www.cs.wustl.edu/%7Ejain/papers/ftp/psqr.pdf"></a> method</td></tr>
<tr><td><code>sum</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>sum of the values</td></tr>
<tr><td><code>count</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>count the number of values</td></tr>
</tbody></table>
Expand Down
1 change: 1 addition & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1502,6 +1502,7 @@ <h3 id="aggregation"><a class="header" href="#aggregation">Aggregation</a></h3>
<tr><td><code>first</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>first encountered value</td></tr>
<tr><td><code>last</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>last encountered value</td></tr>
<tr><td><code>mean</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>mean value</td></tr>
<tr><td><code>percentileEstimate</code></td><td><code>ignoreNoData</code>: <code>bool</code>, <code>percentile</code>: <code>number</code> in <code>(0, 1)</code></td><td>computes a percentile estimate using the <a href="https://www.cs.wustl.edu/%7Ejain/papers/ftp/psqr.pdf"></a> method</td></tr>
<tr><td><code>sum</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>sum of the values</td></tr>
<tr><td><code>count</code></td><td><code>ignoreNoData</code>: <code>bool</code></td><td>count the number of values</td></tr>
</tbody></table>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit fd94f44

Please sign in to comment.