Skip to content
Advertisement

Tag: projection

Python: Convert map in kilometres to degrees

I have a pandas Dataframe with a few million rows, each with an X and Y attribute with their location in kilometres according to the WGS 1984 World Mercator projection (created using ArcGIS). What is the easiest way to project these points back to degrees, without leaving the Python/pandas environment? Answer Many years later, this is how I would do

Advertisement