Relate multiple rows of data to a single point

1162
2
04-20-2021 06:35 AM
Labels (2)
TimSolomonson
New Contributor II

I have a City's point file for MN, ND, SD, IA, and WI.  I want to create a relationship between it and an excel table that has multiple rows of data related to some cities (ex: Minneapolis) and one or no for others.  I'm hoping to us it to generate 'heat maps' and sum value maps where row values match to points.  What's the best process for this?  Points file is in a gdb, excel table is not.

0 Kudos
2 Replies
jcarlson
MVP Esteemed Contributor

On the ribbon, go to Data → Relates → Add Relate. You can also find this by right-clicking the layer in the Contents pane.

jcarlson_0-1618926738710.png

 

This creates a sort of ad-hoc relate that's specific to the map (as opposed to a true Relationship Class). It can be between any two layers, provided they have a field in common for the relate to work.

- Josh Carlson
Kendall County GIS
curtvprice
MVP Esteemed Contributor

I suggest running summary statistics on the excel table, output to a gdb table. Use city code as a case field so you will have one row per city points, choosing the stats you want.

Then Add Join to add the summary table fields to your point table. Some of these (no matches) will have NoData values, you can use the option on the Add Join tool to leave no-matches out of the table.

Then you can go ahead and use your tools to make a map, do analysis etc. as the the fields you want will be available in the point table.

0 Kudos