I have latitude and longitude coordinates in two separate arrays: How can I easily find all possible points made up of these coordinates? I’ve been messing around with itertools.combinations: but this doesn’t work for me because the points (71,75) and (43,42) are latitude/latitude and longitude/longitude pairs. What I would like to have is this: The a and b arrays will
Tag: coordinates
calculating a gps coordinate given a point, bearing and distance
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. lat, lon are the center GPS cords of the polygon and I’m looking for its surrounding polygon. here is a part of my code in python: my input