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

Removed commented out code.

daf5570a9ae3b0bc24c073cf7aba9d77be6d0c30 authored about 4 years ago
line_string.rs abs_diff_eq: simplify by using .all()

719c32c8562a91f9b35fc8efc118e74ef4b16f4c authored about 4 years ago
Added num_coords() method to MultiPoint. To Point, Line, LineString and MultiPoint test helpers and associated tests were added to assert that two structs were relatively equal. That is identical within the limits of numerical rounding accuracy.

946397df58f40dae5d5b285c87a6e56ec6ed80a7 authored about 4 years ago
Removed type constraint on RelativeEq and AbsDiffEq that the type must be Float. Also AbsDiffEq for Point now uses AbsDiffEq in Coords.

efb112a657f2959d0b7c017ed9b2a78ef17f02a0 authored about 4 years ago
ran cargo fmt

8ba2b0b858b0885dd8d82595717391d3cf8cb846 authored about 4 years ago
After rebase, drop the use of the deprecated num_coords() method.

c21a5521e23856205b968d0fee3d2bff5e49c1d6 authored about 4 years ago
Added new feature relative_eq

26a6a2dddda0816a095d80d78aacf6be1cffa4a0 authored about 4 years ago
line_string.rs - abs_diff_eq() Now rejects line_strings with unequal lengths. (with tests)

5aa011c648e67cc8cafef37f9ce78a1fad0dd30c authored about 4 years ago
point.rs Simplify RelativeEq for Point

1dca7196297c122c827c1835204ae68522efad7c authored about 4 years ago
Removed commented out code.

4ab3599eb4ca4dfb309b6ff003d5303115835ca3 authored about 4 years ago
multi_point.rs: Simplify using .all()

6c23693cebc519b2ef502ec793bf8ffd03850abf authored about 4 years ago
multi_point.rs abs_diff_eq() now handles unequal sizes

3eaec497e76653e6836d4174210f48a86bdfa7d4 authored about 4 years ago
Merge #574

574: #573 Update rand version to 0.8.0 r=michaelkirk a=martinfrances107

- [x] I agree to follow...

fc9c1e2c07ac2f4d3310decaf25ed69fb95333ba authored about 4 years ago
butter fingers

34d7f921103219cceda4fe6752130e918a9f6f69 authored about 4 years ago
#573 Update rand version to 0.8.0

290b97b49191bb41e77fe83cbd66c6893d8979c3 authored about 4 years ago
Merge #563

563: Introduce `num_coords` method on all geometry types. r=michaelkirk a=frewsxcv

I'm going to...

7ff170a3a767f15a11ec5b71eb1b317d25334c7a authored about 4 years ago
Remove geo/CHANGES.md.orig

db616adb3f6d300341b4b7d02d78b77c1dac6578 authored about 4 years ago
Deprecate LineString#num_coords; replace usages

131fc9ed6fac5f23a43a97b331319b4b4558e927 authored about 4 years ago
Fix test

6bbde9f80fee30a7bfa9cafedc14b4cd5210c8ef authored about 4 years ago
Add some docs

9afdc8fd017621197bf6fbe6964bb1ae7279e5c8 authored about 4 years ago
Merge from origin/master

31d50b1e98fdc6a5e0ad9526df4402a5f8965da3 authored about 4 years ago
Move num_coords functionality to CoordsIter

38eeea40a47553e40a5b3652cce765a576551b51 authored about 4 years ago
Merge #571

571: Approx:Complete update. #570 r=michaelkirk a=martinfrances107

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

d51ddabdb8facdbfc962a7c22268e59611c873e3 authored about 4 years ago
Approx:Complete update. #570

3759cb2899283249584ecf0441211e5d8f09a62c authored about 4 years ago
Merge #561

561: FIX MultiPoint#dimensions r=frewsxcv a=michaelkirk

Simply wrong.

- [x] I agree to follo...

4540562473d7191fdd262eac509345d6e030eb36 authored about 4 years ago
Merge #547

547: #533 Add Debug for implementations for all structs r=frewsxcv a=martinfrances107

- [x] I a...

2c451b47cbfce10144d5d49b5e730f438907bb8f authored about 4 years ago
Update CHANGES.md

5d81ae1ce24c4eedef0a8736fcc8cc6f652b4b97 authored about 4 years ago
Introduce `num_coords` method on all geometry types.

I'm going to use these methods in a project to preallocate vectors of
coordinates.

2ceca7c8cdb3ea9b0ddae3056152c694187ff8e3 authored about 4 years ago
update CHANGES

6517978a8e17ad9c1763d19659e5a5ce2c34fcfc authored about 4 years ago
FIX MultiPoint#dimensions

Simply wrong.

4c35f7f57f3c9fb33339e7b56349ac0236a2b6d0 authored about 4 years ago
Simplified GeometryCollection, for now.

0489e0f3f00fc20ce8939edf237898c19d587b7f authored about 4 years ago
added code fragment which attempts to dynamically cast the iterator

