Select to view content in your preferred language

Attribute table

2706
2
10-07-2015 06:13 PM
JenTaylor1
New Contributor

​I have a shape file for land use coverage and it only has the grid IDs in the attribute table but I need the land use names to be associated with the grid ID. I need to assign each ID a name but there is over 7000 records. I am wondering how I would go about doing this. For example if grid ID 1 is open space how do I get that to show up in the attribute table without copy and pasting for each record. Any help would be appreciated. Thank you in advance!

0 Kudos
2 Replies
OwenEarley
Regular Contributor

If there are only a limited number of different land uses then:

  1. Create a new field in your shapefile to hold the text values.
  2. Use Select by Attributes to select all features with ID = 1
  3. Right-click on your new field and Field Calculator to set the value to "Open Space"
  4. Repeat 2 and 3 for all of the other land use types

Alternatively, if you have table containing your id values and descriptions then you could join the data and calculate them all at once.

JenTaylor1
New Contributor

Thanks! Appreciate your help!:)

0 Kudos