I have a problem which draws my back in some project for some time now.
I\'m basically looking to trap a polygon using x,y points drawn by some script I\'ve written. lat1
eumiro your code result is Too many values to unpack how fix this
Too many values to unpack
from geopy import Point from geopy.distance import distance, VincentyDistance # given: lat1, lon1, bearing, distMiles lat2, lon2 = VincentyDistance(miles=9.32057).destination(Point(52.20444, 0.3605$ print lat2, lon2