Dear,
I currently work with ArcGIS 9.3 desktop and have two database layers, have overlayed them using the intersect tool and needed to calculate the new shape areas but have encountered some problems to which I cannot find a solution 🙂
The first dataset I am working with is one with the European regions (NUTS3), the second dataset shows the different variables for soil parameters in Europe and wanted to link both files and know which European region has which soil parameters. I used the tool intersect. Since there are many different soil parameters, the original European regions have now been subdivided into several smaller regions. As a test I summed up the shape areas of the smaller regions, which would need to be equal as the larger European region. However this was not the case. I tried using the calculate geometry tool and ArcGIS mentioned that I needed to use a Projected Coordinate System (PCS) instead of a Geographic Coordinate System (GCS) in order to perform the calculate geometry.
So, I adapted the coordinate system from WGS to UTM (Layer properties>Coordinate system>predefined>projected coordinate system>UTM) However, there does not seems to be one projection system for the whole of Europe, as the UTM zones are determined for smaller regions and not for Europe as a whole? This is I think the first problem.
Then, when I chose a UTM zone (WGS 1984 UTM zone 31S for example) ArcGIS did calculate the shape areas for the whole of Europe (again using the calculate geometry tool) but again the sum of the smaller regions did not sum up to the total area of the whole region.
Does anyone know what mistake I am making?