Select to view content in your preferred language

How do I map percentages within a polygon??

368
2
04-10-2025 02:08 PM
Labels (1)
ErinMara
Occasional Contributor

ArcGIS Pro v3.1

I have fertilizer usage data and want to visualize it at the county level.  I've already calculated percentages of fertilizer type for each county (ie, each county is a whole unit with different types of fertilizer applied to different areas making the contributing percentage), but using a pie chart visualization gets really messy on a web map. I'd like to either make the pie chart fit to the county polygons (so it scales with the map during review) or fill each polygon with a percentage of different colors as specified in the table. I can't be the first person to want this, but I must not be using the right search words!

0 Kudos
2 Replies
DavidPike
MVP Notable Contributor

What does the table look like (how many variables)?

1 variable - Choropleth works great (but it seems you have more than 1 fertilizer type)

2 or multiple variables - Bivariate or Multivariate Choropleth?  Although Bivariate is probably the limit of easy conceptualisation for viewers.

0 Kudos
DavidPike
MVP Notable Contributor

Also you could possibly use the following tools.  Find the lowest common denominator, divide by that then merge the strips accordingly.  Manual, but may work depending on how many polygons you have.  I'd do a search for python scripts that do it all for you, some enterprising individual has probably done it already.

Subdivide Polygon (Data Management)—ArcGIS Pro | Documentation
Divide a polygon by a value—ArcGIS Pro | Documentation

0 Kudos