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

Merge #122

122: Add quick_collection function and revise docs. r=urschrei a=urschrei

The `quick_collection...

82641f824a7490ae692f38f29545fbbcbbd244f0 authored almost 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
No need to feature-gate functions as it's done at the lib.rs level

505b6fde954a4f9cbccff76dce8f1c714e9b75a6 authored almost 5 years ago by Stephan Hügel <[email protected]>
Tidying up

5af8d144128c201c6043f2b4c29e1f6b28028126 authored almost 5 years ago by Stephan Hügel <[email protected]>
Don't run top-level doc-test if geo-types feature is disabled

45d81292cf84ff6e10f666e1c610652d8ffb6b68 authored almost 5 years ago by Stephan Hügel <[email protected]>
Add more docs.rs directives for geo conversions

e254771d0bd14d8121622d6e53f05a834ace8a78 authored almost 5 years ago by Stephan Hügel <[email protected]>
Add docs.rs callout for quick_collection

12c4f18262391ad3573275c7788be7a28c560d76 authored almost 5 years ago by Stephan Hügel <[email protected]>
Doc update

82f718f7b95562387d3cd7c050797ed49fc1c16b authored almost 5 years ago by Stephan Hügel <[email protected]>
Slightly better naming

bdd4fcd4953f47874640b91576a4e1a0f312442d authored almost 5 years ago by Stephan Hügel <[email protected]>
Add quick_collection function and docs

15cb6ddc566dda0c6b2bcdb9b121f9bd23aeb0e9 authored almost 5 years ago by Stephan Hügel <[email protected]>
First pass at GeoJson -> geo_types::GeometryCollection conversion

2eee2f6e7b0ff9050b5d3c5af8e364425b53b378 authored almost 5 years ago by Stephan Hügel <[email protected]>
prepare for 0.17.0 release

093bb5345f7cd7e67c6483cc3bece14583ba01ad authored almost 5 years ago by Corey Farwell <[email protected]>
Merge #120

120: Add `TryFrom` impls for JsonObject and JsonValue r=frewsxcv a=avandesa

For each GeoJson ty...

620f33f4ab112104d1b049beb9c99d3f6be6d738 authored about 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Use `try_from` when constructing GeoJson

I'd changed this function for geometry objects, but not
features/collections. This makes it cons...

f874b9457f9e633be039bcb5e6f038f81dbe1a36 authored about 5 years ago by Alex van de Sandt <[email protected]>
Add `TryFrom` impls for JsonObject and JsonValue

For each GeoJson type, an `impl TryFrom<JsonObject>` and `impl
TryFrom<JsonValue>` is added, and...

03949f6b290544457e22dfa43004861dc6a8aead authored about 5 years ago by Alex van de Sandt <[email protected]>
Merge #119

119: Add `from_json_value` for `GeoJson` enum r=frewsxcv a=avandesa

There already exists `GeoJS...

c7f0511fc33694377c46892eeb741b313184396f authored about 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add `from_json_value` for `GeoJson` enum

