GeoNames Home | Postal Codes | Download / Webservice | About 

GeoNames Forum
  [Search] Search   [Recent Topics] Recent Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Missing US postal code 72713  XML
Forum Index -> Postal Codes
Author Message
arwineap



Joined: 10/07/2019 01:28:24
Messages: 1
Offline

USPS has assigned a new 72713 postal code which should have this data:
Code:
 {
   "city": "Bentonville",
   "country": "US",
   "county": "Benton County",
   "latitude": 36.22,
   "longitude": 94.1248,
   "postal_code": "72713",
   "state": "Arkansas",
   "state_code": "AR"
 }
 



The new 72713 ZIP Code in Bentonville will become effective July 1, 2018, and 7,910 residential and 132 business delivery addresses will be affected by the change. No changes are being made in other nearby ZIP Code areas at this time.
 


https://about.usps.com/news/state-releases/ar/2018/ar_2018_0521.htm


Thanks for all the work you guys do!
marc



Joined: 08/12/2005 07:39:47
Messages: 4412
Offline

will be added, thanks for reporting.

Marc

[WWW]
kphair_maxmind



Joined: 26/07/2017 20:02:31
Messages: 13
Offline

It looks like the coordinates listed here are incorrect, with the longitude sign flipped, mapping to a location in China. Just flipping the sign might not be enough, as according to https://www.google.com/maps/place/Bentonville,+AR+72713/ those coordinates still aren't quite right. Something like 36.3115,-94.3503 appears to be within the correct area.
mckennar



Joined: 28/10/2019 16:03:56
Messages: 1
Offline

marc wrote:
will be added, thanks for reporting.

Marc 


Just a heads up, the person who submitted this did so incorrectly.

The coordinates posted by user arwineap geolocate to central China instead of northwest Arkansas.

36.3115,-94.3503 is the correct entry per google maps.

User arwineap's coordinates, if you flip longitude to "-", drop you in Bethel Heights, AR which is not within the footprint of 72713 per the USPS page linked in the original posting.

This one, small typo has been the bane of my online existence for the past 3 months. I've been barking up MaxMind's tree for a month or so about it, they directed me here.

Please check in the snippet below.

Code:
  {
    "city": "Bentonville",
    "country": "US",
    "county": "Benton County",
    "latitude": 36.3115,
    "longitude": -94.3503,
    "postal_code": "72713",
    "state": "Arkansas",
    "state_code": "AR"
  }
 
marc



Joined: 08/12/2005 07:39:47
Messages: 4412
Offline

thanks for reporting.
Will be fixed with tomorrows extract.

Marc

[WWW]
 
Forum Index -> Postal Codes
Go to:   
Powered by JForum 2.1.5 © JForum Team