From TheyWorkForYou: "This currently includes, for Great Britain, the latitude and longitude of the centre point of the bounding box of the constituency, its area in square meters, the bounding box itself and the number of parts in the polygon that makes up the constituency. For Northern Ireland, as we don't have any better data, it only returns an approximate (estimated by eye) latitude and longitude for the constituency's centroid."

getGeometry(name)

Arguments

name

Name of constituency

Value

A data.frame with columns

  • parts number of connected parts of the constituency

  • area area in square meters

  • min_lat minimum latitude in the constituency

  • centre_lat latitude of the central point of the constituency

  • max_lat maximum latitude in the constituency

  • min_long minimum longitude in the constituency

  • centre_long longitude of the central point of the constituency

  • max_long maximum longitude in the constituency

  • srid_n

  • min_e

  • centre_e

  • max_e

  • min_n

  • centre_n

  • max_n