Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pelias-deprecated/addresses
(DEPRECATED) A pipeline for generating a processed, global dump of addresses.
https://github.com/pelias-deprecated/addresses
Last synced: 3 months ago
JSON representation
(DEPRECATED) A pipeline for generating a processed, global dump of addresses.
- Host: GitHub
- URL: https://github.com/pelias-deprecated/addresses
- Owner: pelias-deprecated
- Archived: true
- Created: 2014-09-22T14:53:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T15:59:52.000Z (about 10 years ago)
- Last Synced: 2024-10-30T11:50:51.391Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 513 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - pelias-deprecated/addresses - (DEPRECATED) A pipeline for generating a processed, global dump of addresses. (others)
README
# deprecated
As per the discussion in [this issue](https://github.com/pelias/addresses/issues/3), this repo has been partitioned
into:* [address-deduplicator-stream](https://github.com/pelias/address-deduplicator-stream)
* [tiger](https://github.com/pelias/tiger)
* [openaddresses](https://github.com/pelias/openaddresses)# mapzen addresses pipeline
A pipeline for collating, normalizing, de-duplicating, and interpolating address data from a number of different
sources, like TIGER and OpenStreetMap.## Install Dependencies
```bash
$ npm install
```## Contributing
Please fork and pull request against upstream master on a feature branch. Pretty please: provide unit tests and script
fixtures in the `test` directory.### Running Unit Tests
```bash
$ npm test
```### Continuous Integration
Travis tests every release against node version `0.10`
[![Build Status](https://travis-ci.org/pelias/addresses.png?branch=master)](https://travis-ci.org/pelias/addresses)