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 pull request #1155 from georust/frewsxcv-patch-2

Prepare for 0.28.0 release

08d3f394a9552e90474b4dacd508927cba84a6d2 authored 11 months ago
Update Cargo.toml

a4bc404d9b10b553244722d5634668df59dd0612 authored 11 months ago
Merge pull request #1156 from georust/frewsxcv-patch-3

Prepare for geo-types 0.7.13 release

d0537caf204ec9b62818e43d5e1e1b704654bbcf authored 11 months ago
Update Cargo.toml

5826c02f24387504a766ec096acf1dea57372292 authored 11 months ago
Update CHANGES.md

4af5316cc82ae59144cc071878ab42867c269f88 authored 11 months ago
Merge pull request #1057 from georust/triangle

Point in triangle and rect performance improvements

b1e550a4a3f4257a43cefbbff04c52447b1d006e authored 12 months ago
Merge branch 'main' into triangle

654af8b83df53e778b4e1fead3f490fdfd4eae27 authored 12 months ago
Merge pull request #1151 from georust/mkirk/simplify-docs

attempt to better document Simplify traits `epsilon` parameter

a46eb87f26ab7567db0c86a14248102a4c272052 authored 12 months ago
Update Cargo.toml

39fc55ff69060e17e560d198e87228c4c04e8591 authored 12 months ago
Update CHANGES.md

9b9aca2c08e74ccacac9328191669c23e25f3ebf authored 12 months ago
fixup! attempt to better document Simplify traits `epsilon` parameter

186e9a74b4cd01ba7e68d919e11771a8847ff196 authored 12 months ago
attempt to better document Simplify traits `epsilon` parameter

cc6e8dcf2b9b784957d5c95eae8dbcffcdad98da authored 12 months ago
Merge branch 'main' into triangle

6bf3f313eba8f4f960d65cdd62821074e3049b31 authored 12 months ago
Add changelog entry

dc70bb7a9cbbb071e6fc9d31b707d40b3779f3c3 authored 12 months ago
Apply clippy fixes

a71eb130ef744f689a4b770cc0f20654a2535f4b authored 12 months ago
Use robust predicates

17bd4cc3903ebc3ec8e7f33af95fefa5a94c4420 authored 12 months ago
Merge pull request #1148 from urschrei/compose_many

Add method to compose an arbitrary number of affine ops

d3aac79f89d22c9d8b966386dbeb2c39cbb84dcb authored 12 months ago
Add method to compose an arbitrary number of affine ops

337590464af958b933d312721957c0192ed21eca authored 12 months ago
Merge pull request #1146 from grovesNL/slice-coorditer

Implement `CoordsIter` for arrays and slices

4cd6d9f73fd9542ff038c1db20eab261bd3d8b71 authored 12 months ago
Add changelog entry

c5ff231861ff746940b21b57c68a1c29f73e36d8 authored 12 months ago
Implement `CoordsIter` for arrays and slices

312d7c24b9221b5dc5db5f34813f4a4973a576de authored 12 months ago
Merge pull request #1145 from carlospadron/ring_counts

Ring counts

53ec97327d4dd9cd124be74b8a53a8558bd0836c authored about 1 year ago
Update geo-types/src/geometry/polygon.rs

using num_interior_rings as base to compute total rings

Co-authored-by: Kyle Barron <kylebarro...

4e4070dab7f1d657deb2b8fe1ac0ae19e33a8e18 authored about 1 year ago
Update geo-types/src/geometry/polygon.rs

Co-authored-by: Laurențiu Nicola <[email protected]>

0242c8175e316c4d94a5f04dd87c824efc311e12 authored about 1 year ago
add num_rings and num_interior_rings to changes.md

777a926848b81c0e7d5b1da388921fa9c373aaf3 authored about 1 year ago
adding num_rings and num_interior_rings to polygon

05d2a3b2a9b78d9ece94368567f1538f449f58a1 authored about 1 year ago
Merge pull request #1143 from urschrei/rstar_012

