OpenAddressesUK / hippodamus

Open Addresses' publishing scripts that create the downloadable versions of Open Addresses' database.
http://openaddressesuk.org/docs/
MIT License
0 stars 0 forks source link

Duplicate addresses #14

Closed pezholio closed 9 years ago

pezholio commented 9 years ago

Example:

https://alpha.openaddressesuk.org/addresses?postcode=PL13+1AR

Looking at this in the database, it seems they'd been created within a few seconds of one another:

> addresses = Address.where(full_address: "ZUTE, BULLER STREET, LOOE, PL13 1AR")
> addresses.first.updated_at
=> Wed, 01 Apr 2015 16:43:30 UTC +00:00
> addresses.last.updated_at
=> Wed, 01 Apr 2015 16:43:33 UTC +00:00

I'm putting this down to some rogue instances of Distiller running at the same time, but I'm deleting the dupes and will investigate the cause in a bit more depth

pezholio commented 9 years ago

Whoops, wrong repo