Ecosyste.ms: OpenCollective

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

github.com/georust/geocoding

Geocoding library for Rust.
https://github.com/georust/geocoding

Address review comments

9e8f58330513245bbeb59fe9623a27021dc2a1de authored about 6 years ago by Stephan Hügel <[email protected]>
Rustfmt and Clippy pass

4ee54acf9b56198785c82f547c927070ce990d87 authored about 6 years ago by Stephan Hügel <[email protected]>
Add more (doc)tests

a509e383027eeecee67f952dbbc064f3bfcb89a5 authored about 6 years ago by Stephan Hügel <[email protected]>
Squashed commit of the following:

commit a5093ec5d18f77189a21898780aaf91079219055
Author: Stephan Hügel <[email protected]>
Date: Tu...

eb641f61119cb831e73edaedf259d82c5d0fd09e authored about 6 years ago by Stephan Hügel <[email protected]>
Merge pull request #14 from urschrei/master

Update to Geo-types 0.2.0, run Rustfmt

d20aef2e2cc7495cdc185eaef877a7c48e692cc7 authored over 6 years ago by Blake Grotewold <[email protected]>
Update to Geo-types 0.2.0, run Rustfmt

63cf945e0298bb6c7c01a45af0a52f56a57454dc authored over 6 years ago by Stephan Hügel <[email protected]>
Add CoC from georust/geo.

576ebe7182829f8bacc0c592e9f520931e7b1d0f authored over 6 years ago by Corey Farwell <[email protected]>
Update repo URL/links to reflect change.

e1c48fe9b34e7fb55808ece7b13e1575aa949bdd authored over 6 years ago by Corey Farwell <[email protected]>
Merge pull request #13 from freyfogle/patch-1

OpenCage website URL has changed

56ab162e4781d6d6f5b1361a7db3ef52b94149fe authored over 6 years ago by Corey Farwell <[email protected]>
OpenCage website URL has changed

92da0dd6d3c90a3dc79a3ffcfb45ace36d5672ed authored over 6 years ago by Ed Freyfogle <[email protected]>
Merge #12

12: Use geo-types crate r=groteworld a=groteworld

As mentioned in #11 there is a new low depend...

1d50b94556d3416d68e20d9804b40bf04be22650 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Fix tests. "Schwabing, München" is back to returning two Points

6dca7884ecaf7be590670895eb0f37592492d89c authored over 6 years ago by Blake Grotewold <[email protected]>
remove serde.Deserialize derive

Unknown what this will directly effect, but there seems to be an issue
between in and geo_types....

351eafbca963bce7c21c9bc86af8ea778ce489a5 authored over 6 years ago by Blake Grotewold <[email protected]>
Change geo dependency to geo-types

836366886858377ca2cc1e06a5ddb71b880d868f authored over 6 years ago by Blake Grotewold <[email protected]>
Merge #9

9: Link to API documentation from README. r=groteworld a=frewsxcv

Co-authored-by: Corey Farwe...

e73e32551214d2b013ba0c490f125def0f9fec60 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Merge #10

10: Remove second Point from test r=groteworld a=groteworld

OpenCage appears to be returning on...

c7c8a2ea7b8c85aaee36e3fe19b60b6d9904ba54 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
re-add comma to vec

because i really like that kinda stuff

9150b371a643134459183768d476e791198ca345 authored over 6 years ago by Blake Grotewold <[email protected]>
fix doc test

c8e821cd683b5af765bd0fc221a68d8bb6a6727b authored over 6 years ago by Blake Grotewold <[email protected]>
Remove second Point from test

OpenCage appears to be returning only one point for the for the forwarded address "Schwabing, Mü...

3f8bca59111110916ef4cc1e35778d7ad15ce5f4 authored over 6 years ago by Blake Grotewold <[email protected]>
Link to API documentation from README.

34e2134e251ed4237300cae27f0991fc0d8ec3ce authored over 6 years ago by Corey Farwell <[email protected]>
Merge #8

8: Add methods for full responses r=groteworld a=urschrei

This PR adds:
- methods which receiv...

743a0ef06cb6e0385fb627e6aa75ee5f298878f1 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Provide an ergonomic way to pass search bounds

92c488f971434772f5d4b7c465eb7859a3e9e9b8 authored over 6 years ago by Stephan Hügel <[email protected]>
Adding to docs

bbd776ad3d7cc09ce837ce7f714b520d19ac483d authored over 6 years ago by Stephan Hügel <[email protected]>
Cleaner Option handling

34993b9026df09ad82269fdf1fb9cc56dabe6896 authored over 6 years ago by Stephan Hügel <[email protected]>
No need to consume the search bounds

7a66853099827ce401c6352794c994c42f478e90 authored over 6 years ago by Stephan Hügel <[email protected]>
Add tests, and examples for full-response methods

7236c3878ac49c894cf8565954bdd34578452a29 authored over 6 years ago by Stephan Hügel <[email protected]>
Fix input bounds formatting

1341e4c146654a4065315327583bdd1c766d8901 authored over 6 years ago by Stephan Hügel <[email protected]>
Add expected answer to example

2bf59a82a10afd2bb7cee6cbca9ec826d2bde81c authored over 6 years ago by Stephan Hügel <[email protected]>
Add full API-response methods for OpenCage