Update geo and geo-types to RStar v0.12.0

c99c426a929dfb16b8a7b015ad72e2148366786c authored about 1 year ago
Fix line test in new rstar feature

9b51c0f918e0ae90e27c94fd546904551a65ccf4 authored about 1 year ago
Update geo and geo-types to RStar v0.12.0

36878b431ea8b5b10578daf0254d27438576a979 authored about 1 year ago
Merge pull request #1141 from urschrei/ch_doc

Add better docs to some convex hull util functions

a5171371ab1d746cfcf821504ae06ae6a60ed9e2 authored about 1 year ago
Add better docs to some convex hull util functions

d263338808a16a1b338537ecf52ae07a198edae7 authored about 1 year ago
Merge pull request #1136 from urschrei/more_relate

Add all remaining predicates: covered by, covers, crosses, overlaps, and touches

72d372351b8815fbe9d3d5c3cc6e7bf2bd174695 authored about 1 year ago
Merge branch 'main' into more_relate

5de42d85725df80bb45dd098f44f0b5f0f85144e authored about 1 year ago
Add all remaining predicates

covered by, covers, crosses, overlaps, touches

588799f83b0f501c43066da562bb4682ca9058a2 authored about 1 year ago
Merge pull request #1102 from andriyDev/comments

Add comments to BoolOps implementation.

4456a9d34fc4111cb708148d23deda47d68b7720 authored about 1 year ago
Merge branch 'main' into comments

a201bb068e2c7e30d3a137acd2ede15f7601e939 authored about 1 year ago
Merge branch 'main' into triangle

369f663515d8e648c5ba244f4c0be7717899df27 authored about 1 year ago
Merge pull request #1139 from jayvdb/fix-typos

Fix typos

bd4fba226b620ddd0bc679ad5df8a35c6dcfcf8f authored about 1 year ago
Fix typos

8c0aee58e7d923226a4812c96cb733d0a1743bfa authored about 1 year ago
Remove remaining TODOs in assembly.rs comments.

f599a5cc754176a88e3384dd46b26190689077fe authored about 1 year ago
Merge pull request #1135 from urschrei/document_relate

Add docs to clarify writing Intersection Matrix functions

182b63209a9d010cd2e1c78a31b536374fab78c5 authored about 1 year ago
Update changelog

91e5dac3faab8e0ea872905322b9d474cf89a641 authored about 1 year ago
Merge branch 'main' into document_relate

9c4f5b1ef3084733b16def6684db142778430ba6 authored about 1 year ago
Merge pull request #1133 from urschrei/topo_equal

Implement topological equality check for IntersectionMatrix

8dc28a3934fe4c671b925aac422bd471f112cd45 authored about 1 year ago
Update changelog

3986349622ee7b791e11d1eef0e03552f9b3a7ac authored about 1 year ago
Merge branch 'main' into topo_equal

b5de365bbfa8b0913c75d8d891e5de498549e405 authored about 1 year ago
Merge pull request #1134 from georust/mkirk/rust-msrv-1.70

Introduce `total_cmp` on GeoNum to avoid unwraps

e0f4b6a519767983d476ecdc65371c0f0205f63c authored about 1 year ago
clarify relationship between IntersectionMatrix and DE9-IM matrix

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

ccc438bd5770700f3f56077ec527523907465756 authored about 1 year ago
fixup changelog

dfdd02591e8a6504c84e0a59f5c70906eab5b572 authored about 1 year ago
Merge HasKernel into GeoNum for simplicity.

There's so little you could do with HasKernel that isn't also a GeoNum.
I'm not sure there's val...

fb6a05802a1d272ed5f5e5962628670c4170e6a8 authored about 1 year ago
Move total_cmp to GeoNum

02208c7f22f800f2a2ec59a5288dc315f85d96ff authored about 1 year ago
Move total_cmp to HasKernel

