I have a shape file with many short hiking routes. In the attribute table there is a column with the length of each route in meters. I would like to add a column with the number of miles for each route so I can label each route with the number of miles.
I am using ArcGIS for Desktop Advanced and ArcMap. Can I do this with ArcMap?
Solved! Go to Solution.
Even better
1) Add New Field "Len_mile"
2) Right-click the field > Calculate Geometry
3) Select Length as the parameter and "Miles" in unit (Need to use a Pojected Coordinate System)
Hi Rick,
First you will want to Add a new Field:
Add Field—Help | ArcGIS for Desktop
Click on the icon in the upper left corner of your attribute table and choose Add Field:
Give the field a name and you will likely want to select double or float for the data type.
Then, you will want to calculate this field by right clicking on the column header and choosing Field Calculator...:
Here, you can put in the equation for meters to miles. Likely something like this:
With 0.000621371 as your conversion factor or so.
Thank you so much for your help. I won't be at my desk for another four hours but I can't wait to try these solutions.
Even better
1) Add New Field "Len_mile"
2) Right-click the field > Calculate Geometry
3) Select Length as the parameter and "Miles" in unit (Need to use a Pojected Coordinate System)
Hmmm, yeah that is simpler. I like that one! (I forget there are some many different ways to do everything in ArcGIS!).
I just did did the steps as described and it worked perfectly. So easy! Thank you so much for your help.
I tried this, but for parameter I'm only able to pull up the entire attribute table not the individual field I'm trying to convert. Help please!