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

Linear implementation of Frechet distance

gliderkite opened this pull request 7 months ago
GeometryGraph and PreparedGeometry multi-threaded (Send)

gauteh opened this pull request 7 months ago
Add `PreparedGeometry` to speed up repeated `Relate` operations.

michaelkirk opened this pull request 7 months ago
Affine flip `compose` args to be conventional

michaelkirk opened this pull request 7 months ago
Semantics for AffineTransform composition is reversed

adampowerdeciphex opened this issue 7 months ago
Enhance SpadeTriangulation API

urschrei opened this issue 7 months ago
Boolean difference causes panic: `segment not found`

prideout opened this issue 7 months ago
Polygon in Rect performance improvements

michel-kraemer opened this pull request 7 months ago
BooleanOps panic in `Snake::into_ring`

donkeyteethUX opened this issue 8 months ago
Update convex hull docs - not just for polygons.

michaelkirk opened this pull request 8 months ago
Add spatial index to top-level docs

urschrei opened this pull request 8 months ago
Merge geo-types and geo crate

urschrei opened this issue 8 months ago
Note availability of rstar spatial index early in docs

urschrei opened this issue 8 months ago
Segementize LineString into arbitrary lengths.

michaelkirk opened this issue 8 months ago
improve docs for HaversineIntermediate and LineStringSegment

michaelkirk opened this pull request 8 months ago
Unify line measurement traits (tracking issue)

michaelkirk opened this issue 8 months ago
panic on polygon union

AntoineRenaud91 opened this issue 8 months ago
doc: added a test case for clarity

joe-saronic opened this pull request 9 months ago
Add a buffer feature like turfjs

artegoser opened this issue 9 months ago
Minor: outlier_detection: no need to enumerate().

martinfrances107 opened this pull request 9 months ago
Panic on clip operation

petersohn opened this issue 9 months ago
Documentation for monotone-decomposition

rmanoka opened this issue 9 months ago
fix: error in earth radius

louisgreiner opened this pull request 9 months ago
Poof of concept: `geo_traits::Coord`

frewsxcv opened this pull request 10 months ago
Consider applying for support from OSGEO or OGC?

Mec-iS opened this issue 10 months ago
Add MeanCenter trait

JosiahParry opened this pull request 10 months ago
Helper for converting between Mercator and Euclidean coordinates

dabreegster opened this issue 10 months ago
Minor: (clippy) List constraint on T in only one place.

martinfrances107 opened this pull request 10 months ago
st_makeline function

kkk25641463 opened this issue 10 months ago
Implement 3D and Measure support

kkk25641463 opened this pull request 11 months ago
GeodesicBearing and HaversineBearing return result

cojmeister opened this pull request 11 months ago
3D (3-dimensional) data types

kkk25641463 opened this pull request 11 months ago
Implement getter methods on AffineTransform to access internal elements

weiji14 opened this pull request 11 months ago
Add geo-traits crate

kylebarron opened this pull request 11 months ago
Prepare for geo-types 0.7.13 release

frewsxcv opened this pull request 11 months ago
Prepare for 0.28.0 release

frewsxcv opened this pull request 11 months ago
GeodesicDestination produces cyclcically incosistent results

joe-saronic opened this issue 11 months ago
Rhumb no longer goes past pole

joe-saronic opened this pull request 11 months ago
attempt to better document Simplify traits `epsilon` parameter

michaelkirk opened this pull request 11 months ago
3D (3-dimensional) data types

frewsxcv opened this issue 11 months ago
Latest ahash dep and Rust 1.70.0 are incompatible

frewsxcv opened this issue 12 months ago
Add method to compose an arbitrary number of affine ops

urschrei opened this pull request 12 months ago
Missing PointZ implementations

kkk25641463 opened this issue 12 months ago
Implement `CoordsIter` for arrays and slices

grovesNL opened this pull request 12 months ago
Ring counts