80fedf67641bc6ffeea3d8a69efdad4b10358b3d authored about 4 years ago
Merge #560

560: Remove needless return r=frewsxcv a=martinfrances107

Removed neeedless return.

Co-aut...

4ffc51c1ca6c316fe1fa2344fb6084b0a9429bb1 authored about 4 years ago
Merge branch 'master' into Add-Debug-implementation

e7843693fadbaa924774a0c53aa9daddfc54c4b7 authored about 4 years ago
Remove needless return

9d36c96577589404db401909dade37689a191c9f authored about 4 years ago
Merge #559

559: Resolved all clippy issues. r=frewsxcv a=martinfrances107

This PR is in relation to

ht...

8498785583ff2cd53476c826da90eb43f667c05c authored about 4 years ago
Resolved all clippy issues.

35b5159c9d3b63231b19d4081b9bef3c03afc8ee authored about 4 years ago
Merge #557

557: #556 Clippy: Remove redundant import statement r=michaelkirk a=martinfrances107

This PR ...

a8ac14e1ec4645d271029e1ec407bc89bf3b2fdc authored about 4 years ago
#556 Clippy: Remove redundant import statement

1271e5d6315afc10747885e2655b4981018d16b6 authored about 4 years ago
Merge #552

552: line_segement_distance works for Coordinates too r=frewsxcv a=michaelkirk

- [x] I agree to...

0c821f04f28337d64d0b40ab2fad6dbea1c4b5d7 authored about 4 years ago
Revert "update CHANGES.md"

This reverts commit 76fb9d0c4bd7045b0bcb68be65380607934fe71a.

8ca82a31050d4547c4683bd3f828db70d90cb1dc authored about 4 years ago
Merge #554

554: #553 Clippy: Don't call into_iter on types that support iter r=frewsxcv a=martinfrances107
...

1cf97bdc1c7e64d547b4e171dfc54ba480dc2a4b authored about 4 years ago
#553 Clippy: Don't call into_iter on types that support iter

ba2f57abc2b2aac10bb6f93ad3c9e661f32fa2c0 authored about 4 years ago
Improved debug for everything but GeometryCollection

1be1b10f8e07c67daf21b0e5abda8f50742e1bad authored about 4 years ago
update CHANGES.md

76fb9d0c4bd7045b0bcb68be65380607934fe71a authored about 4 years ago
line_segement_distance works for Coordinates too

4b25e4fc006353f0be5795a813b5f48e5276fbc6 authored about 4 years ago
Merge #549

549: #548 Clippy: Remove the "clone on Copy type" warnings r=michaelkirk a=martinfrances107

