Ecosyste.ms: OpenCollective

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

github.com/georust/geojson

Library for serializing the GeoJSON vector GIS file format
https://github.com/georust/geojson

Allow null value in bbox property

urschrei opened this pull request 7 days ago
Parse null values for feature.bbox as None

nonelement opened this issue 7 days ago
Add specta feature for deriving types across languages

johncarmack1984 opened this pull request 10 days ago
Fix new clippy lints

kylebarron opened this pull request about 2 months ago
fix typos

jayvdb opened this pull request about 2 months ago
use thiserror 2.0.6

jayvdb opened this pull request about 2 months ago
Implement `geo_traits` for `geojson` types.

frewsxcv opened this pull request 3 months ago
Release 1.0

maxammann opened this issue 6 months ago
small improvements to doc comprehensibility

michaelkirk opened this pull request 7 months ago
Fix deprecation warnings

nk9 opened this pull request 8 months ago
Using SIMD?

nk9 opened this issue 8 months ago
Re-expose serde_json::error::Error

nms-scribe opened this issue 10 months ago
feature flag to interop with `rust::geo`

kraktus opened this issue 10 months ago
Implement Default for FeatureCollection

flub opened this pull request 11 months ago
Improve CI

urschrei opened this pull request about 1 year ago
Remove bors in favour of merge queue

urschrei opened this pull request about 1 year ago
Add (de)serialize_optional_geometry helpers.

gibbz00 opened this pull request about 1 year ago
feat: Generic Precision

TurtIeSocks opened this pull request over 1 year ago
Implement `Serialize` without going through JsonObject

zyla opened this pull request over 1 year ago
Add support for foreign members to FeatureWriter.

dabreegster opened this pull request over 1 year ago
geojson should parse empty point.

michaelkirk opened this issue over 1 year ago
try to set up merge queues

michaelkirk opened this pull request over 1 year ago
add to_string_pretty convenience method

michaelkirk opened this pull request over 1 year ago
Delete bors.toml in favor of GitHub merge queues

frewsxcv opened this pull request over 1 year ago
Add a conversion from Vec<Feature> to GeoJson

dabreegster opened this pull request over 1 year ago
Prepare for 0.24.1 release

michaelkirk opened this pull request over 1 year ago
Reject zero- and one-dimensional positions

adamreichold opened this pull request over 1 year ago
Possibly invalid parse or incautious conversion

adamreichold opened this issue over 1 year ago
WIP: parse points without heap allocation

michaelkirk opened this pull request almost 2 years ago
Stack allocate 2d points using tiny_vec.

michaelkirk opened this pull request almost 2 years ago
update criterion

michaelkirk opened this pull request almost 2 years ago
Example test to show aggregating all properties

michaelkirk opened this pull request almost 2 years ago
Issue with serializing custom struct

simtrax opened this issue almost 2 years ago
For Discussion: Using `tinyvec::ArrayVec` for `Position` without allocating

phayes opened this pull request almost 2 years ago
Added convenience wrappers for stringifying geojson

jeresuikkila opened this pull request almost 2 years ago
hyperlink fails on doc.rs

JosiahParry opened this issue almost 2 years ago
Add "Geospatial" category to `Cargo.toml`

frewsxcv opened this issue about 2 years ago
deprecate quick_collection, simplify docs

michaelkirk opened this pull request about 2 years ago
clean up docs

michaelkirk opened this pull request about 2 years ago
Added support for okapi that can be configured as feature

doheide opened this pull request about 2 years ago
release 0.24.0

michaelkirk opened this pull request over 2 years ago
0.24.0 release

michaelkirk opened this issue over 2 years ago
pass through float_roundtrip feature to serde_json

michaelkirk opened this issue over 2 years ago
Make FeatureIterator more robust

michaelkirk opened this issue over 2 years ago
stream reading features

michaelkirk opened this pull request over 2 years ago
Add FeatureWriter to stream writes

michaelkirk opened this pull request over 2 years ago
`cargo fmt` and address some clippy warnings

michaelkirk opened this pull request over 2 years ago
mismatch type error

michaelkirk opened this pull request over 2 years ago
Added borrowed value conversion traits for geo_types.

metasim opened this pull request over 2 years ago
InvalidGeometryConversion should have "expected" vs. "found" types.

