Skip to content
Advertisement

Tag: latitude-longitude

Python Geo-Spatial Coordinate Format Conversion

I have a dataframe containing 6 columns of coordinate pairs: (for both latitude and longitude). This is known as the NAD83 format. I want to convert these into a new dataframe of only 2 columns in decimal format, known as NAD27. The library I typically use, geopy supports virtually every format, so there actually isn’t a dedicated conversion function. I

Advertisement