ThinkGeo.com    |     Documentation    |     Premium Support

Shape file needed for US states

Dear Support Team,



Currently I am working on WPF Desktop Edition with various shapefiles. I got US states with county borders shape files to work and now I need US states map with ZIP Code borders, each state with zip code border.



Could you please help where I can get the shape files?



Also it would be great if one state file has both county and ZIP Code border, else atleast state shape file with zip code border would be fine



Thanks in advance



Regards,

Prakash Bala

Hi Prakash, 



We can download the zip code area shape files from Census of United States. Please refer to census.gov/cgi-bin/geo/shapefiles2013/main and then select the “ZIP Code Tobulatin Areas” option. All of the files can be free downloaded. 



Thanks, 

Johnny

Hi Prakash, 
  
 Sorry that we don’t have any data like this, but you can download the required data from the US Census website, please navigate to census.gov/cgi-bin/geo/shapefiles2013/main, and then select the ZIP Code as the download layer to get it. 
  
 Thanks, 
 Johnny

Thanks for your time John. I downloaded the file before and have all the ZIP code with US Map. I need to show the ZIP codes based on the State.

In this shape file it does not contain the state information also. Is there any other way to show the ZIP Codes for  a particular State.?



Need to show each state with ZIP code borders and not all the states.



Thanks



Regards,

Prakash Bala 

Hi Prakash, 
  
 Sorry that we don’t have this kind of data, but it can be available by dealing with these shapefiles using our products, following are the steps: 
  
 1. Load the states shapefile into a ShapeFileFeatureSource. 
 2. Load the zipCode shapefile into another ShapeFileFeatureSource. 
 3. Using method “GetAllFeatures” to get all the features of the StateShapeFileFeatureSource, and then loop all the features (states) in the StateShapeFile, and in the loop, use each item( here should be the each state) to do the query with the ZipCodeShapeFileFeatureSource. and then get all the zip code from the ZipCodeShapeFileFeatureSource. 
 4. Select the information you need from the queried features, and save them into a new shapefile. 
  
 Hope it helps. 
  
 Thanks, 
 Johnny

Dear Support Team, 
  
 Is is possible to have State shape files with ZIP CODE bordered now. Any update from Thinkgeo or census to achieve this? 
 It would be great if you update me with shape files availability for each state with ZIP CODE border 
  
 Thanks in advance 
  
 Regards, 
 Prakash Bala

Hi Parakash,



I did some searches for you but all I can get is the whole US zipcode, you can download it from Census 2015 data ftp://ftp2.census.gov/geo/tiger/TIGER2015/ZCTA5/



I downloaded it and checked it columns, unfortunately, there is no such a state number column show which states it belongs. But I have an idea that we can download a US states shape file and then loop all the zip records from the above shape files, then check the boundary to see which state they are interacted or is contained. Then sort the zipcodes out by this state shape file.



Just let you know may be there are some business data can do this but I just didn’t find out.



Thanks,



Troy


Thank you Troy. 
 Yeah, I do have the list of ZIP codes for each stated and will display the data based on the selected state only. So this should work for me. 
 Let me try and get back to you if further assistance needed. 
  
 Thanks again for your time 
  
 Regards, 
 Prakash Bala

Parkash, 
  
 You’re welcome, and please feel free to let us know if any questions. 
  
 Thanks, 
  
 Troy