2015-06-11 12:02:27 +10:00
|
|
|
{
|
2015-09-20 17:12:43 +02:00
|
|
|
"name": "y_min",
|
|
|
|
"type": "function",
|
2020-07-02 01:46:48 +01:00
|
|
|
"groups": ["GeometryGroup"],
|
2015-06-11 12:02:27 +10:00
|
|
|
"description": "Returns the minimum y coordinate of a geometry. Calculations are in the spatial reference system of this geometry.",
|
2022-01-07 08:33:29 -05:00
|
|
|
"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"]
|
2015-06-11 12:02:27 +10:00
|
|
|
}
|