Firstly, many thanks to all of you who have been helping me greatly, just can say THANKS. Secondly...I have a new question. I have an attribute table with 2883 rows which are the OA of Leicestershire with their easting and northing column. I have 4 more columns in the attribute table(4 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 creat a popygon shape file with 11532 polygons which every polygon's attribute is the population density mentioned in the original attribute table(it shoul 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? I do appreciate. THANKS!!!I look forward to your help...
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
Is the idea to convert points to polygons? If you have ArcInfo, you could use the "Create Thiessen Polygons" tool. |
|||
|
|
|
In QGIS, you could create a polygon grid and then join the point attributes to the polygon grid based on location. |
|||
|
|
|
Or do you need to create spatial data from a non-spatial table? The 2DPointReplacer and PointConnector transformers in FME/Data Interoperability Extension will do this quite simply. |
|||
|
|