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

Insert an empty properties map when serialising if field is None

A GeoJSON Feature object MUST include a properties field. Currently,
if it's set to None when in...

b51f9934d7cdc6b98add193b5191e4285fd5a8b5 authored about 7 years ago by Stephan Hügel <[email protected]>
Add a more comprehensive parsing example

1bf8cea16b0c4428457065d5f42c20b4bf45e906 authored about 7 years ago by Stephan Hügel <[email protected]>
Merge #82

82: Deserialize Optimizations r=frewsxcv a=jwass

Hello, this PR has a couple of parsing optimiz...

6ed7131d12db0fd972a79daaa923ef358c5fd8c1 authored about 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Remove some .clone() calls

When parsing FeatureCollection and Feature JSON objects, avoid
a .clone() call.

b4ac405280340d7671a05fd7d6cf1cce750b1b94 authored about 7 years ago by Jacob Wasserman <[email protected]>
Initialize Vecs with capacity

Call Vec::with_capacity(...) when we know what the expected length will
be.

f386e484df939924f9c10df84cf1e327a404cce6 authored about 7 years ago by Jacob Wasserman <[email protected]>
Merge #81

81: Don't publicize macro, bump rust-geo, 0.9.0 release. r=frewsxcv a=frewsxcv

1ac5a8af2e85563ee8c51edf80d1b673526efb44 authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Prepare for 0.9.0 release.

ae89a3c83e62e1eb9b9eabc2bbf1308383419d30 authored over 7 years ago by Corey Farwell <[email protected]>
Bump rust-geo dependency: 0.4 -> 0.6.

71dd664b5f09affc5aef4e0f98f9612a6fb814f2 authored over 7 years ago by Corey Farwell <[email protected]>
Address warning: macro is only used in tests.

5d85569c59f047298563f7a53ae764261d14bacf authored over 7 years ago by Corey Farwell <[email protected]>
Merge #79

79: Replace link to generated documentation r=frewsxcv

This PR is about removing references to ...

03584a185ea3d9174bbcddafaa047d7e3aeb47e8 authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Documentation link in Cargo file

94a8226f9f719d609cbcf71a0367a0712807562e authored over 7 years ago by mthh <[email protected]>
Replace link to generated documentation

4f342f78e781f552939da8a62e4eb152b68abdde authored over 7 years ago by mthh <[email protected]>
Merge #77

77: Prepare for 0.8.1 release. r=frewsxcv

64b7f280b5b2cd7c6048ce8b199ce322bfa6df7a authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Prepare for 0.8.1 release.

3d9548cce317322ea4fb19550ef854a5407a9d6d authored over 7 years ago by Corey Farwell <[email protected]>
Merge pull request #76 from mthh/serde_improvement

Change how foreign members are parsed

34e3a6be1b12fcb482c509b4cf6985e6a16c20e5 authored over 7 years ago by Corey Farwell <[email protected]>
Add appropriate test case

a429462af015e191779e853600173da3410cd505 authored over 7 years ago by mthh <[email protected]>
Change where the JsonObject is borrowed when parsing

466157f6c49ea906fea3ed18ad3cf1610a15524d authored over 7 years ago by mthh <[email protected]>
Progressively remove values from JsonObject when parsing

7a97fe832184d183d4647175604d4d837609209e authored over 7 years ago by mthh <[email protected]>
Merge #74

74: Test harness for round-trip encode/decode r=frewsxcv
I did some work to make it easier to ad...

812d95ff8fe18be55d55c90ce7ae253b44454658 authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
clean up some compiler warnings

- remove unused import
- mark result as unused

bd37586ca253d0ce1ed360552f558caa9cc1ca21 authored over 7 years ago by Michael Kirk <[email protected]>
Test harness for round-trip encode/decode

e29cd157ca1ac4453ac4dc2e283a154cd33aba50 authored over 7 years ago by Michael Kirk <[email protected]>
Merge #72

72: Add 0.8.0 changelog. r=frewsxcv

7d32b18a24ae9ddf7c8b0e61f85f5e5c7a464766 authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Add 0.8.0 changelog.

b043ab7c6d53b09f5de13f77ed47ba9af615ba08 authored over 7 years ago by Corey Farwell <[email protected]>
Merge #71

71: Remove `geojson::Crs`. r=frewsxcv
Fixes https://github.com/georust/rust-geojson/issues/34.

...

1e9abdf57ef4cb8ff703d0b26280bade592218a9 authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Prepare for 0.8.0 release.

358942498865e646da448ef98474f3ec50bb3ce1 authored over 7 years ago by Corey Farwell <[email protected]>
Fix compilation for example in README.

