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

Minor: Clippy fixes.

martinfrances107 opened this pull request almost 2 years ago
Implement EuclideanDistance for all combinations of geometry types

michaelkirk opened this issue almost 2 years ago
update geo docs for MapCoords/InPlace

michaelkirk opened this pull request almost 2 years ago
`MapCoordsInPlace` not listed under `Iteration` in `lib.rs`

wlinna opened this issue almost 2 years ago
Panic in BooleanOps::difference for Multipolygon

cassiepearson-deca opened this issue almost 2 years ago
fix nits from #972

michaelkirk opened this pull request almost 2 years ago
Add "Geospatial" category to `Cargo.toml`

frewsxcv opened this issue almost 2 years ago
fixup benches

michaelkirk opened this pull request almost 2 years ago
Reimplement coord_pos_relative_to_ring using wn algo

bjornharrtell opened this pull request almost 2 years ago
Fix doc links

wetheredge opened this pull request almost 2 years ago
doc(centroid): document each impl and include example

RobWalt opened this pull request almost 2 years ago
Breaking change, rust v1.59 is not longer supported, simplify

martinfrances107 opened this pull request almost 2 years ago
Bump arbitrary to 1.2

lnicola opened this pull request almost 2 years ago
bump MSRV to 1.63

michaelkirk opened this pull request almost 2 years ago
MSRV policy

martinfrances107 opened this issue almost 2 years ago
Consider bumping MSRV

lnicola opened this issue almost 2 years ago
Fixed issued reported by "cargo outdated".

martinfrances107 opened this pull request almost 2 years ago
Unused type parameter in some algo traits

rmanoka opened this issue about 2 years ago
Clarify in docs what 0° is for HaversineDestination #918

mbcltd opened this pull request about 2 years ago
add minimum bounding box func of polygon

hzw456 opened this pull request about 2 years ago
Make `SimplifyVw` algorithm naming consistent.

frewsxcv opened this pull request about 2 years ago
Use shields.io for all our badges

frewsxcv opened this pull request about 2 years ago
Update crates.io badge to be green

frewsxcv opened this pull request about 2 years ago
Update the Discord badge in the README to link to Discord

frewsxcv opened this pull request about 2 years ago
Add missing changelog entry

frewsxcv opened this pull request about 2 years ago
Update float_next_after to 1.0.0

wetheredge opened this pull request about 2 years ago
Return DoubleEndedIterator from points and points_mut

urschrei opened this pull request about 2 years ago
Fix RDP recursion bug #2

michaelkirk opened this pull request about 2 years ago
Panic: could not compare segments

hallahan opened this issue about 2 years ago
Implement more iterator methods for iterators.

frewsxcv opened this pull request about 2 years ago
Tweak simplify fuzz target; add ClustFuzzLite CI integration

frewsxcv opened this pull request about 2 years ago
Add WindingOrder benchmark

frewsxcv opened this pull request about 2 years ago
`Simplify` now generates `Polygon` rings with at least four coordiantes

frewsxcv opened this pull request about 2 years ago
Utilize const generics to pass settings to VW algorithm.

frewsxcv opened this pull request about 2 years ago
Fix RDP recursion bug

urschrei opened this pull request about 2 years ago
BUG: Infinite recursion in `compute_rdp` with easy fix

Boscop opened this issue about 2 years ago
Supports for Z and M ?

dmarteau opened this issue about 2 years ago
Fix broken link in docs

frewsxcv opened this pull request about 2 years ago
prepare for geo-0.23.1 non-breaking release

michaelkirk opened this pull request about 2 years ago
`no_std` support for `geo-types`

wetheredge opened this pull request about 2 years ago
Implement Offset Algorithm

thehappycheese opened this pull request about 2 years ago
Implement `ChaikinSmoothing` for `Geometry`

frewsxcv opened this issue about 2 years ago
Removing (consecutive) repeated coordinates

mthh opened this issue about 2 years ago
Use `type_alias_impl_trait` nightly feature to simplify CoordsIter impls

