I am using the following code:
x = POINT(-1.154321, 55.124412)
y = POINT(-1.2354352, 56.2345235)
distance = x.distance(y)
print(distance)
I am unsure what distance measurement is being used, but my distance is returning very small numbers e.g. 0.0.....
Is it possible to return KMs or Miles distance using shapely?