Mingridvalue (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Param TQL | {{Param TQL| | ||
<onlyinclude> | <onlyinclude> | ||
{{Param TQL|tabletype=row| | {{Param TQL|tabletype=row|param=MINGRIDVALUE|value=decimal|description=Only include [[Grid Overlay]] cells that have a value larger than or equal to the one specified|limits_search_polygon=true|}} | ||
</onlyinclude> | </onlyinclude> | ||
}} | }} | ||
====Available for==== | ====Available for==== | ||
<div style="column-count:3"> | |||
*[[Select floorsize (TQL)]] | *[[Select floorsize (TQL)]] | ||
*[[Select gridarea (TQL)]] | |||
*[[Select gridavg (TQL)]] | |||
*[[Select gridmin (TQL)]] | |||
*[[Select gridmax (TQL)]] | |||
*[[Select gridstdev (TQL)]] | |||
*[[Select gridvolume (TQL)]] | |||
*[[Select height (TQL)]] | |||
*[[Select landpolygons (TQL)]] | |||
*[[Select landsize (TQL)]] | |||
*[[Select lotpolygons (TQL)]] | |||
*[[Select lotsize (TQL)]] | |||
*[[Select name (TQL)]] | |||
*[[Select units (TQL)]] | |||
*[[Update building attribute (TQL)]] | |||
</div> | |||
{{article end | {{article end | ||
Latest revision as of 09:01, 9 June 2026
| Param | Value | Description | Limits search polygon |
|---|---|---|---|
| MINGRIDVALUE | decimal | Only include Grid Overlay cells that have a value larger than or equal to the one specified | true |
Available for
- Select floorsize (TQL)
- Select gridarea (TQL)
- Select gridavg (TQL)
- Select gridmin (TQL)
- Select gridmax (TQL)
- Select gridstdev (TQL)
- Select gridvolume (TQL)
- Select height (TQL)
- Select landpolygons (TQL)
- Select landsize (TQL)
- Select lotpolygons (TQL)
- Select lotsize (TQL)
- Select name (TQL)
- Select units (TQL)
- Update building attribute (TQL)
Notes
- This clause restricts the TQL query polygon by creating squares for the included grid cells.
- Note that this parameter includes the specified value, opposite to Maxgridvalue (TQL Param)
See also