I am calculating land use %ages in a grid. I have a 1km grid overlaying a landcover polygon map and am simply calculating the &age of each 1km grid square that belongs to a particular land cover type. So far so good.
I have around 16 land cover types and each 1km grid square may have 1, 2 or even up to 12 land cover types in it. Thing is, I want the calculated area for a land cover type in a grid square to automatically populate the correct attribute column, i.e. go to the correct column based on matching name.
I tried a list but as different land cover types exist in different grid squares, the position in the list does not always define the same land cover type. Any help?
thanks