Ecosyste.ms: OpenCollective

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

github.com/georust/geo

Geospatial primitives and algorithms for Rust
https://github.com/georust/geo

Merge #758

758: update CI to rust-1.59 r=michaelkirk a=michaelkirk

- [x] I agree to follow the project's [...

560dd24f74310dd78339da28eb12f75dd2d5856c authored almost 3 years ago
Add TODO and top-level docs link

d9510be4f2a9468408cb362b524fb41e7460fee8 authored almost 3 years ago
update CI to rust-1.59

f49d51861573df2a82b1123467f72df906b712ad authored almost 3 years ago
Address review comments

0b20e6d847642f56f06c86c5190fd3ed07927cc9 authored almost 3 years ago
Add PR reference

59e8403033d35b8168e2af6760bde8b8d3085616 authored almost 3 years ago
Changelog for geo-types

cdf0b225ba3d9ef6147526de9c9f54b87a0c822e authored almost 3 years ago
Update changelog

2fb1314bd237521735854530661cfeed83d209b3 authored almost 3 years ago
Add docs

e3f1680d339e436574e41e6bdff0e19a2f6b5b80 authored almost 3 years ago
Uniformly use Self::Scalar in associated types

c4a5a68b78e5c7045be8b178cb749fb62cae9a56 authored almost 3 years ago
Implement LinesIter for Triangle

807aca69bbad783496b265c9de99c8dbe1935d34 authored almost 3 years ago
Implement LinesIter for Rect

5797f4615311de55f9be537cb5f3c7494c4aab03 authored almost 3 years ago
Implement LinesIter for MultiPolygon

62418baa75534d82ea9114f6f457271fde167035 authored almost 3 years ago
Implement LinesIter for Polygon

15547daf1df5274931544b9af2d7aa1389380dcd authored almost 3 years ago
Implement LinesIter for MultiLineString

e407ab036438cf50a869311c24c9e63890e97410 authored almost 3 years ago
Implement LinesIter for LineString

77af02d50b109cf0891470fa3efefe205930e530 authored almost 3 years ago
Add LinesIter trait, impl for Line<T>

e74d6ce927a9e0417c7ef67fd4488c94bc89d6e6 authored almost 3 years ago
Merge #752

752: Fix macros not allowing trailing commas r=frewsxcv a=nyurik

Macros like `coord!` need to s...

3ed8c0fa33de062a2edd1769c305047b93cd427e authored almost 3 years ago
Fix macros not allowing trailing commas

Macros like `coord!` need to support trailing comma cases:

