I have a field in my attribute table that is land ownership. That field is populated with all different types of ownership but there are redundencies that are just labled differently. Ex. Parks & Recreation AND Parks and Recreation. How do I combine these values within the table without creating a new layer or using dissolve?
Asked
Active
Viewed 94 times
-3
-
4Hi. Welcome to GIS.stackexchange. Can you please edit the question to let us now the software you are using? – Devdatta Tengshe Mar 15 '13 at 01:49
1 Answers
2
I don't know of a good way to automate this, so hopefully you're not looking to do this for dozens of duplicate values :-)
- Use Select by Attribute to chose the values you want to change (for example, all instances of "Parks & Recreation")
- Use Field Calculator to set them to a new value (e.g., "Parks and Recreation")
(I am assuming you are using ArcMap, but the answer probably applies similarly to other GIS systems.)
Erica
- 8,974
- 4
- 34
- 79
-
1Probably you can start with QGIS - http://www.qgis.org/ - it's FREE. It's help me a lot with managing attributes & it's data. – nasrulhazim Mar 15 '13 at 03:03
-
@Pat This may be an aside but you can also set up a Domain for your field and then Validate the field to find values that are invalid. My comment applies to ArcGIS for Desktop. Please try to always mention the software and version you are using. – PolyGeo Mar 15 '13 at 03:09