michaelkirk opened this issue over 2 years ago
Flexible field ordering for FeatureIterator

michaelkirk opened this pull request over 2 years ago
GeoJSON to/from custom struct using serde

michaelkirk opened this pull request over 2 years ago
Add `geojson::Result<T>` and apply it to codebase

michaelkirk opened this pull request over 2 years ago
Reduce size of `Error` enum

frewsxcv opened this issue over 2 years ago
Add IntoIter impl for FeatureCollection

michaelkirk opened this pull request over 2 years ago
Gracefully handle case where Feature is passed to FeatureIterator

frewsxcv opened this issue over 2 years ago
Fix converting a GeometryCollection Feature to geo_types

michaelkirk opened this pull request over 2 years ago
Converting simple `FeatureCollection` to `geo-types` causes an error

frewsxcv opened this issue over 2 years ago
Add macros to ease the creation of structures

frewsxcv opened this issue over 2 years ago
Reexport `JsonObject` and `JsonValue` from `serde_json`.

frewsxcv opened this pull request over 2 years ago
Derive `Default` for `Feature`.

frewsxcv opened this pull request over 2 years ago
enable geo-types integration by default

michaelkirk opened this pull request over 2 years ago
Parse inner GeoJson members directly from str

michaelkirk opened this pull request over 2 years ago
Support for `postgis` crate.

EvanCarroll opened this issue almost 3 years ago
Re-export serde_json::Map

frewsxcv opened this issue almost 3 years ago
Improved ergonomics with ToGeoJson and TryFromGeoJson traits

michaelkirk opened this issue almost 3 years ago
Revamp docs

michaelkirk opened this pull request almost 3 years ago
feature without 'properties' key doesn't error

michaelkirk opened this pull request almost 3 years ago
Streaming feature collection deserializer

bjornharrtell opened this pull request almost 3 years ago
Fix typo

yukinarit opened this pull request almost 3 years ago
Fix clippy warnings

yukinarit opened this pull request almost 3 years ago
Fix comment for consistency

coolultra1 opened this pull request almost 3 years ago
Improve serialization memory footprint

rmanoka opened this issue about 3 years ago
Add an example of converting from geojson to geo_types in the Geometr…

dabreegster opened this pull request about 3 years ago
docs: clarify that geo-types feature is required for conversion to geo objects

michaelkirk opened this pull request over 3 years ago
Code Example converting geo_types::Geometry<f64> returns Error E0277

raphi-web opened this issue over 3 years ago
Doc improvements

urschrei opened this issue over 3 years ago
Add FromIterator impl for FeatureCollection

rmanoka opened this pull request over 3 years ago
More ergonomic FeatureCollection with properties creation

urschrei opened this issue over 3 years ago
Renamed `geojson::GeoJson` to `geojson::Object` to improve clarity

mkatychev opened this pull request over 3 years ago
Release 0.22.1

michaelkirk opened this issue almost 4 years ago
add `geojson.to_string()`/`geojson.to_pretty_string()` convenience methods?

michaelkirk opened this issue almost 4 years ago
convert geo_types::Geometry variant directly to GeoJson

michaelkirk opened this pull request almost 4 years ago
changelog updates

michaelkirk opened this pull request almost 4 years ago
GeoJSON::from(geo:Geometry) / GeoJSON::from(geo:Polygon) / etc

michaelkirk opened this issue almost 4 years ago
Provide additional conversions from `Geometry` and `Value` to `Feature`

urschrei opened this pull request almost 4 years ago
How to write a vector of polygons?

Robinlovelace opened this issue almost 4 years ago
Update geo-types version

urschrei opened this pull request about 4 years ago
Upgrade to geo-types 0.7

maxburke opened this pull request about 4 years ago
update geo-types

michaelkirk opened this pull request about 4 years ago
more ergonomic property access

michaelkirk opened this issue about 4 years ago
return owned value when removing item, same as underlying json API

michaelkirk opened this pull request about 4 years ago
Prefer TryFrom which gives you TryInto for free

michaelkirk opened this pull request about 4 years ago
Add from_reader to GeoJson

aeryz opened this pull request about 4 years ago
Add benchmark for geojson::quick_collection.

frewsxcv opened this pull request about 4 years ago