How to get the bounding coordinates for a US postal(zip) code?

前端 未结 5 1225
眼角桃花
眼角桃花 2020-12-08 11:25

Is there a service/API that will take a postal/zip code and return the bounding(perimeter) coordinates so I can build a Geometry object in a MS SQL database?

By boun

5条回答
  •  北海茫月
    2020-12-08 11:55

    I think this is what you need it uses US Census as repository: US Zipcode Boundaries API: https://www.mashape.com/vanitysoft/boundaries-io

    Above API shows US Boundaries(GeoJson) by zipcode,city, and state. you should use the API programatically to handle large results.

    enter image description here

提交回复
热议问题