5e85230f101fe85463a48c0cbe6f92ff145b52e6 authored over 7 years ago by Corey Farwell <[email protected]>
Remove `geojson::Crs`.

Fixes https://github.com/georust/rust-geojson/issues/34.

Part of https://github.com/georust/rus...

c88adb6284d334d5f4d7d5c88db15cf3828a0701 authored over 7 years ago by Corey Farwell <[email protected]>
Merge #70

70: Support Foreign members r=frewsxcv
This PR allow to encode/decode foreign members, according...

be898e407f7c5fe309f8109f716500327af69c61 authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
change how are retrieved foreign members

5d9fa396a87577ec12d9fd817963e4f2e55d4b88 authored over 7 years ago by mthh <[email protected]>
foreign member on featureCollection + link to spec

c76f59d6db92b26ed04f156442e325427310fc80 authored over 7 years ago by mthh <[email protected]>
add foreign member on Geometry and Feature objects

a2147118b4dfcff2112c45e10df1cca612a64803 authored over 7 years ago by mthh <[email protected]>
Merge #69

69: Prepare for 0.7.1 release. r=frewsxcv

d71d6519a0a5f88f6b27a7cb3bd7845d44a894f5 authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Prepare for 0.7.1 release.

c79c083f12af3c4f2f6f06999a32e9841802ec51 authored over 7 years ago by Corey Farwell <[email protected]>
Merge #68

68: Add missing reference to GeometryCollection r=frewsxcv
This is a trivial change that should ...

ebf1e7260a345f539e0af31470a6e39884e764da authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
add missing reference to GeometryCollection + relevant test case

09aaa14b8d22ffa2d657b24238932ad03186d676 authored over 7 years ago by mthh <[email protected]>
Merge #65

65: Prepare for 0.7.0 release. r=frewsxcv

11042753e92f1b61efb4c6a60c61c9d0c6daaacf authored over 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Prepare for 0.7.0 release.

d9590044058081f90fdacb144322e12b09e96274 authored over 7 years ago by Corey Farwell <[email protected]>
Merge pull request #64 from georust/mkirk/serder-1.0-compat

Compatible with serde 1.0

70ebc0f617b759fca5f008a1c05fb460c9062360 authored over 7 years ago by Ashley Mannix <[email protected]>
Compatible with serde 1.0

* serde::error::Error was removed

For details see:
https://github.com/serde-rs/serde/commit...

fa2bed31b46fd8e0801c0d97cf5853278b6c61dc authored over 7 years ago by Michael Kirk <[email protected]>
Merge #62

62: Upgrade rust-geo dep, use num_traits instead of num, bump version. r=frewsxcv

4e71aad266824441fbcbed426bce423d447619da authored almost 8 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Bump version: 0.5.0 -> 0.6.0.

172d5484a2d56de88baccca9df3c608a814e4c68 authored almost 8 years ago by Corey Farwell <[email protected]>
Upgrade rust-geo dep, use num_traits instead of num.

0de55974e2aae41043620afc31394dee724fd53d authored almost 8 years ago by Corey Farwell <[email protected]>
Merge pull request #61 from georust/0.5.0

Prepare for 0.5.0 release.

a8bc55035c99cdd3770a097abd71a0d57668edb7 authored almost 8 years ago by Corey Farwell <[email protected]>
Prepare for 0.5.0 release

cbf08c18a1f199fef56a6e76600d571418b32ead authored almost 8 years ago by Corey Farwell <[email protected]>
Remove unnecessary as_str function

d188aab64cf76964ff58258247d2b4735bad1700 authored almost 8 years ago by Corey Farwell <[email protected]>
cargo fmt

5b00a5264b9a08b68a61e029306a32888d88f8dd authored almost 8 years ago by Corey Farwell <[email protected]>
Merge pull request #60 from georust/serde-0.9

Upgrade to serde 0.9

3d66e7966d981d407967988644faa2c0b458816f authored almost 8 years ago by Corey Farwell <[email protected]>
cleanup travis config

09bba19aead136d869f8b6feae463b79705012e8 authored almost 8 years ago by Corey Farwell <[email protected]>
no-default-features is broken, might as well make geo-interop enabled permenantly for now

8de476be217dc6db29453d2ee3a9eab8d91f413d authored almost 8 years ago by Corey Farwell <[email protected]>
cleanup whitespace

e5171e660412d4199e1e79134eddf2a871d3d41f authored almost 8 years ago by Corey Farwell <[email protected]>
use shorter namespace

611209104e3bd6035707590f965078f5fd231024 authored almost 8 years ago by Corey Farwell <[email protected]>
Remove `json_val` function