The previous approach worked, but then there was feedback that the trait
should maybe be "more c...

3c106f4d8e75fc5a7534d33f881758ec0b8857a2 authored about 1 year ago
Document relationship between CoordPos relationships and DE9-IM matrices

7e35154801bd1bb2b841f65175329ecbf5c3440a authored about 1 year ago
Add missing "false" entry for OnBoundary_B / Outside_A

f8aab2d44143c2cd96023876c0399b94465680a5 authored about 1 year ago
New TotalOrd trait avoids exploding when working with NaN.

This fixes a new lint introduced in rust 1.75

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

014ed5c1f2fa4d3dc112bedf763cbdd63546e3c4 authored about 1 year ago
Bump MSRV in line with some of our dependencies.

In particular the latest `home` crate used by bindgen, required by proj, needs rust-1.70+

Also ...

36a884079dcc0e9fd2c18a09e97ab0db9e059d5f authored about 1 year ago
print stats on skipped tests

c1a57d18ccc4d03a00d71fb1c0bd079be1cdb806 authored about 1 year ago
No need to borrow

aebbc480ea8cea97daae6ce8ebaf980b5910f5a7 authored about 1 year ago
Fix asserts in topo equals test

8aee24ae88c7faeae91353feaf4f097d98c67cd3 authored about 1 year ago
Implement topological equality check for IntersectionMatrix

452a883408fedfc3c82db4d03872fc400b6da6d8 authored about 1 year ago
Add inline comments for functions and structs in assembly.rs.

67598f2ed5c25755e3da1d161c3cab8ccfb9429a authored about 1 year ago
Add function and inline comments for op.rs.

aaff54787b25fd357c77a6a0b3297a9d4033e49f authored about 1 year ago
Add comments and inline comments for functions and structs in spec.rs.

30fefd0cbf2de607a352ad80d9985fae09917dd3 authored about 1 year ago
Try to explain the difference between Proc and Spec.

Wow these are tricky to explain the difference.

a30b500bee4c7aee7f34b273db945e6d7cb61d59 authored about 1 year ago
Add comments for functions and structs in assembly.rs.

f69a94b51ab9ce570beb1b29276b9ddf0dfb25e8 authored about 1 year ago
Merge pull request #1122 from georust/mkirk/integrate-spade-coords-iter

small perf improvements to TriangulateSpade

47fadf1d507fd18a40921be28ee52e1ada6def04 authored about 1 year ago
PERF: `TriangulateSpade` uses Iter, not Vec

This is an internal API, so we can safely break the API.

