Description Usage Arguments Value See Also Examples
Calculates the maximum value of a field for a set of data-Point's within a set of data-Polygon's.
1 |
polygons |
a |
points |
a |
in_field |
(character) the field in input data to analyze |
out_field |
(character) the field in which to store results |
lint |
(logical) Lint or not. Uses geojsonhint. Takes up increasing
time as the object to get linted increases in size, so probably use by
default for small objects, but not for large if you know they are good
geojson objects. Default: |
A FeatureCollection of data-Polygon features with
properties listed as out_field
.
Other aggregations:
lawn_average()
,
lawn_collect()
,
lawn_count()
,
lawn_deviation()
,
lawn_median()
,
lawn_min()
,
lawn_sum()
,
lawn_variance()
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.