I have a series of Coordinates in standard LAT/LONG format. I would like to plot them on a X-Y axis using a meter scale.
Ideally I would find the most southern eastern point and use it as origin. I found online the library "pyproj" and I would like to use "pyproj.Proj" to perform the conversion. However, I cannot find clear explanations of how to use this function. I was wondering if anyone dealt with the same task and could provide me with an example.