Select to view content in your preferred language

Help displaying ZIP code outlines in ArcGIS Pro (new to GIS)

185
3
Jump to solution
a week ago
Patrick_Gar
New Contributor
Hi everyone,

Apologies in advance if this is too basic a question for this forum/posted in the wrong place — I'm completely new to GIS and have been asked to use our ArcGIS Pro account to complete the following:

I have a CSV file containing 77 ZIP codes, each with X and Y coordinates that I believe represent the centroid of each location.

What I need to do is display the outlines of these ZIP codes on a map.

I’ve spent a full day trying to figure this out via YouTube videos, but I'm still stuck. I think I need to use a map with polygons, which I've found called zip_poly.

But actually doing a join to just get the zips I care about to show up on the map is where I'm stuck. Or perhaps what I'm trying is not the correct way to go about it. 

Any guidance would be hugely appreciated! 

Thanks in advance.
Patrick
0 Kudos
1 Solution

Accepted Solutions
Eugene_Adkins
Frequent Contributor

Add this layer into your map via the "add data" and then "data from path".

United States ZIP Code Boundaries - Overview

It's a zip code layer from ESRI. If you have an existing point layer from your CSV, you can use the "select by location" tool to select the zip code polygons based on them containing the centroid point layer. From there, simply export the features from the selection into a new layer and you'll have your specified polygons. This will probably be one of the quicker options with your existing data.

Hope that helps.

View solution in original post

3 Replies
Eugene_Adkins
Frequent Contributor

Add this layer into your map via the "add data" and then "data from path".

United States ZIP Code Boundaries - Overview

It's a zip code layer from ESRI. If you have an existing point layer from your CSV, you can use the "select by location" tool to select the zip code polygons based on them containing the centroid point layer. From there, simply export the features from the selection into a new layer and you'll have your specified polygons. This will probably be one of the quicker options with your existing data.

Hope that helps.

Patrick_Gar
New Contributor

That worked! Thanks so much @Eugene_Adkins  and @BobBooth1

0 Kudos
BobBooth1
Esri Regular Contributor

You can make a point layer for the zip centroids from the table using the XY Table to Point tool.

https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm

You can use that as the point layer for selecting the polygons as Eugene suggested.