c61365a4cb0b3fef3f7dfea353249cef135c5c69 authored almost 8 years ago by Corey Farwell <[email protected]>
remove serde feature

7143ea9db933cb13a8f4be72848a3c24fff26f9a authored almost 8 years ago by Ashley Mannix <[email protected]>
remove rustc_serialize

a5fc5b6302a701d0e20d923ed15cd5b9d957573b authored almost 8 years ago by Ashley Mannix <[email protected]>
chore/serde-0.9

40a045c4c6f80a9cad42b4e8c960d4b7315ee181 authored almost 8 years ago by Ashley Mannix <[email protected]>
Prepare for 0.4.3 release.

Merge #57 a=@frewsxcv r=@frewsxcv
______________________________________________________________...

95a682c77b0f12258a874a94ff39e3e469e69c9d authored about 8 years ago by aelita-mergebot <[email protected]>
Prepare for 0.4.3 release.

9ee39c13b5676f57f3e9a742463293c3dac6e3db authored about 8 years ago by Corey Farwell <[email protected]>
Merge pull request #56 from datanel/conversion-geojson-geo

Add the possibility to convert geojson values to geo objects

14d2c6796999b22c201ef69673fac6d68ffe0bb3 authored about 8 years ago by Corey Farwell <[email protected]>
Add the possibility to convert geojson values to geo objects

2139d988b35e45429115bea118e01a58d4fb9fc4 authored about 8 years ago by David Quintanel <[email protected]>
Merge pull request #55 from georust/0.4.2

Prepare for 0.4.2 release.

0484a2f497f8e74f12bfeb4652f40f973b13c600 authored about 8 years ago by Corey Farwell <[email protected]>
Prepare for 0.4.2 release.

ed7e619f0ec7c69c277bdb142cac08a19b3a61d0 authored about 8 years ago by Corey Farwell <[email protected]>
Merge pull request #54 from datanel/conversion-geo-geojson

Add the possibility to convert a rust geo object to geojson

bbac665ff4888ab36e26abce42c9868932327bdf authored about 8 years ago by Corey Farwell <[email protected]>
Allow rust-geo interoperability to be optional.

4c63248cbc59662b63ab151734806bf9ea3ffa42 authored about 8 years ago by Corey Farwell <[email protected]>
Hide conversion module.

47fd107b677fd6fbee1456fbd13f136fafb0a1bc authored about 8 years ago by Corey Farwell <[email protected]>
conversion geo type to geojson value

2e58f2447247f8e2d295989774b16c95ef444c34 authored about 8 years ago by David Quintanel <[email protected]>
Derive `Eq` and `PartialEq` for `Error`. 0.4.1 release.

Merge #52 a=@frewsxcv r=@frewsxcv
______________________________________________________________...

70c170210e5c4cbeda9d9a5b45adaabfa2f6717b authored about 8 years ago by aelita-mergebot <[email protected]>
Prepare for 0.4.1 release.

fb44082d4f0e042beb66b874cc3ccd01dbbc81d0 authored about 8 years ago by Corey Farwell <[email protected]>
Derive `Eq` and `PartialEq` for `Error`.

Fixes https://github.com/georust/rust-geojson/issues/51.

6047a46865734054354830d5c8cd06642929d1e5 authored about 8 years ago by Corey Farwell <[email protected]>
Merge pull request #49 from georust/0.4.0

Prepare for 0.4.0 release.

13220979b8d628348566e95440fdbdcda4f069d1 authored over 8 years ago by Corey Farwell <[email protected]>
Prepare for 0.4.0 release.

241e9d5973094cdc70b410965d8b128dd0729056 authored over 8 years ago by Corey Farwell <[email protected]>
Merge pull request #48 from KodrAus/feat/serde-0.8

support serde 0.8

c2e8080701207a70aec2c6ac6e9df7f4698fa77d authored over 8 years ago by Corey Farwell <[email protected]>
fix failing doc test

1893c7820ffcec0a4ba6c7f5c23957530e61bc56 authored over 8 years ago by Ashley Mannix <[email protected]>
support serde 0.8

50665319cf81e031543f216818c4e432734583be authored over 8 years ago by Ashley Mannix <[email protected]>
Merge pull request #46 from georust/display

Implement `Display` instead of `ToString` for `GeoJson`.

b1441e8b25cbd64da69ecd6697af66c01082e3a3 authored over 8 years ago by Corey Farwell <[email protected]>
Implement `Display` instead of `ToString` for `GeoJson`.

By implementing `Display`, we will implicitly automatically implement
`ToString` as well. This i...

ed3a4917e2ccab4e5f4597da9b7d67c5333c8150 authored over 8 years ago by Corey Farwell <[email protected]>
Merge pull request #47 from georust/docs

