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
758: update CI to rust-1.59 r=michaelkirk a=michaelkirk
- [x] I agree to follow the project's [...
560dd24f74310dd78339da28eb12f75dd2d5856c authored almost 3 years agod9510be4f2a9468408cb362b524fb41e7460fee8 authored almost 3 years ago
f49d51861573df2a82b1123467f72df906b712ad authored almost 3 years ago
0b20e6d847642f56f06c86c5190fd3ed07927cc9 authored almost 3 years ago
59e8403033d35b8168e2af6760bde8b8d3085616 authored almost 3 years ago
cdf0b225ba3d9ef6147526de9c9f54b87a0c822e authored almost 3 years ago
2fb1314bd237521735854530661cfeed83d209b3 authored almost 3 years ago
e3f1680d339e436574e41e6bdff0e19a2f6b5b80 authored almost 3 years ago
c4a5a68b78e5c7045be8b178cb749fb62cae9a56 authored almost 3 years ago
807aca69bbad783496b265c9de99c8dbe1935d34 authored almost 3 years ago
5797f4615311de55f9be537cb5f3c7494c4aab03 authored almost 3 years ago
62418baa75534d82ea9114f6f457271fde167035 authored almost 3 years ago
15547daf1df5274931544b9af2d7aa1389380dcd authored almost 3 years ago
e407ab036438cf50a869311c24c9e63890e97410 authored almost 3 years ago
77af02d50b109cf0891470fa3efefe205930e530 authored almost 3 years ago
e74d6ce927a9e0417c7ef67fd4488c94bc89d6e6 authored almost 3 years ago
752: Fix macros not allowing trailing commas r=frewsxcv a=nyurik
Macros like `coord!` need to s...
3ed8c0fa33de062a2edd1769c305047b93cd427e authored almost 3 years agoMacros like `coord!` need to support trailing comma cases:
```
coord! {
x: 181.2,
y: 51...
750: Add `cargo fmt` test to lint CI r=lnicola a=nyurik
Formatting should be enforced the same ...
a0b116238b076cba764c0f79c9d6236c1719e738 authored almost 3 years ago19a9b419b14effc5a6a9d6a05f11acda91651de0 authored almost 3 years ago
Formatting should be enforced the same ways as clippy,
added it as a linting step.
db99a1aa71de2645bff357cf092d632151dc8470 authored almost 3 years ago
740: Make clippy happy and add it to CI r=michaelkirk a=nyurik
* Add clippy to CI pipeline - mi...
87dd6129a1a670aec18df960108e47f964edfe50 authored almost 3 years agoa0529a96243a772566465f41d4cd257d114c35a9 authored almost 3 years ago
748: Run CI on pull requests r=nyurik a=nyurik
This ensures CI automatically runs on PRs, even ...
efdb9e1be82e73b99ac404d98dadb58a0f1d7563 authored almost 3 years ago3827403fa4dd904622accbfd28f73eb2aefca044 authored almost 3 years ago
This ensures CI automatically runs on PRs, even if submitted from forks.
Doing this avoids a si...
c4951323f63614b07a006e748c1bd5a8a7fcdafa authored almost 3 years ago4fcd6ee56fc5877cbe93d3f5c5901ed27ffb0fb0 authored almost 3 years ago
743: Compact simple where clauses r=frewsxcv a=nyurik
I think it gives relatively little value ...
40a59c00493b13fb9cf92e212b8cc312b19e6d6f authored almost 3 years agoI think it gives relatively little value to use a verbose multiline `where T: CoordNum` form whe...
39bc4635f5d965c75f19f79960178726e6b73044 authored almost 3 years ago7527ab0fe9ff26296a0ad6aeaaae85c72aa2bd41 authored almost 3 years ago
b0062edd9ffb4d482ba3938823db115dc33e3166 authored almost 3 years ago
763b246e85025d40b197d3fb07de45b4cf388586 authored almost 3 years ago
9dac965053c6c513de40ce5d56658924f4e34cbd authored almost 3 years ago
71f539c4cd4be646ea79acbeee50a916105a1d2a authored almost 3 years ago
b93997ef615384c07f877268b8cc3f08317311e9 authored almost 3 years ago
* Add clippy to CI pipeline - might as well let CI do its magic :)
* Applied a number of fixes s...
c197141345bf87d3aeb61546a7fe452aa83baf74 authored almost 3 years ago
736: Spell checking and a few minor fixes r=michaelkirk a=nyurik
* Fixes a few typos and commas...
d57ca24f427cf3411a2ec88d6b7dca69ed36cd27 authored almost 3 years ago734: Use automatic default implementation r=frewsxcv a=nyurik
Make the code just a bit shorter ...
0f89b94587c855940f66f52bc3ab3075897ecbee authored almost 3 years ago739: Prepare for geo 0.19.0 release. r=michaelkirk a=frewsxcv
Co-authored-by: Corey Farwell <...
32801becee9b0da3d262815441659e038de3dc07 authored almost 3 years ago0780a4c8ffb9b1bfc186e68110cc0d4b1f5683e4 authored almost 3 years ago
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 ago65f010adf586698d562dbf96a1e15e5ccd4c860e authored almost 3 years ago
9d2440c28ab59325b38198f609f039786b87a537 authored almost 3 years ago
228e65a9071af0cf210a74b00f616dc3199528f6 authored almost 3 years ago
737: A few noop code cleanups r=frewsxcv a=nyurik
* Remove unused `use` from frechet_distance.r...
ff451cd26e894534dcaf471c60feea22137854e3 authored almost 3 years ago
* Remove unused `use` from frechet_distance.rs and rotate.rs
* compacted `if ... {return a} else...
* Fixes a few typos and commas
* Remove non-working anchor in CONTRIBUTING.md
* Fixed a few link...
Make the code just a bit shorter by using the automatically generated `default` implementation (...
0ee2101c363aab07c391920e0ae6db3ea0f749f9 authored almost 3 years ago730: Port Transform trait to `proj` crate. r=frewsxcv a=michaelkirk
- [x] I agree to follow the...
d7df62727c7928acee045a5736033dcb2a16e7b9 authored almost 3 years agoThe trait was mostly lifted from geo and ported to proj.
To it, I added:
- a mutable (in place...
faf0a968f8b7291d4bfd5f65bb67eefaed1a6cda authored almost 3 years ago731: Fix polygon distance fast path r=frewsxcv a=urschrei
This replaces the previous, buggy ite...
1d3b32970a49746de6ce2400305725edd21f7c15 authored almost 3 years ago0072cfe17ac53229e8d87bd15526d4a087c06e3b authored almost 3 years ago
The fix replaces the previous, buggy iteration logic and base case with logic that relies upon t...
08b5d30fe5662d069ef1d34c4400b05da8031d17 authored almost 3 years ago729: project tidy r=lnicola a=michaelkirk
- [x] I agree to follow the project's [code of conduc...
497d67dfa972faeac756181eb00a0c1962b0beab authored almost 3 years ago
- use non-deprecated methods where possible
- allow use of the deprecated methods only in the do...
b2c3af0421f33f07cc364df2ce3fdf37a53bc79d authored almost 3 years ago
34540a6160221d7b5f5e0cf174999d3aa77d4459 authored almost 3 years ago
warning: called `is_none()` after searching an `Iterator` with `find`
--> geo/src/algorithm/i...
52003fe5303ff89298ed98ebc6e2d5fc68ad45e7 authored almost 3 years ago
- features first
- abc order for deps
727: Add get() to IntersectionMatrix r=michaelkirk a=michaelkirk
- [x] I agree to follow the pr...
cdd780abced28fa17d761f8fd8a197c59b8ec959 authored almost 3 years ago6772a8bb3a4e886633f6d016575028ad89b7a59e authored almost 3 years ago
725: Add missing implementations for `Intersects` r=michaelkirk a=msalib
See #724
- [X] I a...
53faa6693a0b801fae9da6785dbbf2bc3dddc582 authored almost 3 years agobb94e09d90ac9ddf09fe1319b91fbdee4e13b1c0 authored almost 3 years ago
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 agoMSRV for latest 'arbitrary' crate is 1.55
350b33e810c4b926f93b9436f761b682e949765e authored almost 3 years agoa2ef07b0b1e54f7d3717fe5b7ae372cfc0eb9ccb authored about 3 years ago
0de902266c351372ba5477ca35cb3e52bf27cf6a authored about 3 years ago
718: Add new `Transform` algorithm for transforming a geometry with PROJ. r=lnicola a=frewsxcv
...
73af924214f752ee8a2f68decc6b8d34d9cbf77a authored about 3 years ago323717ab11d244866cc35257eee57e799598ec58 authored about 3 years ago
c990bc11a9da5344bf23e5e760d5c81395f9d117 authored about 3 years ago
722: dont require boxing error for try_map_coords r=frewsxcv a=michaelkirk
- [x] I agree to fol...
aa8150204ec87d9184ac9b441235270aad80d0c0 authored about 3 years agoFixes https://github.com/georust/geo/issues/719
382f280f775fd26a55041604cb8f51df9f59018c authored about 3 years ago700: Minor: Remove test_all_general() from code coverage report. r=michaelkirk a=martinfrances10...
471d15ad0f104978eb720db511209af4edcf8077 authored about 3 years ago715: Add +=, -=, *=, and /= for Point r=michaelkirk a=willhansen
- [x] I agree to follow the pr...
010662fd013ea81280c5332369d008144ec9071d authored about 3 years ago99c029b1937d5f30b238feb8392e2d5458997bc6 authored about 3 years ago
4: ci r=lnicola a=michaelkirk
Co-authored-by: Michael Kirk <[email protected]>
d3423be97193d093434e8293bc17e72d0291cfa0 authored about 3 years agof602ca58cc2b210ba8b1eb88fbc293fff8bc0844 authored about 3 years ago
The necessary changes have been merged upstream
7e0bd08208568e535744fa763019896a134622a6 authored about 3 years ago711: Deprecate `Point::{lat,lng}` and friends r=frewsxcv a=lnicola
- [x] I agree to follow the ...
be788aab9b00a736831094e7b245a5de68a36c0b authored about 3 years ago67a9acdd47c08cf3726896345a94fb0661ec7443 authored about 3 years ago
f5aed104d0c21c3a780b8a45cc91759851f8816f authored about 3 years ago
c42fd2b86ee84781f75976bb636f7ae2b5a0b7c5 authored about 3 years ago
705: More LineString iterators r=urschrei a=urschrei
- [x] I agree to follow the project's [cod...
4ce78ee4398a2f8b57d508366ab23a76a0cf5b83 authored about 3 years ago214af78a4775ea4442635ccc0612526f19841e4a authored about 3 years ago
007647931f16224432c42334bda55845241737c7 authored about 3 years ago
053eb4d2af12557ad24af6cbfb7ae9767d3f4f22 authored about 3 years ago
2ffa8e8dfbd09f7bb8c507d110d76aa4e3ac6738 authored about 3 years ago
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
Due to the lack of quoting, the "use-serde" feature was incorrectly
being interpreted as a filte...
9b6074ccac71849532d3fddc54870e8a58b359fb authored about 3 years ago
Co-authored-by: Corey Farwell <[email protected]>
6405bf6cc25d038641bd7641fa96ce533fdfbf79 authored about 3 years agofbcbf474bf56055119ccb8255bf4a6bb909ecc9d authored about 3 years ago
24321880708d6081f37531f65ca7d56935d27c5d authored about 3 years ago
476a6cfb2fca05a7dd86556a2ad99de12c4711cd authored about 3 years ago
Hitherto, we only supported looping as opposed to direct iteration (though since .0 is public, w...
fc4dd785c7c102e52fb5ac8616c0b3da0f7d1c9c authored about 3 years ago6f4a8525f8346cb836d18c1b2ae93ed2e815b1a9 authored about 3 years ago
696253d14bd393b7ab14ef07d37e20642608ea0f authored about 3 years ago