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 branch 'main' into frewsxcv-gat

a812d19b2ae664dbc746df4f34b7a596500bd3e0 authored over 1 year ago
Merge pull request #1067 from georust/mkirk/bump-msrv

Add 1.70, 1.71 to CI, bump MSRV to 1.65

44d6dc1b70e989f4bfb7a74b4d1987d21f190d35 authored over 1 year ago
Add `Polygon::try_exterior_mut` and `Polygon::try_interiors_mut`.

34c7a85c98b64d62ea59d8a6cadbd513c627a220 authored over 1 year ago
add use geo:: statement for example

8caa1c00d2c160ffc5b3d321a43fe9d1ed648f01 authored over 1 year ago
fix Chaikin typo that was absolutely mine

76008beae7995efaaef6b2ce293fc3151beb6ef4 authored over 1 year ago
add example in docs

8c9489f8f97c92ce16adfbc026e3e3aeb82f2c3f authored over 1 year ago
address typos / comment suggestions

1898363708d5e8b98a54badff50a24e19d2d1111 authored over 1 year ago
Merge branch 'georust:main' into segmentize

c6a8eeb9a9a5d8ac08f89724f269356a8cfad263 authored over 1 year ago
Add 1.70, 1.71 to CI, bump MSRV to 1.65

ba19c77451e67967627d7cd2529b72fd6d2a3cb7 authored over 1 year ago
Merge pull request #1069 from georust/fix-clippy

Fix clippy warnings

eb0cd98f3ccfa226631af23d94d66d214ea66488 authored over 1 year ago
Fix clippy warnings

724d6629f5e8e4145a46e270ce4006ca313e096e authored over 1 year ago
Merge pull request #1068 from georust/mkirk/remove-extern

Remove unnecessary `extern crate` declarations.

09790f8238e0af892729d4c44092a080e2cdb54a authored over 1 year ago
Remove unnecessary `extern crate` declarations.

`extern crate` used to be needed for any dependency and to use macros.
As of rust 2018, this is ...

cf826b63efeb61fe0760aff712ee04791ed49da3 authored over 1 year ago
wkt macro to create geo_types

1104256bd1d076c01d3b396e2189bdbecd8b42e6 authored over 1 year ago
fixup nostd build of geo-types macros

818004a19c0ef3b660451e4dd181b9978bfdec12 authored over 1 year ago
A couple examples using the wkt macro in tests

301f24ed8af76c89d139cd0bf06d6d38f551a299 authored over 1 year ago
Merge pull request #1062 from martinfrances107/resolver

Minor: Fixed resolver lint warning

ae914405734297c29652b4fdcf798c59eb00b24c authored over 1 year ago
Minor: Fixed resolver lint warning

> warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual wor...

b4449c657a819682fcdae62dfeecf16e48bae66a authored over 1 year ago
Merge branch 'main' into segmentize

c960f68b89b8f6a73005b340bebea6a5a6a65f43 authored over 1 year ago
Merge pull request #1048 from RobWalt/chore/cleanup-remove-unused-code

chore: remove unused impl of private trait ActiveSet

d13e70c6438d4b8a845a1403afb8db4ec146f251 authored over 1 year ago
Merge pull request #1047 from RobWalt/refactor/lineorpoint-to-enum

refactor: replace LineOrPoint struct with enum

c4ee4864c8b89d68accee0b892c57434298d7c38 authored over 1 year ago
Merge pull request #1058 from martinfrances107/zip

Minor: clippy - removed calls to .into_iter() where no needed.

e21b3d061db6c888615fa39fc96bb7b4a6c6e40d authored over 1 year ago
Minor: clippy - removed calls to .into_iter() where no needed.

ad46f9aff24c92b8a166df468dada1d1c66ec09c authored over 1 year ago
Add benches

f446ad6868f9aee6a7bff36735dfc0ddf82511ba authored over 1 year ago
Inline point intersects rect

3b70fe647445b699bfb12dca68ffd9ff44113e40 authored over 1 year ago
Improve coordinate position for rect and triangle

d06e5f01f6510019b9fbe3a177e6f579456c49a7 authored over 1 year ago
Simplify polygon intersects coord

6f838a54ab5e0b64ed404f10c995adbb19188881 authored over 1 year ago
Improve perf for triangle intersects point

fc132ada02ede11489b7e7416b0a5c44a8e18862 authored over 1 year ago
Improve perf for triangle contains point

730fc3970d2d9170edf15745cbd652f3b3e4d7e3 authored over 1 year ago
address clippy in cloning

d05f1cd7a4ea69a5a6533456a56d6563c7ff4f7e authored over 1 year ago
allow n to be more than n lines and run cargo fmt --all

8e22ffd1fa66effdadd4f4b457bccf2f06574d66 authored over 1 year ago
Merge branch 'main' into segmentize

34d6c956aa2af638f428730b56464d04ff410c8c authored over 1 year ago
Merge pull request #1037 from georust/frewsxcv-patch-1

Delete bors.toml in favor of GitHub merge queues

267ae708395251b0c899657b15aba23cbf4e2827 authored over 1 year ago
Revert "Add a failing test to ensure merge queues are working as expected"