carlospadron opened this pull request 12 months ago
Add Voronoi diagrams with zero dependency delaunay triangulation

doc-E-brown opened this pull request 12 months ago
Update geo and geo-types to RStar v0.12.0

urschrei opened this pull request 12 months ago
Add documentation

doc-E-brown opened this pull request almost 1 year ago
Add better docs to some convex hull util functions

urschrei opened this pull request almost 1 year ago
Nrhill1 issue1128 patch1

nrhill1 opened this pull request about 1 year ago
Fix typos

jayvdb opened this pull request about 1 year ago
How to calculate intersection area of two rotated rectangles?

Boltzmachine opened this issue about 1 year ago
Add docs to clarify writing Intersection Matrix functions

urschrei opened this pull request about 1 year ago
Introduce `total_cmp` on GeoNum to avoid unwraps

michaelkirk opened this pull request about 1 year ago
Implement topological equality check for IntersectionMatrix

urschrei opened this pull request about 1 year ago
Problems building with Rust 1.75.0

scouten opened this issue about 1 year ago
`is_valid` for all geometry types.

andriyDev opened this issue about 1 year ago
Missing `contains` implementations

kylebarron opened this issue about 1 year ago
Panic in RegionAssembly reproducibly

frehberg opened this issue about 1 year ago
WIP: regression test RegionAssembly panic

frehberg opened this pull request about 1 year ago
concave_hull returns nonsense results for simple polygons

wlinna opened this issue about 1 year ago
FIX: SpadeTriangulation was not actually configurable

michaelkirk opened this pull request about 1 year ago
small perf improvements to TriangulateSpade

michaelkirk opened this pull request about 1 year ago
Remove `clone` in geometry trait implementation

kylebarron opened this pull request about 1 year ago
feat: implement `Validify` repair trait

RobWalt opened this pull request about 1 year ago
issue #1084: panics on haversine_closest_point

fegies opened this pull request about 1 year ago
Infinity corrections

doc-E-brown opened this pull request about 1 year ago
Improve documentation of `clip`

rschulman opened this pull request about 1 year ago
Implement ChaikinSmoothing for Geometry

wtchen opened this pull request about 1 year ago
Implement Area based on traits

kylebarron opened this pull request about 1 year ago
Remove unneeded trait lifetime in geo-traits

kylebarron opened this pull request about 1 year ago
Thoughts on algorithms for trait-based geometries

kylebarron opened this issue about 1 year ago
Add delauney triangulation algorithm to root `geo` crate docs index

frewsxcv opened this issue about 1 year ago
prepare for geo-types 0.7.12 release

michaelkirk opened this pull request about 1 year ago
Add `len()` and `is_empty()` to MultiPoint.

andriyDev opened this pull request about 1 year ago
Prepare for 0.27.0 release

frewsxcv opened this pull request about 1 year ago
Add LineStringSegmentizeHaversine

JosiahParry opened this pull request about 1 year ago
LineStringSegmentize returning n - 1 linestrings at small distances

JosiahParry opened this pull request about 1 year ago
Allow an AffineTransform to be constructed from a borrowed array

urschrei opened this pull request about 1 year ago
VecSet may cause panics

andriyDev opened this issue about 1 year ago
Panic in BooleanOps::union for Polygon<f32>

nebocco opened this issue about 1 year ago
Add comments to BoolOps implementation.

andriyDev opened this pull request about 1 year ago
Utilize trait return impl (stable on nightly) to simplify CoordsIter

frewsxcv opened this pull request about 1 year ago
Fix broken links in docs and fail CI unless docs build cleanly

michaelkirk opened this pull request about 1 year ago
MultiPoint::len

kylecarow opened this issue about 1 year ago
Minor: 'Cargo doc' fix trivial lint errors.

martinfrances107 opened this pull request over 1 year ago
Allow returning the source of edges from BoolOp.

andriyDev opened this issue over 1 year ago
Tests fail on main due to floating point imprecision.

andriyDev opened this issue over 1 year ago