MacHu-GWU / uszipcode-project

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

Manassas Park, VA is included in Prince William County #38

Closed EvanBolt closed 3 years ago

EvanBolt commented 4 years ago

Describe the bug

When requesting the zip code for Manassas Park, it is listed as being in Prince William County, but it is an independent city in VA and not part of any county

To Reproduce

Steps to reproduce the behavior:

search = SearchEngine(simple_zipcode=True) zipcode = zip_search_engine.by_zipcode('20111').to_dict()

Expected behavior

Manassas Park should return as a county as well since it is an independent city.

MacHu-GWU commented 3 years ago

I cannot fix it on this level. But I do want to develop a way to improve single zipcode data error easily in next major release