pelias-addresses

Mapzen addresses pipeline for generating a high-quality dump of global addresses.

Usage no npm install needed!

<script type="module">
  import peliasAddresses from 'https://cdn.skypack.dev/pelias-addresses';
</script>

README

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

$ 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

$ npm test

Continuous Integration

Travis tests every release against node version 0.10

Build Status