spherely.get_y

Contents

spherely.get_y#

spherely.get_y(geography, /)#

Returns the latitude value of the Point (in degrees).

Parameters:

geography (Geography or array_like) – POINT Geography object(s).

Returns:

float or array – Latitude coordinate value(s).

Returns:

dimensions (int or array) – The inherent dimension is 0 for points, 1 for linestrings and 2 for polygons. For geometrycollections it is either the max of the containing elements or -1 for empty collections.