Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.
/ open-addresses Public archive

Early prototype of Open Addresses project. See github.com/OpenAddressesUK instead, now.

License

Notifications You must be signed in to change notification settings

theodi/open-addresses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAddresses

The Postcode Address File is a database which contains all known addresses in the UK. It's a potential goldmine for startups, civic hackers and just developers keen to wrangle with public data.

Unfortunately, despite the great strides the UK has made with open data, this data is still under lock and key, and with the impending privatisation of the Post Office, looks to remain that way.

However, all is not lost. There's is a wealth of data out there that is open that contains addresses. This project aims to gather all these addresses and provide a free, open database for startups and developers to use.

So far, the sources we use are:

If you maintain a database of addresses you are willing to donate to the project, or know of a large open dataset that contains addresses, we'd love to hear from you!

Using this data, we should get roughly 17 million+ addresses, which, while is still 10 million short of the total addresses in the UK, it's a start.

Licence

This code is open source under the MIT license. See the LICENSE.md file for full details.

Usage

The repo itself is a Padrino project, with a MongoDB backend. If you want to import the data, enter the console using:

padrino c

And then enter one of the two import commands (we currently have importers for the Price Paid and Companies House data):

Upload::PricePaid.historic

Or

Upload::CompaniesHouse.all

Although, please bare in mind that this will take ages (like days), so you may want to run it for a couple of minutes just to get a small subset of data.

About

Early prototype of Open Addresses project. See github.com/OpenAddressesUK instead, now.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published