MacHu-GWU / uszipcode-project

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

Missing longitude & latitude for Toledo, OH 43660 #15

Closed harrymattison closed 3 years ago

harrymattison commented 5 years ago

Thanks for this good tool. Please add the longitude and latitude data for Toledo, OH.

by_zipcode(43660)

43660 SimpleZipcode(zipcode='43660', zipcode_type='Unique', major_city='Toledo', post_office_city=None, common_city_list=['Toledo'], county='Lucas County', state='OH', lat=None, lng=None, timezone=None, radius_in_miles=None, area_code_list=['419'], population=None, population_density=None, land_area_in_sqmi=None, water_area_in_sqmi=None, housing_units=None, occupied_housing_units=None, median_home_value=None, median_household_income=None, bounds_west=None, bounds_east=None, bounds_north=None, bounds_south=None)

MacHu-GWU commented 5 years ago

I am really sorry about that. since 43660 is not a standard zipcode, it is an unique zipcode for specific address. The lat lng for 43660 is this: 41.65, -83.54.

It is a little bit hard to update the database very frequently. I will add lat lng for unique zipcode in my next release. Thank you.

RafaRafa commented 4 years ago

Similar issue:

SimpleZipcode(zipcode='52771', zipcode_type='Standard', major_city='Teeds Grove', post_office_city=None, common_city_list=['Teeds Grove', 'Clinton'], county='Clinton County', state='IA', lat=None, lng=None, timezone=None, radius_in_miles=None, area_code_list=['563'], population=None, population_density=None, land_area_in_sqmi=None, water_area_in_sqmi=None, housing_units=None, occupied_housing_units=None, median_home_value=None, median_household_income=None, bounds_west=None, bounds_east=None, bounds_north=None, bounds_south=None)