Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/georust/wkb

Fast, pure-Rust reader and writer for Well-Known Binary geometries
https://github.com/georust/wkb

Parsing into GeometryCollection seems broken

mattiZed opened this issue 16 days ago
Add example with ToGeoGeometry to documentation

kylebarron opened this issue 2 months ago
Add `#[inline]` to all trait accessors?

kylebarron opened this issue 2 months ago
Make `WKBType` private

kylebarron opened this issue 2 months ago
Prepare release 0.8

kylebarron opened this pull request 2 months ago
Read-only support for EWKB

kylebarron opened this pull request 2 months ago
Fix dimension typo

kylebarron opened this pull request 2 months ago
fix readme

kylebarron opened this pull request 2 months ago
Update fmt/clippy for rust 1.83

kylebarron opened this pull request 2 months ago
Update README.md

kylebarron opened this pull request 2 months ago
Ensure correct dimension for writing rects

kylebarron opened this issue 2 months ago
Update docs

kylebarron opened this pull request 2 months ago
Add 2d tests

kylebarron opened this pull request 2 months ago
Add some function inlining

kylebarron opened this pull request 2 months ago
Add benches w/ copy to geo geometry & encoding

kylebarron opened this pull request 2 months ago
Remove 2D assert_eq

kylebarron opened this pull request 2 months ago
Write Rect to WKB

kylebarron opened this pull request 2 months ago
Add support for writing Line and Triangle geometries

kylebarron opened this pull request 2 months ago
Inline trait bound for writer

kylebarron opened this pull request 2 months ago
Store `WKBDimension` in reader structs

kylebarron opened this pull request 2 months ago
Update to geo-traits 0.2

kylebarron opened this pull request 3 months ago
Write all dimensions of coord

kylebarron opened this pull request 3 months ago
Avoid panic when writing empty polygon

kylebarron opened this pull request 3 months ago
Add tests

kylebarron opened this issue 3 months ago
Return f64 geometry

kylebarron opened this pull request 3 months ago
Add benchmarks for copy to geo-types

kylebarron opened this issue 3 months ago
Add generic for byte order for reading

kylebarron opened this issue 3 months ago
attempt generic byteorder

kylebarron opened this pull request 3 months ago
Simplify endianness handling when writing bytes

kylebarron opened this issue 3 months ago
Helper around ReadBytesExt to manage dynamic endianness

kylebarron opened this pull request 3 months ago
Wrapper around ReadBytesExt to handle Endianness enum

kylebarron opened this issue 3 months ago
Add geometry trait specializations

kylebarron opened this pull request 3 months ago
Don't implement multi-* traits for single-geometry types

kylebarron opened this pull request 3 months ago
Ensure use of `unchecked` in trait impl

kylebarron opened this pull request 3 months ago
Support reading and writing m and zm

kylebarron opened this pull request 3 months ago
Compile error with writing geometry collections

kylebarron opened this issue 3 months ago
Fix writing recursive geometry collections

kylebarron opened this pull request 3 months ago
Fix endianness when writing

kylebarron opened this pull request 3 months ago
Add benchmark

kylebarron opened this pull request 3 months ago
Delete unused comments

kylebarron opened this pull request 3 months ago
Add CI

kylebarron opened this pull request 3 months ago
Update minimum rust version

kylebarron opened this pull request 3 months ago
Add mit/apache license texts

kylebarron opened this pull request 3 months ago
Update license to mit/apache

kylebarron opened this issue 3 months ago
Use tinyvec?

kylebarron opened this issue 3 months ago
Support writing big-endian as well

kylebarron opened this pull request 3 months ago
Shorter names for write APIs

kylebarron opened this pull request 3 months ago
Cleaner public read API

kylebarron opened this pull request 3 months ago
Remove `WKB` prefix from struct names

kylebarron opened this pull request 3 months ago
Initial port from geoarrow

kylebarron opened this pull request 3 months ago