MacHu-GWU / uszipcode-project

USA zipcode programmable database, includes up-to-date census and geometry information.
MIT License
231 stars 49 forks source link

Virgin Island ZIP codes are not supported #60

Open cdonner opened 2 years ago

cdonner commented 2 years ago

Describe the problem

The census.gov link given as the data source does recognize zip codes for the Virgin Islands (e.g. '00823') but the module does not.

Sample code to reproduce the problem

zipper = SearchEngine()
zipper.by_state("VI")

Out[4]: []

Potential Solution

Are these zip codes excluded because of the 2 leading zeros, maybe? Can they be allowed into the database?

MacHu-GWU commented 2 years ago

@cdonner let me look into it. sorry for the delay reply.