Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pelias/interpolation

global street address interpolation service (beta)
https://github.com/pelias/interpolation

feat(multiarch): correctly detect pbf2json binary

8906d742fb2c6155bd43701ec18c0f1ef6aa2f8a authored about 1 year ago by Peter Johnson <[email protected]>
feat(multiarch): correctly detect pbf2json binary

7a1bd2c94ecb854e14be136d4b73687849f4f6b6 authored about 1 year ago by Peter Johnson <[email protected]>
feat(docker): trigger docker multiarch build + update CI

9e33c405caeb02fc7f30a889fe45b898cf3befc0 authored about 1 year ago by Peter Johnson <[email protected]>
actions: run docker builds in classic mode

e351fd09d80fde68be11ab1984083eac49334192 authored about 1 year ago by Peter Johnson <[email protected]>
feat(Docker): Rebuild Docker image with Ubuntu 22

This is a no-op commit that simply serves to trigger CI to rebuild the
Docker image with our new...

648964959ff7f2a83fc1b56827664e58de58fff7 authored over 1 year ago by Julian Simioni <[email protected]>
Merge pull request #295 from pelias/ci-uniformity

CI: Update GitHub Actions config for uniformity

e0f6d3cf08f89e5f0bba40bc008e50545388131d authored over 1 year ago by Julian Simioni <[email protected]>
CI: Update GitHub Actions config for uniformity

This updates CI configuration for this repo with the following changes:
- the core configuration...

3e5ae6c8298739f96b89e0cd0221da6f8abcc9ee authored over 1 year ago by Julian Simioni <[email protected]>
feat(docker): Rebuild Docker image for Node.js 16

This is an empty commit that serves only to tell our CI to build new Docker
images now that we h...

cbf810a3c370f31e62d1d8f39fc569155ce71ba2 authored over 1 year ago by Julian Simioni <[email protected]>
Merge pull request #285 from pelias/node-postal-1.1.2

Upgrade to node-postal 1.1.2 for Node.js 16 support

6ec95e451e1767c8ce123e5b4e7d413ab7d87725 authored over 1 year ago by Julian Simioni <[email protected]>
feat(deps): Upgrade to node-postal 1.1.2 for Node.js 16 support

This PR explicitly upgrades the dependency on `node-postal` to require
version 1.1.2 or greater....

9439c05d75651928e33de7115d687bbaba00156b authored over 1 year ago by Julian Simioni <[email protected]>
Merge pull request #294 from pelias/test_updates

update test cases to work with old+new software versions

51616c4b92ce26ece8171b78a8c562945659bf01 authored over 1 year ago by Julian Simioni <[email protected]>
chore: upgrade github actions ubuntu version

Connects https://github.com/pelias/pelias/issues/951

2f642e9d7b4623cbfafea4004db122bb91d62d56 authored over 1 year ago by Peter Johnson <[email protected]>
test: update test cases to work with old+new software versions

Connects https://github.com/pelias/docker-baseimage/pull/24
Connects https://github.com/pelias/p...

3c4d6d363635fa12adea7a8da9fb37d4d781cde8 authored over 1 year ago by Peter Johnson <[email protected]>
feat(downloads): improve logger completion message

a1451e9ba4db4ceabd53018310ab700cbc39708f authored almost 3 years ago by Peter Johnson <[email protected]>
feat(downloads): improve logger messages

868f8e67c18263cb2a8faa1404fe784f4cf4311c authored almost 3 years ago by Peter Johnson <[email protected]>
Merge pull request #282 from pelias/docker-build-node-postal

fix(Docker): Use multi-stage build to handle node-postal dependencies

3564ca99daa16d9852de6b73d90a033435ddec80 authored about 3 years ago by Julian Simioni <[email protected]>
fix(Docker): Use multi-stage build to handle node-postal dependencies