Stop ignoring doc tests, minor cleanup.

815aca0dc7f39248bb24bf01ae2c83f23fa75cf0 authored over 8 years ago by Corey Farwell <[email protected]>
Stop ignoring doc tests, minor cleanup.

9ca82f38ce8561b2343d127eacea6829e8b5848f authored over 8 years ago by Corey Farwell <[email protected]>
Merge pull request #45 from georust/from

Add a few `convert::From` impls for `GeoJson`.

62937710c13312b0819471342899462d488958e9 authored over 8 years ago by Corey Farwell <[email protected]>
Add a few `convert::From` impls for `GeoJson`.

5c5015b6ed339f40f3c383a23aecccef64489250 authored over 8 years ago by Corey Farwell <[email protected]>
Merge pull request #44 from georust/feature-collection-example

Add basic FeatureCollection serialization example.

602dfe6319ba8ce4c796b12c5ff015598a09aea4 authored over 8 years ago by Corey Farwell <[email protected]>
Add basic FeatureCollection serialization example.

80b019b21455d2bb7cad4ad1761cf50eaf4d6375 authored over 8 years ago by Corey Farwell <[email protected]>
Merge pull request #43 from georust/feature-geometry-nullable

Permit `geometry` field on `feature` objects to be `null`.

6dd3f46d7508cbd06ccd1fa03e69d7864d28e3b7 authored over 8 years ago by Corey Farwell <[email protected]>
Permit `geometry` field on `feature` objects to be `null`.

Fixes https://github.com/georust/rust-geojson/issues/42.

22b7f08ba40166e09ee8b4010ebb13a20c7a5587 authored over 8 years ago by Corey Farwell <[email protected]>
Bump version to 0.2.1.

a077ac9888ba3b4b2f0114b09dc43a693b1bcc86 authored over 8 years ago by Corey Farwell <[email protected]>
Merge pull request #41 from KodrAus/serde

Serde Support

ddafb46fe037eac6480680c5018a2e4b74538358 authored over 8 years ago by Corey Farwell <[email protected]>
feat/serde

9cd7d35dc0399d3ce9d629c86b3b6393d54f67e9 authored over 8 years ago by Ashley Mannix <[email protected]>
Bump version to 0.2.0.

Breaking changes related to error handling.

bbabb7ec6a9512dbf6b324af538ab8110d1721e0 authored almost 9 years ago by Corey Farwell <[email protected]>
Merge pull request #39 from georust/errors

Replace static str errors with an error enum.

a7b1f25ef8e600b4a3dc660752ffd3dbee938729 authored almost 9 years ago by Corey Farwell <[email protected]>
Replace static str errors with an error enum.

Fixes https://github.com/georust/rust-geojson/issues/35

3e63203f87c9d958b8c59c953aa124b8c8555ca4 authored almost 9 years ago by Corey Farwell <[email protected]>
Remove old LICENSE file

dc9d3a293e4fdb28667b59d81ebf90d6cd93d85b authored almost 9 years ago by Corey Farwell <[email protected]>
Bump version to 0.1.1

0e1a7ff5dce3d44ba060a7bedf431ef07b1d5179 authored almost 9 years ago by Corey Farwell <[email protected]>
Merge pull request #38 from georust/relicense

Update license to MIT/Apache-2.0

bfd994011dd674355ef03ef605f75f0d9ace2f5e authored almost 9 years ago by Corey Farwell <[email protected]>
Update license to MIT/Apache-2.0

Fixes https://github.com/georust/rust-geojson/issues/36.

b76fda2712e0a70d99923cfe4f0514e569ab5c01 authored almost 9 years ago by Corey Farwell <[email protected]>
Update license heading levels

921e92e6091405906dd34a1b1358b5a7540b46df authored over 9 years ago by Corey Farwell <[email protected]>
Update example location

3cce63ae58cedd369fc223422f5022beb5949b4c authored over 9 years ago by Corey Farwell <[email protected]>
One more change to the description before release

6df1afabd914ea20c2099f3f7557df8f8fdd3bd6 authored over 9 years ago by Corey Farwell <[email protected]>
Enable syntax highlighting in code block example

cb0169398e07b86d58a8f0c63d8d7931a36d3714 authored over 9 years ago by Corey Farwell <[email protected]>
Remove sudo: false from travis config

849a0057ab6f680279e936e55ee15ad049678152 authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #32 from georust/docs

Add documentation

492039673a15bd0081a6078ff519412f9e2fb2b7 authored over 9 years ago by Corey Farwell <[email protected]>
Add a couple main usage examples

cdf20e3196a1876f1709ca2bbd8ddf00b25d927f authored over 9 years ago by Corey Farwell <[email protected]>