Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
492 B
Plaintext
Raw Permalink Normal View History

{
"name": "y_min",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["GeometryGroup"],
"description": "Returns the minimum y coordinate of a geometry. Calculations are in the spatial reference system of this geometry.",
"arguments": [{
"arg": "geometry",
"description": "a geometry"
}],
"examples": [{
"expression": "y_min( geom_from_wkt( 'LINESTRING(2 5, 3 6, 4 8)') )",
"returns": "5"
}],
"tags": ["coordinate", "spatial", "reference", "calculations", "system", "minimum"]
}