xy_vector =========== .. py:function:: xy_vector(gpt_x, gpt_y) Combines two single-parameter :class:`Geopoints` into a new :class:`Geopoints` of 'xy_vector' type. :param gpt_x: geopoints containing the x component values :type gpt_x: :class:`Geopoints` :param gpt_y: geopoints containing the y component values :type gpt_y: :class:`Geopoints` :rtype: :class:`Geopoints` of 'xy_vector' type. ``gpt_x`` and ``gpt_y`` should contain the same number of points. .. mv-minigallery:: xy_vector