Hi all,
I have a US zip code (USPS) csv/excel file and want to create a polygon map using API for JavaScript or API for Python. I know US Census Bureau has ZCTAs shapefiles available to merge data, but my zip code file is USPS zip code, which has some differences with ZCTAs.
What would be best way to convert my csv/excel file into a shapefile and present as polygons on map?
Thanks in advance