This reverts commit f593faedd0b35e4742146834811431045b097e9b.

b065119781523c5faec9b2ae91fc05673585ba36 authored over 1 year ago
Add a failing test to ensure merge queues are working as expected

f593faedd0b35e4742146834811431045b097e9b authored over 1 year ago
Add merge_group setting as per docs

fcc1430bef3e510aad93dac2bc3af6dda16710af authored over 1 year ago
Delete bors.toml in favor of GitHub merge queues

ae98f5edf15374d199ad5e4f1f59abc4c8ebd3b5 authored over 1 year ago
Update workflow to work with GH merge queue

We need a ci-status job that explicitly fails, rather than skips.

As we discovered in https://g...

4bff7e1cd5749244d0317366922c8f71939c6a0d authored over 1 year ago
use assert!() over asser_eq(expr, true)

be7fc935d99d36df1fecd81992f8375b6ef80166 authored over 1 year ago
To please the clippy god, i bow to thee

c02a915022c81e09d6fa971d03e86f8c861947ef authored over 1 year ago
remove let else to address MSRV of 1.63 and fix CI

3ea7b318fa9fb9d180a7e670e8a702b3bb9acc5a authored over 1 year ago
address cargo fmt CI error

5d29811c45bbc190b1fa1ac7b04cfdfe9a0f8d87 authored over 1 year ago
modify test to be relative_eq assertion

dc7d8bcb76acf0b8b983988bc38f9b6d5e972bba authored over 1 year ago
add segmentize functionality

b668088f180b414a81c1e7cc4be572a3d1741db6 authored over 1 year ago
fix: fix reason for failing CI

6128356225f222dbf37241da0d550cdaedd5dc65 authored over 1 year ago
refactor: replace LineOrPoint struct with enum

83b3f34cd29eb77679e718457c0f274df2e55917 authored over 1 year ago
Merge #1051

1051: Vector2DOps fixes r=michaelkirk a=thehappycheese

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

dea43d2fb2388de4d54eb77e81ad6da29bb48b24 authored over 1 year ago
fix wording in test comment

868f81c684744dd7f1fb889c6bc79a7b66eb9ba3 authored over 1 year ago
cargo fmt

bc67d4baf8ccbbd63e44150947945f84dcc7fa88 authored over 1 year ago
consistent argument names

fa86a3ec3ddf9ea02aa11f5cb552b9739ba05f32 authored over 1 year ago
removed Send + Sync as not needed

f6027ceba37f980b13fc24a6e0cc593d8a45fb6f authored over 1 year ago
fix tests; now more cases return valid results

ae38ffbd04eb634647bad5d2b1262e8a165f94f4 authored over 1 year ago
use hypot for magnitude to reduce over/underflow

c03a1f902cbbbb6523dac79968be8498dccb331c authored over 1 year ago
update changelog

360d5f0afe6567b7a98b47512341e7d4692ae9fc authored over 1 year ago
Merge #1029

1029: implement euclidean distance for all geometry types r=michaelkirk a=mcassels

- [ x] I agr...

95176bb2045b7b0c94da98ee1f855da6388d86ef authored over 1 year ago
Merge #1043

1043: Ergonomic de-9im specification matching r=frewsxcv a=michaelkirk

- [x] I agree to follow ...

229393a2f4e987a067dd24da78bbff20bb430fa4 authored over 1 year ago
Merge branch 'main' into mkirk/im-matches

4c64892715f04ca790845e1a2bf28294eb10e522 authored over 1 year ago
refactor euclidean distance implementation macros

81c17251646a6715e9b06d615d6f156bcff5e803 authored over 1 year ago
chore: remove unused impl of private trait ActiveSet

f5181ba8d518480c3f27bd835be64191380e54e1 authored over 1 year ago
Merge #1018

1018: Monotone Polygon Subdivision r=rmanoka a=rmanoka

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

1df7851e46add42c413859954a9f4c4a82fc1841 authored over 1 year ago
Merge #1041

1041: Add Hausdorff Distance trait r=michaelkirk a=JosiahParry

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

eeb2b8ebe7358d9d10a0a391903a1d592576e5a1 authored over 1 year ago
add changelog not on hausdorff distance