There already exists `GeoJSON::from_json_object`, which converts a
`serde_json::Map<String, serd...

c4a888a1b7b18b20f4f91a04172b8c19dd3851e0 authored about 5 years ago by Alex van de Sandt <[email protected]>
prepare for 0.16.0 release

c2988db00ba6d9fb11228b5fc9e6db776785a01c authored over 5 years ago by Corey Farwell <[email protected]>
Make the geo-types conversion functionality opt-in. (#115)

c76d9be13157946c212c65cd8dc8703c61004338 authored over 5 years ago by Corey Farwell <[email protected]>
Implement Display for FeatureCollection; doc improvements. (#114)

5579fe41a2b0c7c0f40e0c79276429ed2767b9e1 authored over 5 years ago by Corey Farwell <[email protected]>
Merge #113

113: Implement Display for Feature and Geometry r=frewsxcv a=urschrei

Closes #112

Co-authored-...

2ecc0d0e426123710a1921994ad46ffe355b8b71 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Implement Display for Feature and Geometry

862ebba45486fecc7aabd30b342efaeb337b5fc2 authored over 5 years ago by Stephan Hügel <[email protected]>
Merge #111

111: Switch to stable TryFrom trait r=frewsxcv a=urschrei

Rust 1.34 [stabilises the TryFrom tra...

222160d0295d3a5a3240e0227987d972c7d815e3 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Add minimum Rust version note

Needed because `TryFrom` is only stable as of 1.34

80147095c404114ea39885628dacbf9d7a33835d authored over 5 years ago by Stephan Hügel <[email protected]>
Fix links

cf0ec8ab437cb9c8edc636cdf818cddc6be07a4b authored over 5 years ago by Stephan Hügel <[email protected]>
Clearer docs

5f4c371dc1efcb15891bb20f41d4ac9ab0f381f4 authored over 5 years ago by Stephan Hügel <[email protected]>
Another rustfmt run

511815ed5770690c1797c37ac36c2bf613acdcfa authored over 5 years ago by Stephan Hügel <[email protected]>
Remove another redundant import

0a4c2ef5a1b583685d033f8b2456dff969acac40 authored over 5 years ago by Stephan Hügel <[email protected]>
More suggested edition fixes

a24db0b46c771c97ef6267c8d79d19fe1c788401 authored over 5 years ago by Stephan Hügel <[email protected]>
Tidy doctests

2eced6355fb966a576a55d121bdf9fcec0b7f713 authored over 5 years ago by Stephan Hügel <[email protected]>
Fix benchmark GeoJSON

4a0dba9432a83f50f47eea3b2178a4b08c57d59f authored over 5 years ago by Stephan Hügel <[email protected]>
Update imports for 2018 edition

61f73c3d611cc44a9ab9df88f85514259d0863e7 authored over 5 years ago by Stephan Hügel <[email protected]>
Update CHANGES

ff629632c4d6bf9f2ecc8de1fcf4abd50ba564b3 authored over 5 years ago by Stephan Hügel <[email protected]>
Rustfmt pass

8c28ec51776f5d5712ae6e77eff65d511501e7da authored over 5 years ago by Stephan Hügel <[email protected]>
Update to 2018 edition

5d21ee1fc97de783ea475e22454cb228eeb1b5c8 authored over 5 years ago by Stephan Hügel <[email protected]>
Doc update

ce1046d6241a49e551b7ed98a9b7d463d2d484b9 authored over 5 years ago by Stephan Hügel <[email protected]>
Clippy pass

cfc5e029516fb40778627020346f78101151846a authored over 5 years ago by Stephan Hügel <[email protected]>
Use built-in TryFrom trait

782ac9348a8e8fbbe3760547d32e767634e86e53 authored over 5 years ago by Stephan Hügel <[email protected]>
Rustfmt pass

b00a3ddcc7ed373db6e1d69c9f3b7ffa32c7d56b authored over 5 years ago by Stephan Hügel <[email protected]>
prepare for 0.15.0 release

39948dd59105995553b8ad22227cbd884adaca3a authored almost 6 years ago by Corey Farwell <[email protected]>
bump geo-types to 0.4.0

c1681347b4bc49c9085ac3f86fe0488849063913 authored almost 6 years ago by Corey Farwell <[email protected]>
Prepare for 0.14.0 release.

b3c236c4dd0b3312791c3e848a3da921d3913e7e authored almost 6 years ago by Corey Farwell <[email protected]>
Merge #109

109: Bump geo-types: 0.2 -> 0.3. r=frewsxcv a=frewsxcv

Co-authored-by: Corey Farwell <coreyf@...

f0efb87e6d34ca1629e64d56f848aa05441cd3d2 authored almost 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Bump geo-types: 0.2 -> 0.3.

73f5fe2e5d8507965000a27d637f1eec06e5e403 authored almost 6 years ago by Corey Farwell <[email protected]>
Prepare for 0.13.0 release.

8135b99bdeafa378029cc0249ff13c415273299b authored about 6 years ago by Corey Farwell <[email protected]>
Merge #107

107: Feature::id should either be a string or number. r=frewsxcv a=frewsxcv

Fixes https://githu...

9b5d5d67ea7f2f3b4598937f9cdf82fc82659dc5 authored about 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Don’t expose Feature in two places.

9062538bbd36c199da8dffb4301ce1630b1fce01 authored about 6 years ago by Corey Farwell <[email protected]>
Feature::id should either be a string or number.

Fixes https://github.com/georust/geojson/issues/102.

7cf1acea802ca76f8cf6f59069f903a268663ffe authored about 6 years ago by Corey Farwell <[email protected]>
Merge pull request #106 from mthh/updatereadme

Update readme by removing outdated reference to rustc-serialize

1853e594c64ea5e44192081b5ec20266d31801e7 authored about 6 years ago by Corey Farwell <[email protected]>
Merge #105

105: Fix broken doc links to geojson spec r=frewsxcv a=mthh

Doc links in markdown are now on on...

be19856f935313e6c3007a2e3a26d2a103d876be authored about 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Update readme by removing outdated reference to rustc-serialize

0bf0d0a66e89314ca8bd84f0fc03cf746aba1b76 authored about 6 years ago by mthh <[email protected]>
Fix broken doc links to geojson spec

0f90b1cea84e566dcede77532e643e2626cb5321 authored about 6 years ago by mthh <[email protected]>
Address clippy suggestions.

f73c0216ce4bf8080103a6ec2380931f61b8f0cd authored about 6 years ago by Corey Farwell <[email protected]>
Remove unnecessary allocations.

99fac096a7907893db36f474855b5c50d08ec00d authored about 6 years ago by Corey Farwell <[email protected]>
Refactor bbox code to use iterators and fewer references.

9e408af5c16a6537af49883728308613ac93a801 authored about 6 years ago by Corey Farwell <[email protected]>
rustfmt

fa3c31538ec213635905aae4874e92df74574d01 authored about 6 years ago by Corey Farwell <[email protected]>
Re-remove the clone.

f20ce5e6efa0762e8c73b5f910e213c9deab6477 authored about 6 years ago by Corey Farwell <[email protected]>
Reintroduce clone to fix tests.

b7a01bf0bfbd1213c90a736ff7772d0db9988ed2 authored about 6 years ago by Corey Farwell <[email protected]>
Improve error messages modified Error enum.

1c5d1740930adcdddb2fa618d15bc872dbe575ac authored about 6 years ago by Corey Farwell <[email protected]>
Refactor geojson.get_object to be point-free.

82cfee9366b8e87031bf446b1081b67a87d75556 authored about 6 years ago by Corey Farwell <[email protected]>
Remove unnecessary returns.

0ce9c07c7b0c935921418e0bdf7c9354724236a8 authored about 6 years ago by Corey Farwell <[email protected]>
Remove unneeded trait.

3ad89cce67c53270f25b83e653e20625018a6262 authored about 6 years ago by Corey Farwell <[email protected]>
Remove unnecessary clone.

5d8dff97009f1982da5a1b1022e17c6b5113b542 authored about 6 years ago by Corey Farwell <[email protected]>
rustfmt

8104e5cc9de99e4250a79e56cde0f1a6b6e63721 authored about 6 years ago by Corey Farwell <[email protected]>
Refactor internal macros to be functions.

b2cb6571fcef950bf46ee3d6064f74cb8eb6ab34 authored about 6 years ago by Corey Farwell <[email protected]>
No need to return within macro.

5451a50c9bf3e8abcc49438dc2730c2103d88b77 authored over 6 years ago by Corey Farwell <[email protected]>
Migrate from try! to ?

90e96bfe196e128a00007f231d1fc4a56565318b authored over 6 years ago by Corey Farwell <[email protected]>
Remove unneeded copy.

954ad47fe5aabb8fa668994624ca8bb136203663 authored over 6 years ago by Corey Farwell <[email protected]>
Preallocate array with expected size.

eeca050f3bdc2d659052832d8be1be4e296b6cb4 authored over 6 years ago by Corey Farwell <[email protected]>
Migrate benchmark to criterion.

bd6bca5a00cecbad8eabf6c2a1bbd0f4fb4e5227 authored over 6 years ago by Corey Farwell <[email protected]>
Prepare for 0.12.0 releases.

f0438278c60c3093d1de9706cca10ab42dcd3d9b authored over 6 years ago by Corey Farwell <[email protected]>
rustfmt.

7162435255eace8514a6a59fdd8e40314d79be0c authored over 6 years ago by Corey Farwell <[email protected]>
Merge #100

100: Bump geo-types to 0.2.0. r=frewsxcv a=frewsxcv

Co-authored-by: Corey Farwell <coreyf@rwe...

6e753ca56a0b2b4ef93f1dbaa8268c59f1749674 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Bump geo-types to 0.2.0.

dfde05544f497da6d65fb8df3df5c9e4d747ed9e authored over 6 years ago by Corey Farwell <[email protected]>
Add CoC from georust/geo.

f9686555e30b963192d399143d7e60d91377128b authored over 6 years ago by Corey Farwell <[email protected]>
Update repo URL/links to reflect change.

d118fca9a10d93bca7c539d89ad921d4dc8a4441 authored over 6 years ago by Corey Farwell <[email protected]>
Prepare for 0.11.1 release.

77541c842a83b0b40341c2359ddf47dc3d2a0362 authored over 6 years ago by Corey Farwell <[email protected]>
Merge #99

99: Don't inject empty interior rings when converting to geo Polygons r=frewsxcv a=worace

I r...

786208a384d01e1f3d4fb739af483cdc58ef290d authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Don't inject empty interior rings when converting to geo Polygons

Currently, when converting a GeoJson Polygon with no interior rings
to a geo Polygon, we are inj...

130546321bcff1e887cc415f4205779a50691cd0 authored over 6 years ago by Horace Williams <[email protected]>
Fix some test name misspellings

a1abd93f3a84ce0cefebc32cf8633f4bb9300c56 authored over 6 years ago by Horace Williams <[email protected]>
Merge #98

98: Add doc example for geo_types conversion. r=frewsxcv a=frewsxcv

Co-authored-by: Corey Far...

2d8d83bbfb5baeb23cc5cf30733a136e2eb62862 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Add doc example for geo_types conversion.

a3ea3cca90b71421675b3da7274ccc87a2b6c559 authored over 6 years ago by Corey Farwell <[email protected]>
Merge #96

96: Add parsing benchmark. r=frewsxcv a=frewsxcv

Co-authored-by: Corey Farwell <coreyf@rwell....

899b42a6f93039bc94c0a251a3f69f0fe1ae579e authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Add parsing benchmark.

04ba55eeda779d95d4fd91c7740608f76ae59e99 authored over 6 years ago by Corey Farwell <[email protected]>
Merge #94

94: rustfmt r=frewsxcv a=frewsxcv

Co-authored-by: Corey Farwell <[email protected]>

7b4c1465816a456e48955ebdd265e34839ea8da1 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
rustfmt

14f3f9af71deee2b63a6ac4132eee2ea17563636 authored over 6 years ago by Corey Farwell <[email protected]>
Merge #93

93: Switch 'geo' dependency to 'geo-types'. r=frewsxcv a=frewsxcv

https://github.com/georust/ru...

a56d6809efd5c39fa529faee6dca6153db739081 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Switch 'geo' dependency to 'geo-types'.

e10a9a1d4f9c73effedf25c620cae4efa5559dc3 authored over 6 years ago by Corey Farwell <[email protected]>
Merge #92

92: Prepare for 0.10.0 release. r=frewsxcv a=frewsxcv

Co-authored-by: Corey Farwell <coreyf@r...

0469453929d11acf39471161fba7216c94daef41 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Prepare for 0.10.0 release.

111ace9747f256a249c74642070299291617d651 authored over 6 years ago by Corey Farwell <[email protected]>
Merge #91

91: Bump geo dependency: 0.7 -> 0.8. r=frewsxcv a=frewsxcv

Co-authored-by: Corey Farwell <cor...

add32157f924add277e657c7ba7acab59f34da68 authored over 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Bump geo dependency: 0.7 -> 0.8.

1331aa97957e001ad36cc365bbf558dd87486154 authored over 6 years ago by Corey Farwell <[email protected]>
Merge #89

89: Bump geo and num-traits crates. r=frewsxcv a=frewsxcv

* geo: 0.6 -> 0.7
* num-traits: 0.1 -...

c6fa636f37070a398592adc81ff9c08f5e482845 authored almost 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Bump geo and num-traits crates.

* geo: 0.6 -> 0.7
* num-traits: 0.1 -> 0.2

b7bfc2bee5372d18c77285df7353c9da5f40c23f authored almost 7 years ago by Corey Farwell <[email protected]>
Merge #87

87: Update GeoJSON spec links to point to published standard r=frewsxcv a=urschrei

The spec at ...

679faa61ddb957a320cc1bbcdca8bbdc3add1bec authored almost 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Update GeoJSON spec links to point to published standard

The spec at http://geojson.org/geojson-spec is considered obsolete,
having been replaced by IETF...

864f0e934cf737dc0eb9a58c52abbc5f25b1691b authored almost 7 years ago by Stephan Hügel <[email protected]>
Merge #85

85: Expand docs with parsing examples and corner cases, and enable conversion docs r=urschrei a=...

2531a7e851547525661b143ddd982b86bb1a8548 authored almost 7 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Fix try_into trait path in docstring

daf44eebc7c09713f82378ac2f91e47f2ae5c354 authored almost 7 years ago by Stephan Hügel <[email protected]>
Remove lots of & noise

265201c865cf8c2ce4959b6db12166d977e5c8f9 authored about 7 years ago by Stephan Hügel <[email protected]>
Typo fix

f35a4778ee8171e16d39909ad01c923f7918221a authored about 7 years ago by Stephan Hügel <[email protected]>
Enable, revise, and expand GeoJSON --> Geo conversion docs

a3fad98dd166d6364493f9fe6094f1a793527681 authored about 7 years ago by Stephan Hügel <[email protected]>