I have an attribute table with 2883 rows which are the OA of Leicestershire with their Easting and Northing column. I have four more columns in the attribute table (four land use classes) that carry the population density of each land use class in each OA (i.e. 4*2883=11532 cells).
I want to create a polygon shapefile with 11532 polygons which every polygon's attribute is the population density mentioned in the original attribute table (it should be a table with 11532 rows and three columns of Easting, Northing and population density).
Does any one know how to sort this problem out?