```
coord! {
x: 181.2,
y: 51...

87021a48a7a0d1564ae7c587052f3a93c923d315 authored almost 3 years ago
Merge #750

750: Add `cargo fmt` test to lint CI r=lnicola a=nyurik

Formatting should be enforced the same ...

a0b116238b076cba764c0f79c9d6236c1719e738 authored almost 3 years ago
add component

19a9b419b14effc5a6a9d6a05f11acda91651de0 authored almost 3 years ago
Add `cargo fmt` test to lint CI

Formatting should be enforced the same ways as clippy,
added it as a linting step.

3291825dee8ea11af5fd17fe5d348953ea4a88af authored almost 3 years ago
Merge branch 'master' into ed2021

db99a1aa71de2645bff357cf092d632151dc8470 authored almost 3 years ago
Merge #740

740: Make clippy happy and add it to CI r=michaelkirk a=nyurik

* Add clippy to CI pipeline - mi...

87dd6129a1a670aec18df960108e47f964edfe50 authored almost 3 years ago
Reduce float precision, restrict CI to branches

a0529a96243a772566465f41d4cd257d114c35a9 authored almost 3 years ago
Merge #748

748: Run CI on pull requests r=nyurik a=nyurik

This ensures CI automatically runs on PRs, even ...

efdb9e1be82e73b99ac404d98dadb58a0f1d7563 authored almost 3 years ago
limit push CI to main branches

3827403fa4dd904622accbfd28f73eb2aefca044 authored almost 3 years ago
Run CI on pull requests

This ensures CI automatically runs on PRs, even if submitted from forks.

Doing this avoids a si...

c4951323f63614b07a006e748c1bd5a8a7fcdafa authored almost 3 years ago
Merge branch 'master' into clippy-fix

4fcd6ee56fc5877cbe93d3f5c5901ed27ffb0fb0 authored almost 3 years ago
Merge #743

743: Compact simple where clauses r=frewsxcv a=nyurik

I think it gives relatively little value ...

40a59c00493b13fb9cf92e212b8cc312b19e6d6f authored almost 3 years ago
Compact simple where clauses

I think it gives relatively little value to use a verbose multiline `where T: CoordNum` form whe...

39bc4635f5d965c75f19f79960178726e6b73044 authored almost 3 years ago
Switch to 2021 Rust edition, 1.56 MSRV

7527ab0fe9ff26296a0ad6aeaaae85c72aa2bd41 authored almost 3 years ago
include all features in clippy

b0062edd9ffb4d482ba3938823db115dc33e3166 authored almost 3 years ago
clippy job name

763b246e85025d40b197d3fb07de45b4cf388586 authored almost 3 years ago
run clippy on root, another minor fix

9dac965053c6c513de40ce5d56658924f4e34cbd authored almost 3 years ago
add clippy

71f539c4cd4be646ea79acbeee50a916105a1d2a authored almost 3 years ago
improve example with str

b93997ef615384c07f877268b8cc3f08317311e9 authored almost 3 years ago
Make clippy happy and add to CI

* Add clippy to CI pipeline - might as well let CI do its magic :)
* Applied a number of fixes s...

15e1609dbac130d685b9c40e28736652bdbdfc19 authored almost 3 years ago
cargo fmt

c197141345bf87d3aeb61546a7fe452aa83baf74 authored almost 3 years ago
Merge #736

736: Spell checking and a few minor fixes r=michaelkirk a=nyurik

* Fixes a few typos and commas...

d57ca24f427cf3411a2ec88d6b7dca69ed36cd27 authored almost 3 years ago
Merge #734

734: Use automatic default implementation r=frewsxcv a=nyurik

Make the code just a bit shorter ...

0f89b94587c855940f66f52bc3ab3075897ecbee authored almost 3 years ago
Merge #739

739: Prepare for geo 0.19.0 release. r=michaelkirk a=frewsxcv

Co-authored-by: Corey Farwell <...

32801becee9b0da3d262815441659e038de3dc07 authored almost 3 years ago
Prepare for geo 0.19.0 release.

0780a4c8ffb9b1bfc186e68110cc0d4b1f5683e4 authored almost 3 years ago
Merge #738

738: Prepare for geo-types 0.7.3 release. r=michaelkirk a=frewsxcv

This is needed for a geo rel...

1e5b15cf64f5e3248d64b2573ac80e2aaaf8ab39 authored almost 3 years ago
Prepare for geo-types 0.7.3 release.

65f010adf586698d562dbf96a1e15e5ccd4c860e authored almost 3 years ago
revert to uncomparable

9d2440c28ab59325b38198f609f039786b87a537 authored almost 3 years ago
bring back manual Default for GeomCollection

228e65a9071af0cf210a74b00f616dc3199528f6 authored almost 3 years ago
Merge #737

737: A few noop code cleanups r=frewsxcv a=nyurik

* Remove unused `use` from frechet_distance.r...

ff451cd26e894534dcaf471c60feea22137854e3 authored almost 3 years ago
A few noop code cleanups

* Remove unused `use` from frechet_distance.rs and rotate.rs
* compacted `if ... {return a} else...

efd381f1fcaab93fe4388fabfa2d1c5be0a84912 authored almost 3 years ago
Spell checking and a few minor fixes

* Fixes a few typos and commas
* Remove non-working anchor in CONTRIBUTING.md
* Fixed a few link...

a1b8d4cf4df5fa98fcaed822f4b288f3327babf3 authored almost 3 years ago
Use automatic default implementation

