I have two points and their coordinates (lon and lat) expressed in EPSG:32632. I'd like to calculate the distance between them. In my case, distance is really very small.
I've tried to use Euclidean distance but I'm not sure if it is the correct approach. I've seen other approaches such as Haversine formula.
I need to do this in a Python script.