eab26ed944219895c209fb639c78c8908e2ac0fc authored over 6 years ago by Stephan Hügel <[email protected]>
More documentation

54f2c3233226f58be52228fbbb22963fda1b8fd4 authored over 6 years ago by Stephan Hügel <[email protected]>
Add the remainder of the rate-limit handling

15a9023fd850184b3cefa38cabd73f70f4afeca6 authored over 6 years ago by Stephan Hügel <[email protected]>
Merge #7

7: Only update the quota if the Rate-Limit header has been received r=groteworld a=urschrei

Ope...

c88b7c90abe8bdb4d0a4229a72ada41168479e90 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Only update the quota if the Rate-Limit header has been received

OpenCage paid tier customers don't have a daily rate limit, and query
responses against their AP...

57ef27de4ef0d38bec98cd6382873e7d86a5ac85 authored over 6 years ago by Stephan Hügel <[email protected]>
Merge #4

4: Implement Forward and Reverse traits, add initial provider r=groteworld a=urschrei

This is a...

8f5761af78b490844d593d00678fd638fbecf9bf authored almost 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Internal comments for trait implementers

53f8aaa0a461c90fda608e357af09cb3a16e66b7 authored almost 7 years ago by Stephan Hügel <[email protected]>
Fix up OpenCage doctest

It's a valid API key, so something will have to be done about that at
some point.

f664284634ff71cf7a7af63417ca12b66d3bbdf9 authored almost 7 years ago by Stephan Hügel <[email protected]>
Switch to an Arc and Mutex for interior mutability

1e480a3c72b59e16593e337f11fcf87121ea825c authored almost 7 years ago by Stephan Hügel <[email protected]>
Add custom UA header to OpenCage requests

As per API guidelines

d1e2e61dfad8ece1d4569e04f100eab800cccb69 authored almost 7 years ago by Stephan Hügel <[email protected]>
Clippy pass

4c1473068b1890339354ff06b338b7ad5c6293b1 authored almost 7 years ago by Stephan Hügel <[email protected]>
Use Point from Geow

24b1b2448060c23ab0c7f552e9278d14c877eebc authored almost 7 years ago by Stephan Hügel <[email protected]>
Add a method to check remaining API quota to OpenCage

This method uses a `Cell` and interior mutability to check a custom
header (`X-RateLimit-Remaini...

f28984d14ecf2fca124f0f8554a6b90ef761d2df authored almost 7 years ago by Stephan Hügel <[email protected]>
Bail out early if an http error status is returned

9fa818801fb5c325bed62e0ad939deec259fcfe0 authored almost 7 years ago by Stephan Hügel <[email protected]>
Implement Forward and Reverse traits

This is an implementation of forward and reverse geocoding traits, and
the provision of these tr...

0342df97e5a2fcb2924de05a18c912d738bd792a authored almost 7 years ago by Stephan Hügel <[email protected]>
Typo fix

da7bdb7f2bc0ae0405be92d85d5bfc7cf2d895b9 authored almost 7 years ago by Stephan Hügel <[email protected]>
Be very clear about coordinate order.

debdf40cd6b631b7f15b0e5eef3a75d382e6d5a4 authored almost 7 years ago by Stephan Hügel <[email protected]>
Add top-level example to OpenCage

00d5ab305ce2b4b6bbbd55a271400da04dc88eec authored almost 7 years ago by Stephan Hügel <[email protected]>
Add examples to Forward and Reverse traits

02536a409c2ce9d0508c54d1222a4b6ed923864c authored almost 7 years ago by Stephan Hügel <[email protected]>
Even more explicitness about coordinate order

8f581526c6157cad3d0b6f2cc7da41295ff61ec2 authored almost 7 years ago by Stephan Hügel <[email protected]>
Remove unneeded line

dd9debc407c20bc57bed55b6b4289457668879e2 authored almost 7 years ago by Stephan Hügel <[email protected]>
Merge pull request #6 from urschrei/travis_fix

Move Travis config to correct dir

71e9842d0f8f19205dfcca8db791065f765c8055 authored almost 7 years ago by Stephan Hügel <[email protected]>
Move Travis config to correct dir

Sorry, sorry

ff509315cf034438f50ece13e23228e7ef734371 authored almost 7 years ago by Stephan Hügel <[email protected]>
Merge pull request #5 from urschrei/travis_update

Add Rust-specific Travis config

6ddf6fa0beddb78c178d4e05c51c0b2f7875f740 authored almost 7 years ago by Blake Grotewold <[email protected]>
Add Rust-specific Travis config

7dd94220c8cbbf442939c3f36a7d52b97d69f41d authored almost 7 years ago by Stephan Hügel <[email protected]>
Merge pull request #3 from cmr/master

Relicense to dual MIT/Apache-2.0

62326ff07d9f63e36a9258d70aee55957b67dd10 authored almost 9 years ago by Blake Grotewold <[email protected]>
Relicense to dual MIT/Apache-2.0

Closes https://github.com/georust/rust-geocoding/issues/2

5a9d48f3e4aff18a737149cc01e06e6210cb34ea authored almost 9 years ago by Corey Richardson <[email protected]>
Initial Commit

ac32e720c1473ba5b95c333ebf225dd0d25dab8f authored almost 10 years ago by Blake Grotewold <[email protected]>