Make the code just a bit shorter by using the automatically generated `default` implementation (...

0ee2101c363aab07c391920e0ae6db3ea0f749f9 authored almost 3 years ago
Merge #730

730: Port Transform trait to `proj` crate. r=frewsxcv a=michaelkirk

- [x] I agree to follow the...

d7df62727c7928acee045a5736033dcb2a16e7b9 authored almost 3 years ago
Use transform trait from proj.

The trait was mostly lifted from geo and ported to proj.

To it, I added:

- a mutable (in place...

faf0a968f8b7291d4bfd5f65bb67eefaed1a6cda authored almost 3 years ago
Merge #731

731: Fix polygon distance fast path r=frewsxcv a=urschrei

This replaces the previous, buggy ite...

1d3b32970a49746de6ce2400305725edd21f7c15 authored almost 3 years ago
Fix max iterations

0072cfe17ac53229e8d87bd15526d4a087c06e3b authored almost 3 years ago
Fix fast path

The fix replaces the previous, buggy iteration logic and base case with logic that relies upon t...

08b5d30fe5662d069ef1d34c4400b05da8031d17 authored almost 3 years ago
Merge #729

729: project tidy r=lnicola a=michaelkirk

- [x] I agree to follow the project's [code of conduc...

497d67dfa972faeac756181eb00a0c1962b0beab authored almost 3 years ago
address deprecation warnings

- use non-deprecated methods where possible
- allow use of the deprecated methods only in the do...

77479b7da89845f6d2bfd83df1bca9d8189cc3de authored almost 3 years ago
avoid debug spam in test logs

b2c3af0421f33f07cc364df2ce3fdf37a53bc79d authored almost 3 years ago
run CI daily

34540a6160221d7b5f5e0cf174999d3aa77d4459 authored almost 3 years ago
address clippy - no change in behavior

warning: called `is_none()` after searching an `Iterator` with `find`
--> geo/src/algorithm/i...

33824e67cd4e872e646cbde28873d81e5a7138e3 authored almost 3 years ago
remove unused field/type

52003fe5303ff89298ed98ebc6e2d5fc68ad45e7 authored almost 3 years ago
organize cargo.toml - no change in behavior

- features first
- abc order for deps

021d75ce740d080da72708df1631029b0215551e authored almost 3 years ago
Merge #727

727: Add get() to IntersectionMatrix r=michaelkirk a=michaelkirk

- [x] I agree to follow the pr...

cdd780abced28fa17d761f8fd8a197c59b8ec959 authored almost 3 years ago
Add get() to IntersectionMatrix

6772a8bb3a4e886633f6d016575028ad89b7a59e authored almost 3 years ago
Merge #725

725: Add missing implementations for `Intersects` r=michaelkirk a=msalib

See #724

- [X] I a...

53faa6693a0b801fae9da6785dbbf2bc3dddc582 authored almost 3 years ago
Merge branch 'master' into msalib/add-missing-intersects-impls-724

bb94e09d90ac9ddf09fe1319b91fbdee4e13b1c0 authored almost 3 years ago
Merge #726

726: bump MSRV to 1.55, add rust-1.58 r=michaelkirk a=michaelkirk

- [x] I agree to follow the p...

93e0f8e2c3e635242a7f218c4c46dc2aea1a3c0c authored almost 3 years ago
bump MSRV to 1.55, add rust-1.58

MSRV for latest 'arbitrary' crate is 1.55

350b33e810c4b926f93b9436f761b682e949765e authored almost 3 years ago
update CHANGES.md

a2ef07b0b1e54f7d3717fe5b7ae372cfc0eb9ccb authored about 3 years ago
Add missing implementations for `Intersects`

0de902266c351372ba5477ca35cb3e52bf27cf6a authored about 3 years ago
Merge #718

718: Add new `Transform` algorithm for transforming a geometry with PROJ. r=lnicola a=frewsxcv

...

73af924214f752ee8a2f68decc6b8d34d9cbf77a authored about 3 years ago
Prefer err.fmt(f)

323717ab11d244866cc35257eee57e799598ec58 authored about 3 years ago
Add new `Transform` algorithm for transforming a geometry's CRS.

c990bc11a9da5344bf23e5e760d5c81395f9d117 authored about 3 years ago
Merge #722

722: dont require boxing error for try_map_coords r=frewsxcv a=michaelkirk

- [x] I agree to fol...

aa8150204ec87d9184ac9b441235270aad80d0c0 authored about 3 years ago
Don't require boxing error for try_map_coords

Fixes https://github.com/georust/geo/issues/719

382f280f775fd26a55041604cb8f51df9f59018c authored about 3 years ago
Merge #700

700: Minor: Remove test_all_general() from code coverage report. r=michaelkirk a=martinfrances10...

471d15ad0f104978eb720db511209af4edcf8077 authored about 3 years ago
Merge #715

715: Add +=, -=, *=, and /= for Point r=michaelkirk a=willhansen

- [x] I agree to follow the pr...

010662fd013ea81280c5332369d008144ec9071d authored about 3 years ago
Add +=, -=, *=, and /= for Point

99c029b1937d5f30b238feb8392e2d5458997bc6 authored about 3 years ago
Merge #4

4: ci r=lnicola a=michaelkirk

Co-authored-by: Michael Kirk <[email protected]>

d3423be97193d093434e8293bc17e72d0291cfa0 authored about 3 years ago
ci

f602ca58cc2b210ba8b1eb88fbc293fff8bc0844 authored about 3 years ago
remove unnecessary patches (#8)

The necessary changes have been merged upstream

7e0bd08208568e535744fa763019896a134622a6 authored about 3 years ago
Merge #711

711: Deprecate `Point::{lat,lng}` and friends r=frewsxcv a=lnicola

- [x] I agree to follow the ...

be788aab9b00a736831094e7b245a5de68a36c0b authored about 3 years ago
Update changelog

67a9acdd47c08cf3726896345a94fb0661ec7443 authored about 3 years ago
Avoid deprecated Point methods

f5aed104d0c21c3a780b8a45cc91759851f8816f authored about 3 years ago
Deprecate Point::{lat,lng} and friends

c42fd2b86ee84781f75976bb636f7ae2b5a0b7c5 authored about 3 years ago
Merge #705

705: More LineString iterators r=urschrei a=urschrei

- [x] I agree to follow the project's [cod...

4ce78ee4398a2f8b57d508366ab23a76a0cf5b83 authored about 3 years ago
Update CHANGELOG

214af78a4775ea4442635ccc0612526f19841e4a authored about 3 years ago
More re-formatting

007647931f16224432c42334bda55845241737c7 authored about 3 years ago
Re-format LineString semantics

053eb4d2af12557ad24af6cbfb7ae9767d3f4f22 authored about 3 years ago
Regularise iterators and revise docs

2ffa8e8dfbd09f7bb8c507d110d76aa4e3ac6738 authored about 3 years ago
Merge #709

709: FIX: geo tests not running in CI r=lnicola a=michaelkirk

- [x] I agree to follow the proje...

3e2b00a599de1c2196debb7d2a6febe1360aed9f authored about 3 years ago
FIX: geo tests not running in CI

Due to the lack of quoting, the "use-serde" feature was incorrectly
being interpreted as a filte...

5e2ffdf1487dd605079077a2166a3a91955630f7 authored about 3 years ago
Implement suggestions

9b6074ccac71849532d3fddc54870e8a58b359fb authored about 3 years ago
Update geo-types/src/line_string.rs

Co-authored-by: Corey Farwell <[email protected]>

6405bf6cc25d038641bd7641fa96ce533fdfbf79 authored about 3 years ago
Fix docstring

fbcbf474bf56055119ccb8255bf4a6bb909ecc9d authored about 3 years ago
Defer iter to underlying vec impl

24321880708d6081f37531f65ca7d56935d27c5d authored about 3 years ago
Fix iter_mut impl

476a6cfb2fca05a7dd86556a2ad99de12c4711cd authored about 3 years ago
Add more Coordinate iterators for LineString

Hitherto, we only supported looping as opposed to direct iteration (though since .0 is public, w...

fc4dd785c7c102e52fb5ac8616c0b3da0f7d1c9c authored about 3 years ago
Replace doc links

6f4a8525f8346cb836d18c1b2ae93ed2e815b1a9 authored about 3 years ago
Implement IntoIter for a borrowed LineString

696253d14bd393b7ab14ef07d37e20642608ea0f authored about 3 years ago