17d48221d8af7b8e19cc92b9f8adec90140a2be6 authored over 1 year ago
Vector2DOps Trait - Proposal (#1025)

* add trait VectorOps & impl for Coord

* fix test for try_normalize

* fix format

* Rename ass...

d87fc542cab41d106580acefe816d4dffa834f6a authored over 1 year ago
address comments

e8cba425440a835630b37fe09dd4c1fdde2cc85b authored over 1 year ago
Ergonomic de-9im specification matching

e.g. `intersection_matrix.matches('TTT***FF2')`

06aa14627fec9fd0d178da2e5c6c8b43a4772126 authored over 1 year ago
docs for IntersectionMatrix::from_str

9a81c55528b86f20d5e26762e7b3402d51e84b70 authored over 1 year ago
cargo fmt

30b77af3528440804a437c90770ecedb69279e83 authored over 1 year ago
cargo fmt line breaks

2254696703ded0cc85ee254155cc6ca1cf4fd5a3 authored over 1 year ago
run cargo fmt to tidy up

4a7b2b9e5773f75b08d5739036c19349b7eea97c authored over 1 year ago
add a couple of tests

1c44e3b5578b4e2af24bf3755827ca2b87c7e2eb authored over 1 year ago
resolve PR comments

bf5977aa66fbaaf91262015a75c9cde389cf6868 authored over 1 year ago
add hausdorff distance trait

1bd61e594641ea60df5f331875fb4df16d942b2c authored over 1 year ago
docstring edit (#1040)

2ab2b27601dde717dfc9394a223f99d4aca1ec60 authored over 1 year ago
Fix bug in CoordPos logic for MonoPoly

+ inc PR suggestions; thanks @frewsxcv

570c9bfae5041c0534d19d4556a652fed1f070f1 authored over 1 year ago
Merge branch 'main' into rm/monotone-subdivision

6532ccc5b0be852ab48f0e0be46aab238b71c594 authored over 1 year ago
refactor impl_euclidean_distance_to_geometry to remove clone

c3c6266a1a7f4d10afe98a88552d6ba77bd7a3cf authored over 1 year ago
Update to geo 0.26.0 and geo-types 0.7.11

3f9e12f19493527afaf5330bfc3209364dad8d7a authored over 1 year ago
Merge #1036

1036: Prepare for geo 0.26 / geo-types 0.7.11 releases r=urschrei a=urschrei

- [x] I agree to f...

24840e0cd26797932c78ebf418d39caaf3133f8b authored over 1 year ago
Prepare for geo 0.26 / geo-types 0.7.11 releases

61b8baf778f0d0785fc15bd7e045e681a15cb6fc authored over 1 year ago
Merge #1030

1030: Bump rstar and robust dependencies r=michaelkirk a=urschrei

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

31888c06283346747c7891e7fd55b038c4b5fa8e authored over 1 year ago
Bump rstar and robust dependencies

7dc1efd614894c9e6e44f9c8421e189922474aba authored over 1 year ago
Merge #1034

1034: Add "Geospatial" category to Cargo.toml r=lnicola a=umepon0626

I tried to create PR for #...

d4c858308ba910f69beab175e08af263b17c5f9f authored over 1 year ago
add category

1d0feea71f508fb96db4a638a482d4a31be98e7d authored over 1 year ago
Merge #1033

1033: update CI containers to use libproj 9.2.1 r=michaelkirk a=urschrei

- [x] I agree to follo...

22e6956a900a3698169ff70a51d4bd939fd946c0 authored over 1 year ago
update CI containers to use libproj 9.2.1

c4ce4467699a644454a2ffbe4c858d5a335d977e authored over 1 year ago
implement euclidean distance for all geometry types

2709d7f841af05551e1d065403a853dbe5fdde70 authored over 1 year ago
Merge #1027

1027: update CI containers r=urschrei a=michaelkirk

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

3a9ce418821ca53810be215ba0d1b591191870f6 authored over 1 year ago
update CI containers

7c93649f958c605d694564d68a51f5543336a989 authored over 1 year ago
Merge #1026

1026: haversine closest point fixups r=michaelkirk a=michaelkirk

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

c448c4175446d8aaa42d2145887ac88f3968439d authored over 1 year ago
fix clippy

de7f8f731758941162cb04ce367d8367497d6744 authored over 1 year ago
HaversineClosestPoint notes approximate intersection behavior

dfef2dab9b48ab23aa2a4ab87901af55a5c5fe8e authored over 1 year ago
cargo fmt

4feecef1ed09505c29d44acf3ed4d9022929f5c9 authored over 1 year ago
Merge #1024

1024: geo-types: Weaken `serde/std` and `approx/std` features r=frewsxcv,lnicola a=w-flo

Previo...

79c23eafa961e60eec73487365525c9301f7f06f authored over 1 year ago
Merge branch 'main' into main

0242ae46b801bb66dff1f0515342d7d846254435 authored over 1 year ago
Prepare for geo 0.25.1 release (#1022)

4d253e6908e0235a3c0c3e7406ddec77068ab700 authored over 1 year ago
geo-types: Weaken `serde/std` and `approx/std` features

Previously, if I wanted only the `std` feature of geo_types, this would
enable the `serde` and `...

1612f1da3fc1bd3d641675b5afbcad48ebefd4ab authored over 1 year ago
Prepare for geo-types 0.7.10 release (#1023)

3ef315c41d001ce25cd34a0380e15c4d1ffc56e1 authored over 1 year ago
Support multi polygons in monotone subdiv

2faf624d0ffabdc86137a3c621346f500772ceca authored over 1 year ago
Merge #1020

1020: Implement `From<&Line>` for `LineString` r=lnicola a=gibbz00

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

9b477fc7b24fcb8731bd5e01d559b613e79ada0c authored over 1 year ago
Add change to `geo-types/CHANGES.md`

7a3c31a5b2b0dc2ac7383fe701cd171bc2161fe3 authored over 1 year ago