Bench output:
```
TriangulateSpade (un...

aa71ffd512a2f7334b56e075a1bdb33aa1044bdb authored about 1 year ago
benchmarks for triangulate

58d6bac76736d9df10c38a05345a218574d6c513 authored about 1 year ago
Merge pull request #1123 from georust/mkirk/configurable-spade

FIX: SpadeTriangulation was not actually configurable

fd7e7b1fe4700b61af9dbf18e158b1d93101884e authored about 1 year ago
FIX: SpadeTriangulation was not actually configurable

b81b5a94a7f06f940afb7e66b87519e92b8271ae authored about 1 year ago
Merge pull request #1116 from wtchen/geometry_chaikin_smoothing

Implement ChaikinSmoothing for Geometry

76ad2a358bd079e9d47b1229af89608744d2635b authored about 1 year ago
Add note to CHANGES.md

ac86ab91803b4d84da6cb2d3db92fa9c5220b53c authored about 1 year ago
Merge branch 'main' into geometry_chaikin_smoothing

da1f98414aecffb43e92b4d3fa023b4aaebe987a authored about 1 year ago
Address comments

fe1e06eec89d385aee182981e252240a0ed20528 authored about 1 year ago
Merge pull request #1107 from JosiahParry/macrofy-segment

Add LineStringSegmentizeHaversine

c988af4124ec153514c83e079b208a7a33c3b2d4 authored about 1 year ago
Update CHANGES.md

e2ff5c935605769b5c3cfa18c987aead6b760242 authored about 1 year ago
Merge branch 'main' into macrofy-segment

2ea9cfa7bcb92583a0d3121d4e536de437bf790f authored about 1 year ago
Merge pull request #1117 from rschulman/doc-improvement

Improve documentation of `clip`

97a62833e3438b40a5450bccc42f0c434e642c02 authored about 1 year ago
Merge pull request #1119 from fegies/haversine_closest_point_panic_fix

issue #1084: panics on haversine_closest_point

7cb7d0ffa6bf1544c5ca9922bd06100c36f815d7 authored about 1 year ago
Add changelog entry

5cc0717f7e5e45df6640f914491954bd91b5de11 authored about 1 year ago
Fix #1084:

- Add a failing test case demonstrating #1084
- Fix #1084

82f9784e3f71011b122865e728df8978c180af45 authored about 1 year ago
Improve documentation of `clip`

Expand on the technical definition for users not familiar with the term "set-theoretic intersect...

b882301e5450682bc4b0390412dfa9ca0431d4c0 authored about 1 year ago
Implement ChaikinSmoothing for Geometry

2e04b3cfb52d84b995c6004934a5f37e690dea10 authored about 1 year ago
Merge pull request #1108 from georust/frewsxcv-patch-2

Prepare for 0.27.0 release

427a73627a736916ed4acc6dc62d9e150d4cf62a authored about 1 year ago
geo now requires at least geo-types 0.7.12 for the wkt macro and the

`use-rstar_0_11` feature flag.

668217c114bbc4007b32db123b8ba91f230871d2 authored about 1 year ago
Update Cargo.toml

0f85e3ad3e7e1eae76d0c228f27533f195732c5e authored about 1 year ago
Prepare for 0.27.0 release

28115ee1dbb9682feae14fdd9f36eca4eefc4964 authored about 1 year ago
Merge pull request #1110 from georust/release/geo-types-0.7.12

prepare for geo-types 0.7.12 release

d9c008b044ee6f747e2115cb3157520725b94c8d authored about 1 year ago
prepare for geo-types 0.7.12 release

1a3ce66df26cec78fbc85a3fa5f7970b39fe95f8 authored about 1 year ago
Merge pull request #1109 from andriyDev/mutlipoint_len

Add `len()` and `is_empty()` to MultiPoint.

8ac7a7ad3fa55c1de75b2e39ad3c7cdec4a8ee8f authored about 1 year ago
Add entry to geo/CHANGES.md for len and is_empty on MultiPoint.

3bebaaaba3fd43294a36983db5c390cafba4a672 authored about 1 year ago
Add is_empty to MultiPoint.

d2b36886c1299fe3a057bc925805113f1ec1148b authored about 1 year ago
Add len to MultiPoint.

7ff0da56a9ebe8d0f05f9f2000fdc4833ddf56ff authored about 1 year ago
Merge pull request #1083 from RobWalt/feat/integrate-spade

Integrate `spade`

ff1fd165ca80bcda288af0abf9a1e39d47fc206e authored about 1 year ago
chore: add link that explains constrained Delaunay triangulations

0e1802bfba70c172270e1806ebf614b7401311d3 authored about 1 year ago
chore: add test for different snap radius values

bc0e456a762cda5e178a98cfcdc69aed60a31e0b authored about 1 year ago
fix: pass epsilon as parameter + rename points -> coords

041d197bf235bee129a44f753b7cd5464ec4f019 authored about 1 year ago
update doc

70fac48936d79438517dbf5e067a1e437411fc0e authored about 1 year ago
update changelog

73e543505396a3b7045c9e3c2e91a1c073832fb6 authored about 1 year ago
fix: Bug where n - 1 line segments were being created at very small

distances. Caused by rounding error in division. Fixed by
subtracting f64::EPSILON from...

eb82e2ff216968b471e5274377f0b48175086f03 authored about 1 year ago