Ecosyste.ms: OpenCollective

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

github.com/pelias/whosonfirst

Importer for Who's on First gazetteer
https://github.com/pelias/whosonfirst

Move bundle list to its own module

a3a5ffd0a43326c534aa9a2db12956902d8d531d authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #133 from pelias/wof-venues

Add first batch of venues

ebc7719e600009e2222a1809341445f4c58eee51 authored over 8 years ago by Julian Simioni <[email protected]>
Remove Texas and Utah

They don't have bundles yet. @thisisaaronland why you messin with Texas?

565bdc5d833b234816e9f47285b1de3992e17362 authored over 8 years ago by Julian Simioni <[email protected]>
Add the rest of the filled venues

eb3758f876bfee7c48e978d28dd489a16000ac40 authored over 8 years ago by Julian Simioni <[email protected]>
Add GB venues

27ed7f428b0e1008f548d906bf9e960de877f067 authored over 8 years ago by Julian Simioni <[email protected]>
Add OR and PA venues

5fa8c3ac77b04674cd3e6a1ac873a7cb17e48615 authored over 8 years ago by Julian Simioni <[email protected]>
Add NY and CA venues

ed429f617b21b3c7837008174f0c4eb552392bda authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #130 from pelias/fix_placetype_order

Fix placetype order

f717bb0cc971896566aed6a3486890fdf5896037 authored over 8 years ago by Julian Simioni <[email protected]>
Fix placetype order

I somehow messed up the order when working on https://github.com/pelias/whosonfirst/pull/119.
Si...

dbe1854383a5c9a53a06f3b1f2d969aade946e0e authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #129 from pelias/update_travis_node_versions

Update travis node versions

d8fbb30668a622919428d10db905e42ab58dfbe7 authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #127 from pelias/refactor-tests

Refactor tests

e32530210a6159da6d2fb98537015dfe148189ff authored over 8 years ago by Stephen K Hess <[email protected]>
Require Node.js v6 tests to pass

9b80eb503767d90527c46b835c7967d3bcb29f84 authored over 8 years ago by Julian Simioni <[email protected]>
Remove Node.js v5 from TravisCI

e647e7e9cb42b0fe2632c1168b19638b939b7c18 authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #126 from pelias/allow-dependency-abbreviations

added `dependency` abbreviation support

346d9e8c91c58877ebfe9ca096ba6ce9f4af20bb authored over 8 years ago by Stephen K Hess <[email protected]>
refactored switch statement to be less repetitive

4a1f3ca3841e52985a42edb7efd0cbb39ea7a5e9 authored over 8 years ago by Stephen Hess <[email protected]>
cleaned up tests

the single-test-to-rule-them-all was becoming unwieldy so I refactored into a `forEach` and crea...

b8b8cf74b7f529766574643418559776634a143b authored over 8 years ago by Stephen Hess <[email protected]>
added `neighbourhood` to parentage

667a77862014cc5cfc9d683c4b1e92a5a67cfc39 authored over 8 years ago by Stephen Hess <[email protected]>
switched to `hasOwnProperty` per convention

092dfaa521a3b324d5f17bfb9158cb4ddbf97cc8 authored over 8 years ago by Stephen Hess <[email protected]>
feat: Merge pull request #122 from pelias/lbl_bbox

Use lbl:bbox property when present

0f4e787f9422e44e958b5cef860eaa8a7b985aaa authored over 8 years ago by Julian Simioni <[email protected]>
Check for existence of lbl:bbox property

This is clearer than checking for truthiness

cdf2372f922ba787978237dbd8feb5456c1023f2 authored over 8 years ago by Julian Simioni <[email protected]>
added `dependency` abbreviation support

272eddfe04a15ed62094166d249ce72b27217cd7 authored over 8 years ago by Stephen Hess <[email protected]>
Merge pull request #125 from pelias/add-dependency-support

Add dependency support

855709e0f7bd92b3bd4e3fa83b3783043bd74e62 authored over 8 years ago by Stephen K Hess <[email protected]>
added support for `dependency` placetype

This is required for Puerto Rico, Guam, American Samoa, etc. Pretty much everything here: http...

1d818837a281749d4625b1685de6e4e296c4d0ca authored over 8 years ago by Stephen Hess <[email protected]>
Merge pull request #124 from pelias/greenkeeper-pelias-model-4.2.0

Update pelias-model to version 4.2.0 🚀

81ccebfef4e5c258d9854e25eed43f5c28a1a6c5 authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-model to version 4.2.0

https://greenkeeper.io/

41b6590fe95957fec6553f61911fd98b41161cfe authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #119 from pelias/single-stream