- [...

46688687c32ff2ceaa45f8f0ea36878f5191a61a authored about 4 years ago
Merge #551

551: approx: Increase the minor version number #550 r=michaelkirk a=martinfrances107

- [x] I ag...

9463016ea9ee14b5efbd273eec3e8dc3e27ecc19 authored about 4 years ago
approx: Increase the minor version number #550

74ea4cacf29a29f9912890d9b684d3104fd6e687 authored about 4 years ago
#548 Clippy: Remove the "clone on Copy type" warnings

6847f2504b67f17fc77e29a70ef261338aec1eae authored about 4 years ago
#533 Add Debug for implementations for all structs

e0a2d8d485d6af07132df8e80a223971125f0ae8 authored about 4 years ago
Merge pull request #545 from georust/mkirk/pr-template

add pr template

7ab13788d9f6c50a86cb378780ffe7584453250b authored about 4 years ago
absolute url

c992957ec13bb9e1106afd3e0f7e8e3840a421a9 authored about 4 years ago
fixup! add pr template

0341d3c551bb5be9a1d1d4a886ad0e066988333e authored about 4 years ago
Update .github/pull_request_template.md

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

4125240779c3ce38cc47b130c4acff8b2867251b authored about 4 years ago
add pr template

63a05dd9cd6923ac10273ab5413377b817655fbd authored about 4 years ago
prep for next release

fa8931be7f973f590e639b02e5c7d63fbde94673 authored about 4 years ago
cargo fmt

ffd5c6651f04e2242dc5e4beda998bbe9b634b16 authored about 4 years ago
Releasing geo-types-0.6.2 and geo-0.16.0

48292b6e5631a8849931e535bd61aa60760f370f authored about 4 years ago
Merge #538

538: Determine the position of a Coordinate relative to a geometry. r=frewsxcv a=michaelkirk

# ...

d75981229c2e9df5de6f6f81e462202bb8be9ed6 authored about 4 years ago
coordinate position trait

coord_pos_relative_to_ring was moved unmodified into the new
coorindate_position module

89f62f0486e08e40a6f444696a51fd62b74b6786 authored about 4 years ago
define 'zero' directly on coordinate

More often than not, I'm using the `zero` method as a convenient way to
get "some" coord, rather...

f24c3639231d79f332ff6ce2d18197baf70cab48 authored about 4 years ago
Merge #537

537: Don't panic on negative epsilon r=frewsxcv a=urschrei

Fixes #536

Co-authored-by: Stephan ...

e78e527fb6b4a0f4976142fa8a4639c8f30b3b34 authored over 4 years ago
Merge #164

164: Add `CoordsIter` trait for iterating over coordinates in geometries. r=michaelkirk a=frewsx...

989f962561f8d5eb070c4b3ddccfd68e13bbf79a authored over 4 years ago
use a box for geometrycollection to make geometry/geometrycollection tests pass

20878f91903db090b58f806611b7dfe6b0653a91 authored over 4 years ago
add tests

c3c82ac45dd2368f93bde72cd3160845b9c1aee5 authored over 4 years ago
add half the tests

b345936be29d5dd5b32485881aabe76bafe0c80b authored over 4 years ago
lifetime adjustments

d1f80c97710d7e9cdfa9594b241924e468f0e401 authored over 4 years ago
remove unnecessary lifetime bound

d91dd492d1db51d0add7872c1fcdfc24225ff190 authored over 4 years ago
add basic docs

74aa89e1235c48b3701295bc3cf54e4f3fdfdb6e authored over 4 years ago
reword comment

8af086210ca2013c478fcea4c8b4f2575c8b0ec0 authored over 4 years ago
make generic utility that we can use in most places

35d5da70bc6be9a6b0d58077c58b8f9792614ea2 authored over 4 years ago
remove last box

29c2251e3ec9b6eebdd1c749f31f28773442a774 authored over 4 years ago
remove another box

af4528b265d425be7a15c891209ef705348636d1 authored over 4 years ago
rustfmt

bb82d0386f383648a9242a6614719bf8c3656e97 authored over 4 years ago
remove more boxes

84e1df9ba74304b589438a2a62a3964cc9a9ab4d authored over 4 years ago
remove another box

35fc651cc246fa5d1bb11a0feb0597e0d32aeb22 authored over 4 years ago
implement size_hint for custom iterator types

f2f6576b2114d49791cb0fafb56b179b24bec31e authored over 4 years ago
don't edit geo-types. remove another box. add comment sections.

52e7f9b1be8f7a6a533da23a1007e7b62025665f authored over 4 years ago
remove another box

5d2b189efd8278c77558dbddaddee686570baa1b authored over 4 years ago
remove some boxes

fa1f6b3b0cc54b11328da2bf9b4defdaa7e34717 authored over 4 years ago
rustfmt

5f41a5af50441bbdda6876bb7c3a1cc0cd39d9b1 authored over 4 years ago
iterator of coordinates, not references; finish rect impl

433e78a65ca39628a89bac0b72619ac2ce53cfe5 authored over 4 years ago
progress

51ea0f92f1c59000d63baf5794164b848cba921a authored over 4 years ago
replace float with coordinatetype

0a3a1ab55bd2df79e8c9683deca54798f7ab6438 authored over 4 years ago
allow returned iterator to be customized

5037a63512574cd24b8e5dcd10a31fb63086a391 authored over 4 years ago
make it compile, remove the mut function

bd1b658f7bc279f5914daed626df858ff8e98e5b authored over 4 years ago
remove old files

f945b6f2d5221f0bb688f0d6089c89d5dabfbf23 authored over 4 years ago
merge from origin/master

2ecb3f551dd9def1245bb220fac2f1dc4da9bf7e authored over 4 years ago
Merge #539

539: add missing `iter`, `iter_mut`, and `IntoIter<&'a mut, T>` methods r=frewsxcv a=michaelkirk...

67fb4c4c1f29207ddbfc7247efd7cbe8e9001257 authored over 4 years ago
apply iter method

d54b698b312fdb7d806af38ab8710b23cfd007cb authored over 4 years ago
add missing iters for MultiPoint

0fba1be059e97250c4b64d64660eb7a24041627d authored over 4 years ago
add missing iters for MultiLineString

2af9c79fdf5f1c8bbffe4c897ec379a0270fcaf0 authored over 4 years ago
add missing iters for multi-poly

abdbce23f78d44abbb13433399a05c882b0b5109 authored over 4 years ago
Note that an epsilon <= 0 returns an unaltered copy of the input

59ebadfa259b10ec7b22a665ba2e6c9ca67c3f90 authored over 4 years ago
cargo fmt

6545d5002949a34283e76c671dcd55a3ade75520 authored over 4 years ago
Don't panic on negative epsilon

Fixes #536

e2465c7e508fa8adc6cd1f00d620b527b6db5bf1 authored over 4 years ago
Merge pull request #526 from amatissart/fix-contains

Fix ray-tracing algorithm when ray passes through a vertex

d0684fd1c91be66d9202b3e961981ac3c46e9b10 authored over 4 years ago
explain the logic used when the ray passes through a vertex

ae704166d19770f92e26e0a4880bef30381adebc authored over 4 years ago
add one more test case about point in polygon

52fe97e6e687dfb933d13686e2cc5a411f213073 authored over 4 years ago