frewsxcv opened this pull request about 2 years ago
Restore convex hull tests

michaelkirk opened this pull request about 2 years ago
Turn bug report from #921 into an executable test

michaelkirk opened this pull request about 2 years ago
Add `impl<const N, G> CoordsIter for [G; N] where G: CoordsIter`

frewsxcv opened this issue about 2 years ago
Clarify in docs what 0° is for `HaversineDestination`

frewsxcv opened this issue about 2 years ago
Handle NaN gracefully when closing LineString

frewsxcv opened this pull request over 2 years ago
Panic in polygon difference

andreaswendler opened this issue over 2 years ago
Add failing test demonstrating convex hull bug

frewsxcv opened this pull request over 2 years ago
Simplify `CoordsIter` `trait` with GATs by removing an unneeded trait lifetime

frewsxcv opened this pull request over 2 years ago
Allow extra data to be attached to geometries (proof of concept).

frewsxcv opened this pull request over 2 years ago
release: geo-types-0.7.7 and geo-0.23.0

michaelkirk opened this pull request over 2 years ago
remove old deprecated code from `geo`

michaelkirk opened this pull request over 2 years ago
bump geojson to 0.23.0

martinfrances107 opened this pull request over 2 years ago
geo/geo bump proj to 0.27.0

martinfrances107 opened this pull request over 2 years ago
Implement `HaversineDistance` for all combinations of geometry types

frewsxcv opened this issue over 2 years ago
Inline coords to boost perf improvements

nyurik opened this pull request over 2 years ago
Hide benchmarking criterion html report warnings

nyurik opened this pull request over 2 years ago
Introduce RingsIter algorithm.

frewsxcv opened this pull request over 2 years ago
Prepared Geometries

urschrei opened this issue over 2 years ago
Unlink geo-types from the rest of the crates

nyurik opened this pull request almost 3 years ago
Implement 3D and Measure support for geo-types only

nyurik opened this pull request almost 3 years ago
Add new geotype ctors to CHANGES.md

nyurik opened this pull request almost 3 years ago
concave_hull appears to be returning convex_hull in at least one case

caewok opened this issue almost 3 years ago
Cleanup coordinate math ops

nyurik opened this pull request almost 3 years ago
Minor cleanup - use more Self and to_string

nyurik opened this pull request almost 3 years ago
remove all deprecated features from `geo-types`

nyurik opened this pull request almost 3 years ago
Generalize geo-type macros

nyurik opened this pull request almost 3 years ago
Implement 3D and Measure support for geo types

nyurik opened this pull request almost 3 years ago
Add `num_rings` or `rings_count` to `Polygon`

frewsxcv opened this issue about 3 years ago
Large geometry intersection check perf speedup

urschrei opened this pull request about 3 years ago
Expand CoordsIter trait to allow iterating over interior and rings

frewsxcv opened this issue about 3 years ago
RFC: Stabilize geo-types to 1.0

rmanoka opened this issue about 3 years ago
Incorrectly comparing floats causes random test failings

martinfrances107 opened this issue about 3 years ago
Geometry buffering

urschrei opened this issue almost 4 years ago
Add visuals to the documentation

frewsxcv opened this issue almost 4 years ago
Create Triangulate algorithm

frewsxcv opened this issue about 4 years ago
Add fuzz targets

frewsxcv opened this pull request about 4 years ago
Enabling new proj features

urschrei opened this issue over 4 years ago
support no_std

brenzi opened this issue almost 5 years ago
Point boundaries

tsturzl opened this issue almost 5 years ago
One Length trait to rule them all 💍

frewsxcv opened this issue over 6 years ago
Design a better UX with lengths/distances/area

frewsxcv opened this issue over 6 years ago
Experiment with wasm bindings for rust-geo

frewsxcv opened this issue over 6 years ago
Replace ToGeo with Into or TryInto?

jdroenner opened this issue over 6 years ago
Dealing with Validity

urschrei opened this issue over 7 years ago