xy_vector

xy_vector(gpt_x, gpt_y)

Combines two single-parameter Geopoints into a new Geopoints of ‘xy_vector’ type.

Parameters
  • gpt_x (Geopoints) – geopoints containing the x component values

  • gpt_y (Geopoints) – geopoints containing the y component values

Return type

Geopoints of ‘xy_vector’ type.

gpt_x and gpt_y should contain the same number of points.