Tagged Questions
5
votes
2answers
2k views
Converting from DMS to DD using Python in Field Calculator
I need to convert lat/long that is expressed as degrees, minutes, and seconds in the data into decimal degrees. For example, in the data, they are listed as N335042.06 in the Latitude column, and ...
4
votes
1answer
707 views
How to convert state name abbreviations to full names?
I have a data table with columns that includes city names (ex: San Jose) and state name abbreviations (ex: CA). Is there a way to define the state names as their full names (i.e., CA = California) and ...