Looking for tool to calculate difference in attribute values

594
2
Jump to solution
10-07-2019 10:18 AM
MalcolmLittle
New Contributor III

Hello,

I have two feature classes of hexagonal polygons, both derived from a universal coverage of hexagons, both containing values for the exact same attribute.

What I'd like to do is create a new polygon feature class that contains the difference in absolute value for the attribute for each hexagon. E.g. a Manhattan polygon containing the 1990 population attribute (1,487,536) compared to a Manhattan polygon containing the 2010 population attribute (1,585,873) outputs to a third Manhattan polygon containing the difference in population (98,337).

Looking for a tool or function that performs this kind of Feature math (akin to Raster Math).

0 Kudos
1 Solution

Accepted Solutions
GeoJosh
Esri Regular Contributor

Hi Malcolm,

Do both feature classes have a unique identifier? If so, you should be able to join the two feature classes based on that field, export it to a new feature class, create a new field, and use the field calculator the find the difference in values.

Best,
Josh

View solution in original post

2 Replies
GeoJosh
Esri Regular Contributor

Hi Malcolm,

Do both feature classes have a unique identifier? If so, you should be able to join the two feature classes based on that field, export it to a new feature class, create a new field, and use the field calculator the find the difference in values.

Best,
Josh

DanPatterson_Retired
MVP Emeritus

And if you really need the 3rd featureclass... export the resultant as the difference featureclass