Use a single stream for importing records

201eb0d08a485ebb735b0335b1cde7523daec895 authored over 8 years ago by Julian Simioni <[email protected]>
Use lbl:bbox property when present

After the discussion in https://github.com/pelias/pelias/issues/370,
Who's on First implemented ...

ee9d9ae0be61a242eca0cd0b1aac095f1980eca4 authored over 8 years ago by Julian Simioni <[email protected]>
Improve readStream to support more records

Previously, the WOF importer loaded all records into memory in one
stream, and then processed an...

c500aaf3e77e6698a3f5966f2859e574e288e2dd authored over 8 years ago by Julian Simioni <[email protected]>
Whitespace

4b2e1a6def553509889861e79de70cb935d29dc7 authored over 8 years ago by Julian Simioni <[email protected]>
Reorder types by heirarchy

This new importer style requires records to be imported starting at the
top of the heirarchy and...

2bc9b5b9cd6be989b82d1d036425f3e56f685934 authored over 8 years ago by Julian Simioni <[email protected]>
Add placeholder package version

We are using [semantic release](https://github.com/semantic-release/semantic-release)
to manage ...

42c8f39025b826a14e99bd95e6df2ec22243a423 authored over 8 years ago by Julian Simioni <[email protected]>
feat: set up semantic-release

ace947ffda12607d21121b8f1062e2f33fe7b46a authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #116 from pelias/add-population-types

Added qs:pop and mz:population options for population

4a88df59c1c77069b3164a991c7274ef5cdff5bf authored over 8 years ago by Julian Simioni <[email protected]>
Place mz:population at the top

c81cb652230310e257dc5d9bf95e6bef5f78c4fe authored over 8 years ago by Alec Vulfson <[email protected]>
Added qs:pop and mz:population options for population

322d56ac16a9f2bdc364bb8c20ef8386783e7726 authored over 8 years ago by Alec Vulfson <[email protected]>
Merge pull request #114 from pelias/greenkeeper-pelias-model-4.1.0

Update pelias-model to version 4.1.0 🚀

b9d1fa701a247d475401b2e5636ec10914833a38 authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-model to version 4.1.0

https://greenkeeper.io/

5b575e820603627ceceed49a3f0848ecee633769 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #113 from pelias/greenkeeper-pelias-config-2.1.0

Update pelias-config to version 2.1.0 🚀

cedfde460aa0e41ce54fbc12c0ebfb28fad75abd authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-config to version 2.1.0

https://greenkeeper.io/

b6cc8abf48dbf50f3b456e8226d1b78a65f4c5ee authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #111 from pelias/batchify-download

incorporated `batchflow` module to download sequentially

119d5f2e1e7aaf0ff9405b76fd666fe7f89882f0 authored over 8 years ago by Stephen K Hess <[email protected]>
Merge branch 'master' into batchify-download

58d452e884cb1e9072d96bc00db1b937c3a26624 authored over 8 years ago by Stephen K Hess <[email protected]>
added timings and moved stream finish to correct place

35f4db10d494a2e54ab5b0ccc7591a5e45d7e52a authored over 8 years ago by Stephen Hess <[email protected]>
incorporated `batchflow` module to download sequentially

I performed a few tests and found that just downloading/untarring 1 bundle at a time is the fast...

33b218a69dca0c3cdf0272663a39830e435c7351 authored over 8 years ago by Stephen Hess <[email protected]>
Merge pull request #110 from pelias/dep-version-changes

Removed 2 carats

f936787d8c6791b912bc5315ee1159b2c6bb17de authored over 8 years ago by Julian Simioni <[email protected]>
Removed 2 carats

"pelias-config": "2.0.0",
"pelias-dbclient": "2.0.0",
both no longer contain a carat

1d1c718fbce912c0923ea69475fdb1b14add504f authored over 8 years ago by avulfson17 <[email protected]>
Merge pull request #108 from pelias/greenkeeper-pelias-dbclient-2.0.0

Update pelias-dbclient to version 2.0.0 🚀

f7f47b69bb1f2ab0ca75c1e087f6dae46682a43f authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-dbclient to version 2.0.0

https://greenkeeper.io/

c282c758c791a76eaba47a28f2ce136ad0347645 authored over 8 years ago by greenkeeperio-bot <[email protected]>
feat: Merge pull request #107 from pelias/greenkeeper-pelias-config-2.0.0

BREAKING CHANGE: Elasticsearch 2.0

Update pelias-config to version 2.0.0 🚀

dd48970e9e88590717d598a2ab541f73ad9617ca authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-config to version 2.0.0

https://greenkeeper.io/

bd76096058464e8fa02fc0cc7f8331626b2f9e50 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #105 from pelias/add-git-lfs-error-message

added helpful error message about git-lfs

e01c40ddf5372daceb57dde5f212d5be3061ae2d authored over 8 years ago by Stephen K Hess <[email protected]>
added helpful error message about git-lfs

08f5b34716b12a4a50c65422e7bd0ccb8c78b09a authored over 8 years ago by Stephen Hess <[email protected]>
Merge pull request #100 from pelias/handle_node_6_errors

fix: Use regex to test for correct error

08bd4a6117257b1016ad717c64ea73fe9ce14d98 authored over 8 years ago by Julian Simioni <[email protected]>
fix: Use regex to test for correct error

In Node 6, the error output for JSON parse exceptions now includes a
nice backtrace. Unfortunate...

1ba8ec25b54cc33460871cda94a106f22eafb1c8 authored over 8 years ago by Julian Simioni <[email protected]>
feat: Merge pull request #98 from pelias/check_node_version

Check node version

ab1f26df994390d396b5e66900a577397fde8fab authored over 8 years ago by Julian Simioni <[email protected]>
Use Node version checker during import

1a3850ce5e87168eb31ccebf6ace93c74fbdcbe7 authored over 8 years ago by Julian Simioni <[email protected]>
Add node-version-checker dependency

961713f135932def5bcb578ae8d3635d4ace7ce9 authored over 8 years ago by Julian Simioni <[email protected]>
Set Node dependency to 0.12 and above

It was set to _only_ 0.12

9e2f4327fd7da952e6128e38f02e5a0b5edb1011 authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #99 from pelias/semantic_release

Semantic release

b62caa0fedcd9b55760d8203e80d4b18225a5d98 authored over 8 years ago by Julian Simioni <[email protected]>
Add semantic release settings to package.json

b0d3316fb11a7734b692bb1a6120a0902959a361 authored over 8 years ago by Julian Simioni <[email protected]>
Update Travis config

848e6e535bd984c5016cb95d8287ee90666ef7ff authored over 8 years ago by Julian Simioni <[email protected]>
Add NPM travis script

a778f668db5a280ed11aa167583859b7c6571318 authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #95 from pelias/use_label_centroid

Use label centroid over math centroid if it exists

2dbffc99affc711149118e61de4890571e3573e1 authored over 8 years ago by Julian Simioni <[email protected]>
Use label centroid over math centroid if it exists

I'm not sure we want to do this in 100% of cases, but we want it in at
least most cases.

6982cd5b135433d74a182ce54beecec7ba83068e authored over 8 years ago by Julian Simioni <[email protected]>
Add LGTM config

6ee0b7b058f29916cea5ccab77ee6c727b2e3aa4 authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #90 from pelias/greenkeeper-fs-extra-0.30.0

Update fs-extra to version 0.30.0 🚀

4da49a40d177d65263751ca022b33fadd86eebde authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update fs-extra to version 0.30.0

https://greenkeeper.io/

c8966ac14812216473f2fd833278b0c4b7c30440 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #89 from pelias/greenkeeper-fs-extra-0.29.0

Update fs-extra to version 0.29.0 🚀

942b280d88eb16dff0d8aabe2f0d34f7b08d6e39 authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update fs-extra to version 0.29.0

https://greenkeeper.io/

7f84f9588582e5da45f6bb2f9db6c53bace2c92c authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #86 from pelias/fix_model_usage

Fix model usage

e112f30dff481ffb265babdc184e8fe726f94d54 authored over 8 years ago by Julian Simioni <[email protected]>
Remove validation stream

There is no heirarchy analog of getAdmin so this has to go away for now.

dfbe52b8b7cd260fcadbe9c4a879dff0ec377610 authored over 8 years ago by Julian Simioni <[email protected]>
Remove all usage of setAdmin

7dabad70b1137ae9a8c88077ba1a91ca316b7e80 authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #80 from pelias/greenkeeper-pelias-model-4.0.0

Update pelias-model to version 4.0.0 🚀

e864d42a9b2285dfc8c20234349765f82614d9d8 authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-model to version 4.0.0

http://greenkeeper.io/

3a52d000262ba39f0194506f4737a19d7c8bc021 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #81 from pelias/greenkeeper-fs-extra-0.28.0

Update fs-extra to version 0.28.0 🚀

18b175964b8081d813a0cedcd9716b6078fa1596 authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update fs-extra to version 0.28.0

http://greenkeeper.io/

113b9378f30dcca332bc1e5807aaac96c7563741 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #79 from pelias/greenkeeper-fs-extra-0.27.0

Update fs-extra to version 0.27.0 🚀

92f2c62bb2eecd2769a8c46e6ac11ccbcd92d5eb authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update fs-extra to version 0.27.0

http://greenkeeper.io/

561dd89adde0664420b0fe6d27901e396d7882f5 authored over 8 years ago by greenkeeperio-bot <[email protected]>
Update package name

83dbc48a7573d6bd69820c3a9e67f1c481181656 authored over 8 years ago by Julian Simioni <[email protected]>
Add link to WoF placetypes

ab98ff35836559e05a38efe41b09bfbd5ddbfe98 authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #76 from pelias/docs

Docs

282783e4bb72d26f0c522258231506cb731e7b8e authored over 8 years ago by Julian Simioni <[email protected]>
Add MIT license file

719c0731bff7485ca65f0af3d38eb992107b949b authored over 8 years ago by Julian Simioni <[email protected]>
Add contributing guide

1acca24fa2110482b51442d8b8ca478ed6aa1dde authored over 8 years ago by Julian Simioni <[email protected]>
Update README with common header

d0dbc72f39cedfa3704e1c3af4affa6018c0900b authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #71 from pelias/add-additional-is-active-conditions

added helper methods and check for `mz:is_current` === 0 (inactive)

39c98a0a96f790d5d9938c1aa1563740b0989741 authored almost 9 years ago by Stephen K Hess <[email protected]>
added helper methods and check for `mz:is_current` === 0 (inactive)

04a3216bc357f21f3578b4b76864bebd61fac75b authored almost 9 years ago by Stephen Hess <[email protected]>
Merge pull request #67 from pelias/greenkeeper-pelias-model-3.1.0

Update pelias-model to version 3.1.0 🚀

6518a1733769d97f7952d78e4d1fe40a7d425f03 authored almost 9 years ago by Julian Simioni <[email protected]>
Merge pull request #69 from pelias/add-borough-hierarchy-element

Add borough hierarchy element to Pelias docs

49d47079d7760687de0ba32404c621ab95ff1c98 authored almost 9 years ago by Julian Simioni <[email protected]>
added support for `borough` hierarchy elements in Pelias docs

81cb112e4a246627fa9e735ecb52969989bd87fa authored almost 9 years ago by Stephen Hess <[email protected]>
up'd model version to 3.1.0

156185ac787b08d56b8b48a113b77d0488c6f2fa authored almost 9 years ago by Stephen Hess <[email protected]>
chore(package): update pelias-model to version 3.1.0

http://greenkeeper.io/

df7312768e2207444eb8bc06874c2c6a885aa5a5 authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #66 from pelias/add-macrocounty-and-macroregion-hierarchy-elements

add `macroregion` and `macrocounty` hierarchy elements to `Document`

8078a8c1d9bcb3bea7d24ac46f7ce73719b70c53 authored almost 9 years ago by Stephen K Hess <[email protected]>
add `macroregion` and `macrocounty` hierarchy elements to `Document`

ab062cea63d5fc80e1ebd1ae4b062743d5896ced authored almost 9 years ago by Stephen Hess <[email protected]>
Merge pull request #64 from pelias/add-borough-support

Add borough support

d2e667083e6388efe54dbc5372d3005094979f35 authored almost 9 years ago by Stephen K Hess <[email protected]>
Merge pull request #62 from pelias/simply-read-stream-and-componentize

Simply read stream and componentize

0ba97c5e1e5f33d88acfa6de7ad73ad960ca4467 authored almost 9 years ago by Stephen K Hess <[email protected]>
removed calculateFilePath from pipeline

fixed loadJSON to accept object instead of string

59cfb2d41d0fe9bf2d97317ae9e3626a964537f2 authored almost 9 years ago by Stephen Hess <[email protected]>
de-anonymized single exported function

ccb8658ed49dc9dab2d48749f40a90d94d65bd03 authored almost 9 years ago by Stephen Hess <[email protected]>
de-anonymized single exported function

feaa8ad1a22421e8dc176c155465852413b625b5 authored almost 9 years ago by Stephen Hess <[email protected]>
de-anonymized single exported function

35e558b69609c0967364ca6fd575caef375ac4e8 authored almost 9 years ago by Stephen Hess <[email protected]>
de-anonymized single exported function

549b2741f665c4cf8d1792a81796fb98a99cc92d authored almost 9 years ago by Stephen Hess <[email protected]>
de-anonymized single exported function

f72bdd95e08eafbc8588967cbf83a5f778c63e05 authored almost 9 years ago by Stephen Hess <[email protected]>