The [node-postal](https://github.com/openvenues/node-postal) NPM module
requires a full C++ comp...

ba2cde684c6c1a7f5b2468275b97da5adfdf9c4a authored about 3 years ago by Julian Simioni <[email protected]>
chore(test): Add a test script to call libpostal directly

This can be helpful to make sure libpostal and node-postal were both
built and installed correctly

c41ef193feed8a84c6b07f193b78c8f7343dd722 authored about 3 years ago by Julian Simioni <[email protected]>
Merge pull request #281 from pelias/increase-max-zoom

Increase Leaflet `maxZoom` to 25

dc71f4bed61a94fc5527aa2bea3ee22fb602d709 authored about 3 years ago by Julian Simioni <[email protected]>
feat(demo): Increase Leaflet `maxZoom` to 25

Sometimes its useful to be able to zoom in quite a bit when inspecting
the exact location of add...

55b7f39b4c57fec81d74751cdbda67f223e8d53a authored about 3 years ago by Julian Simioni <[email protected]>
feat(demo): use solid markers

eaeef6d1d28c945e9beb868dee7e6b354c1f4e3c authored about 3 years ago by missinglink <[email protected]>
feat(logging): reduce log verbosity

f9636ab42b6a01e7fb9fcf93394f7cd0e957e56d authored about 3 years ago by missinglink <[email protected]>
feat(sqlite): use better-sqlite "unsafe" mode for all import APIs

d2f264f30c1d2dde7d6b798a5796f6d452e8a291 authored about 3 years ago by missinglink <[email protected]>
feat(docker): fix superfluous trailing slash in TIGERPATH

c47c7153117246e4f81fb30c9f8a050d2319eb53 authored about 3 years ago by missinglink <[email protected]>
feat(deps): upgrade node-postal

4512b3eddd33450245125f03c191593ae8bfd2b2 authored about 3 years ago by missinglink <[email protected]>
feat(TIGER2021): upgrade to latest TIGER vintage

0bfb933c177bba09eed9719fec965bc420a1a117 authored about 3 years ago by missinglink <[email protected]>
feat(TIGER2021): upgrade to latest TIGER vintage

41abe99e767ae93d229c98d4e1072680fc6b9e27 authored about 3 years ago by missinglink <[email protected]>
feat(TIGER2021): upgrade to latest TIGER vintage

9c1d0d0bb01795df9eb3ebae957e394d9d9fd05b authored about 3 years ago by missinglink <[email protected]>
Merge pull request #273 from pelias/unsafe-mode

Use new syntax to enable sqlite3 'unsafe mode'

24c7cc77e1e725a7df3c08877e58fe461106aeea authored about 3 years ago by Julian Simioni <[email protected]>
fix(sqlite3): Use new syntax to enable sqlite3 'unsafe mode'

The 'vertex interpolation' step of the interpolation build both reads
and writes to the same sql...

c403692ae4c6ffe66d47e2de71df200fa96b3413 authored about 3 years ago by Julian Simioni <[email protected]>
Merge pull request #258 from pelias/greenkeeper/tape-5.0.0

Update tape to the latest version 🚀

9153fabb49928045833c0cd7a39d2add501f9b6e authored over 3 years ago by Julian Simioni <[email protected]>
Use new `deepLooseEqual` test function from Tape 5

This better handles converting objects to JSON

e781bea07302d25104af2ce623d9e551f67178e7 authored over 3 years ago by Julian Simioni <[email protected]>
chore(package): update tape to version 5.0.0

b45ac5efee984e7d766a0f26b30a42a99756124b authored over 3 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Merge pull request #271 from pelias/npm-url

Update homepage URL in package.json

37e54f7552fe4d4ea2c5a14e0327840a4792c4f3 authored over 3 years ago by Julian Simioni <[email protected]>
fix(NPM): Update homepage URL in package.json

I guess we know where we originally copied the `package.json` file from
when starting the interp...

c7c5cc3289701d6935d485c9b26fe282f4d9575a authored over 3 years ago by Julian Simioni <[email protected]>
Merge pull request #268 from pelias/deps

Upgrade better-sqlite3 to latest version (v7.4.3)

b746e3426cdee9f7e4428eda9873db2235a58504 authored over 3 years ago by Julian Simioni <[email protected]>
Remove custom better-sqlite3 build from `npm postinstall`

0466215a1f5b550eab1c15e7572886094e4f08c1 authored over 3 years ago by Julian Simioni <[email protected]>
CI: Add Node.js 16 to tested versions

3e47899ad94fe4aab1d2b856c4e312e4333b5996 authored over 3 years ago by Julian Simioni <[email protected]>
feat(deps): upgrade better-sqlite3 to v7.4.3

This moves us off a forked version and allows us to support new
functionality and newer versions...

efd1525ea2095099f3e3e100828958b8f0223bd3 authored over 3 years ago by missinglink <[email protected]>
Merge pull request #270 from pelias/move-from-travisci-to-github-actions

Move from TravisCI to GitHub Actions

9222a8b33436cc854e44441c2b2d76d718d8ef60 authored over 3 years ago by Julian Simioni <[email protected]>
CI: Remove Node.js 16 from test matrix

We will be able to add it back shortly with
https://github.com/pelias/interpolation/pull/268

c6666f0c626f0f4d951ec4ac1be85c1db98dfdbf authored over 3 years ago by Julian Simioni <[email protected]>
CI: Add proj/gdal dependencies

dfe7ba524f85e570a25522113b71de173792112f authored over 3 years ago by Julian Simioni <[email protected]>
CI: use Ubuntu 18 for testing

Test output can depend on the version of `sqlite3` installed, and
currently our tests expect the...

8397b159dc7262e438cd3f6cdccda690838dabdb authored over 3 years ago by Julian Simioni <[email protected]>
fix(docker_build_script): improve bash error checking, relax pbf extension pattern matching

c7122d50db015c99b5ef34e0ab91e3370c701e5b authored over 3 years ago by missinglink <[email protected]>
Remove TravisCI config

605b4e011324092033309a648a5f1b59c55e4638 authored over 3 years ago by Julian Simioni <[email protected]>
Rename `travis` NPM script to `ci`

dbff5c0ae8f6408de3c628ed013abc09ea4c9c0d authored over 3 years ago by Julian Simioni <[email protected]>
Remove CircleCI config

7dd758da935867b4be8ef80b22f8984093559c5c authored over 3 years ago by Julian Simioni <[email protected]>
Move from TravisCI to GitHub Actions

This moves the CI configuration from TravisCI, which we're no longer using
after their disastero...

70e821c1dc87522fad8b5a02e1b9540b36c478c0 authored over 3 years ago by Julian Simioni <[email protected]>
chore(tiger): change TIGER data mirror to GeocodeEarth CDN

f2ab02b147facfdaf04ed2634436d7943c6e93fc authored about 4 years ago by missinglink <[email protected]>
Merge pull request #262 from vicchi/master

Add host address env var override and update README

8ae075d26341dbdcc4b6de496afce769716ab026 authored over 4 years ago by Julian Simioni <[email protected]>
docs: add new section on environment variable config via HOST and PORT env vars

39e6274fb0f8708bbcb389e56bd75bbe6f2d6d69 authored over 4 years ago by Gary Gale <[email protected]>
feat(server): add HOST environment variable support to bind to a specific network address

f9d2517159b61b71a884536d59b6c2964d114738 authored over 4 years ago by Gary Gale <[email protected]>
feat(server): update nearby endpoint to return projected point-on-line

7827d2d2d55193795e3bd6ddc23f3f94463ebf15 authored over 4 years ago by missinglink <[email protected]>
docs: add project header to readme

53b00f93722b1415d5f83c5029282119db0719f5 authored over 4 years ago by Peter Johnson <[email protected]>
docs: change secondary headers to H2

0fd6730230a7bca0dc3e07ee5c124090aeccaa7d authored over 4 years ago by Peter Johnson <[email protected]>
docs: remove badge, rename header

2f39a10c3a9446ae57450dcd5dd331a0205e9b02 authored over 4 years ago by Peter Johnson <[email protected]>
feat: updated maps to be more consistent with pelias/design

see: https://github.com/pelias/design#maps

bc71e0ad115031cc511d38d518aa9de6efc461c4 authored over 4 years ago by Joxit <[email protected]>
Merge pull request #256 from pelias/database-schema

Add documentation on database schema

b82be3e1c0dfe43d51bcd3287e41229f24ab427e authored over 4 years ago by Julian Simioni <[email protected]>
Add documentation on database schema

8eb62610ab186801f36c13c21ccf0e6c47f0dcc7 authored over 4 years ago by Julian Simioni <[email protected]>
Merge pull request #253 from pelias/greenkeeper/cli-table3-0.6.0

Update cli-table3 to the latest version 🚀

dae952779f6e752f4188637b6a1fce1139925283 authored almost 5 years ago by Peter Johnson <[email protected]>
Merge pull request #244 from pelias/better-sqlite3-v2

refactor codebase to use better-sqlite3 client module

a1d3a3958c4db50ff3718c39ca7c1e69513b9a13 authored almost 5 years ago by Peter Johnson <[email protected]>
Merge pull request #254 from pelias/better-sqlite3-v2-unsafe

better sqlite3 v2 unsafe

f46a98e74bfd950cafca0a45cbc4a561f5f62c4c authored almost 5 years ago by Peter Johnson <[email protected]>
fix(dockerfile): Dockerfile permissions

532ee0fe558c02e61edb12a035abb9f9c0188ba6 authored almost 5 years ago by missinglink <[email protected]>
fix(dockerfile): use "unsafe-perm" in order to allow running the postinstall script as root instead of nobody

8ef098625aeb5ee2454868c0e8d6051f95653288 authored almost 5 years ago by missinglink <[email protected]>
fix(vertices): use new unsafe feature of better-sqlite3

0ba247800c60e731b69e470acb581dffdcbf9000 authored almost 5 years ago by missinglink <[email protected]>
refactor(verbose): disable verbose query logging

6c890b78fa2fda3cb0e760a60f3a0820de5736d8 authored almost 5 years ago by missinglink <[email protected]>
fix(package): update cli-table3 to version 0.6.0

f2422bb84dea248f996776addb8bbd3282f678d1 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
fix(ticker): stop ticker on stream error

fb7fdf603d5821700aa2c3fe82b310b35b414a8f authored almost 5 years ago by missinglink <[email protected]>
feat(sqlite): refactor codebase to use better-sqlite3 client module

e76298dcc03774b91a3dcdd838f03361bd130459 authored almost 5 years ago by missinglink <[email protected]>
feat(sqlite): move query caching logic to class

ca15a8a0630f42b25af4a8a9191075e20b74f20d authored almost 5 years ago by missinglink <[email protected]>
feat(sqlite): use prepared statment cache

8a99b604a1920c1b100584a7f0bfb1c15c553bff authored almost 5 years ago by missinglink <[email protected]>
fix(query): fix SQL syntax error

5a70db6a5b606972f9e97b4b2c44c796bd5e5921 authored almost 5 years ago by missinglink <[email protected]>
Merge pull request #252 from pelias/remove-fs-extra

feat(deps): Remove fs-extra module

cd651aae3c0c0206312dffbd084f722554fa682a authored almost 5 years ago by Julian Simioni <[email protected]>
feat(deps): Remove fs-extra module

In this project, we only use the fs-extra package for its `mkdir -p` style
convenience wrapper, ...

c1eeb48f70930acdb1ec54958e3b2583bbfaf1a0 authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #248 from pelias/doc-authorship

Documenatation with proper authorship

3fa614e873b291fa19d637a36c9db128daf05336 authored almost 5 years ago by Julian Simioni <[email protected]>
Add interpolation documentation from wiki

This is a re-do of the work in https://github.com/pelias/interpolation/pull/247, but with proper...

a4b1b1c6ac972bbb62e341ae87454a3d51feed3c authored almost 5 years ago by missinglink <[email protected]>
Remove docs

They will be restored with proper authorship

4af3d34dbd0d83601593b1efd7ac992ef0e44cd6 authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #247 from pelias/docs

Move documentation from Pelias Wiki to this repo

f162d62cdd30419d7cf5f6001e047b6071c3761b authored almost 5 years ago by Julian Simioni <[email protected]>
Move documentation from Pelias Wiki to this repo

In order to allow us to deprecate the pelias/pelias wiki, this moves all
interpolation related d...

15b13de1a68b2e129dab21ec553c6fa09fc64d63 authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #245 from pelias/node-postal-12

feat(package): use node-postal module compatible with node12

a121a6a2ecf0b1aeb65e3e6728e9144046e18761 authored almost 5 years ago by Julian Simioni <[email protected]>
feat(package): use node-postal module compatible with node12

This updates our dependencies to use the Node.js 12 (and 10) compatible
fork of [node-postal](ht...

8d6ff7a70e5aa6cee618cc8c98892bad76a7430d authored almost 5 years ago by missinglink <[email protected]>
Merge pull request #239 from pelias/remove_unzipper_module

delete npm unzipper, replace with GDAL virtual filesystem

1460217cdb414bd88d1a0ac49402f39fb4cddfad authored almost 5 years ago by Peter Johnson <[email protected]>
feat(remove_unzipper_module): delete npm unzipper, replace with GDAL virtual filesystem

6b0bc02df2280d009d2232c313f6b60ff50db536 authored almost 5 years ago by missinglink <[email protected]>
Merge pull request #238 from blackmad/demo-instructions

minor changes to make demo frontend easier to use

dd6091a939b3fc88897666448551ce0b7f2099e4 authored almost 5 years ago by Julian Simioni <[email protected]>
minor changes to make demo frontend easier to use

- changes search box placeholder to "search to center map"
- hides the input / street box until ...

b4bc02c3d0e1ef6cac85bc10f2867183dc38e074 authored almost 5 years ago by David Blackman <[email protected]>
Merge pull request #237 from pelias/ci-fixes

chore(CI): Remove deprecated `matrix` config key

8c427f33c84c6b87ee20322607c70e6a4acf090d authored almost 5 years ago by Julian Simioni <[email protected]>
chore(CI): Remove deprecated `matrix` config key

Connects https://github.com/pelias/pelias/issues/850

95c3fc852f66525c3d3bf0ad70d1e2ad65741505 authored almost 5 years ago by Julian Simioni <[email protected]>
chore(CI): Remove deprecated `sudo` key

Connects https://github.com/pelias/pelias/issues/850

784fc6024bee00dad1cc83ed527525b69e1da80c authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #235 from pelias/unzipper

fix(deps): Move from `unzip` to `unzipper`

424476973f21ed31927951bd973e92ec75bff332 authored almost 5 years ago by Julian Simioni <[email protected]>
fix(deps): Move from `unzip` to `unzipper`

`unzip` has been unmaintained for some time. `unzipper` is a drop in
replacement that appears to...

281119b7f1ccc958c14115d27bbf0feaf5585e7f authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #230 from pelias/drop-nodejs8-support

Drop support for Node.js 8

876048bb995b632667ea6ff202ef5d95c9a2958d authored about 5 years ago by Julian Simioni <[email protected]>
feat(Node.js): Drop support for Node.js 8

BREAKING CHANGE: Node.js 8 is no longer supported as it will reach [end of
life](https://github....

2f0ca64125d680fa6b6c594a320934247cb71a1a authored about 5 years ago by Julian Simioni <[email protected]>
Merge pull request #222 from arne-cl/patch-1

readme: fix usage example for ./interpolate server

808f02c8b424ad24f295de6e4b3f40cb5f11dc72 authored about 5 years ago by Peter Johnson <[email protected]>
README: fixed ./interpolate polyline example

@missinglink asked to change the example from `-v /data:/data` to `-v /tmp:/data`,
since few pe...

efbdedd82c8b88f7ba727f8aacf0239c1436d400 authored about 5 years ago by Arne Neumann <[email protected]>
README: word order now matches docker mapping order

5430fa28a17a5b2cd9211a45bb48a36e2ad2df9a authored about 5 years ago by Arne Neumann <[email protected]>
readme: fix usage example for ./interpolate server

When running a script inside a Docker container with a parameter that references a file,
the fi...

2147725ecaa39d58f7a744aaee7035c8b19c6937 authored over 5 years ago by Arne Neumann <[email protected]>
Merge pull request #220 from pelias/download_adapter

abstract TIGER download source using adapter pattern

8bf2d3dff03bb6aff2ad6cea55f70611a136c44d authored over 5 years ago by Peter Johnson <[email protected]>
style(download_adapter): increase log verbosity

42352e597cc208a972336e740f21ab0c9081cdd1 authored over 5 years ago by missinglink <[email protected]>
style(download_adapter): improved error reporting for unzip errors

2f2795f2d271ef661d616bf2df0ecfaacb5b3476 authored over 5 years ago by missinglink <[email protected]>
feat(download_adapter): abstract download source using adapter pattern, add s3 mirror source

72e16d9505fa32d07167e94abb58049429451f57 authored over 5 years ago by missinglink <[email protected]>