Ecosyste.ms: OpenCollective

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

github.com/georust/wkt

Rust read/write support for well-known text (WKT)
https://github.com/georust/wkt

Merge pull request #109 from georust/mkirk/partial-eq

a5759db053b5204ebff4b9f9b8a03399443ed121 authored over 1 year ago by Michael Kirk <[email protected]>
cargo clippy --all-features --fix

c9d18293a57fced9bbe9f5ca3205b008de99a3fa authored over 1 year ago by Michael Kirk <[email protected]>
update criterion

59d0c835aaed64e7350503da43079e56437f08fc authored over 1 year ago by Michael Kirk <[email protected]>
update geo-types and use non-deprecated Coords

0f107b13f4b2bf09b55e3b526de1b6613f18256c authored over 1 year ago by Michael Kirk <[email protected]>
partial eq for wkt

633c0bfd6394b7a02d5f543215350e39d5ba7c35 authored over 1 year ago by Michael Kirk <[email protected]>
Merge #106

106: Use SPDX license expression r=lnicola a=gerritsangel

- [x] I agree to follow the project's...

1f88c381fa63626e8019aca87163db72025b5487 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Merge #107

107: Fix some clippy warnings r=lnicola a=lnicola

- [x] I agree to follow the project's [code o...

dcaed413b8523665afb0538f56b24d5e54783a68 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update tests for type_name changes

9dfada038b1f53f16d084653dafc58321ce8a15a authored about 2 years ago by Laurențiu Nicola <[email protected]>
Fix some clippy warnings

3f830e89479b661b04f0daec361b1118b4dd80e7 authored about 2 years ago by Laurențiu Nicola <[email protected]>
Use SPDX license expression

b113f6013abb75d3f65553a07ca8cf4d693cbfb0 authored about 2 years ago by Gerrit Sangel <[email protected]>
fix release notes / version number

The release was non-breaking. The cargo.toml correctly referenced only a
patch bump, but the doc...

7de528b5b24b1b52e01d5c386f0e0c83e23aeff0 authored over 2 years ago by Michael Kirk <[email protected]>
fixup docs

c8792ea88c2cb3386b2ded0db6db84fb2dde4c02 authored over 2 years ago by Michael Kirk <[email protected]>
prepare for version 0.11.0 release

669833651fac2156e6278dd6f9775051953817a7 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #103

103: TryFromWkt for integer geometries r=urschrei a=michaelkirk

- [x] I agree to follow the pro...

63a21d833ef9a249cf8da218cfbdb96bdde6f8fa authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
TryFromWkt for integer geoms

Note that we error when trying to parse any numbers with decimal points
with message:
"Unable to...

109ad71928af87319da212939bf2948ea217e4d7 authored over 2 years ago by Michael Kirk <[email protected]>
Update CHANGES.md

remove merge conflict

0eb28c3901967fdad1ac5898a6e07a8794451a92 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #99

99: deserialize specific geo types r=urschrei a=michaelkirk

- [x] I agree to follow the project...

78ef53610db90b8a5d2541d6f082828586be1145 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
clearer deserialize docs

5129bb9ac336471da8e173a63110a023f94d2f38 authored over 2 years ago by Michael Kirk <[email protected]>
deserialize any TryFromWkt

112221b238b747f4f115653c5dde8c16250a933d authored over 2 years ago by Michael Kirk <[email protected]>
extract geo-types into separate module

0511cec1de534aa627c6bd1831dc2f94d9befb3c authored over 2 years ago by Michael Kirk <[email protected]>
rename deserialize.rs -> deserialize/mod.rs

38304f94f148075aea9722dea9b6affe8f40af44 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #101

101: ToWkt for integer types r=rmanoka a=michaelkirk

- [x] I agree to follow the project's [cod...

2b8c0230b8f536299bc2ec08a6335497925bf0ce authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
ToWkt for integer types

29706b08966454864d57271ecc34b9a781a561d8 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #98

98: Document all feature, and show feature requirements r=frewsxcv a=michaelkirk

- [x] I agree ...

b0965a3e5bab8f6e5bbc6f48f4b86578975b23ee authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Document all feature, and show feature requirements

This is similar to what we do in geojson and elsewhere. Though I just
learned about doc_auto_cfg...

0ccb840aba87bee187df991ca7e8670d84b42cf6 authored over 2 years ago by Michael Kirk <[email protected]>
prepare for 0.10.1 release

9a34d9ad2de5170a9aa82ebd21bc57b607ecbc07 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #95

95: FromWkt trait for reading WKT without exposing the user to the intermediate representation. ...

26f6a270654b3fe98de331cdc9b26497f39d1cf5 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
FromWkt trait for reading WKT without exposing the user to the intermediate representation.

Note that this isn't a performance change. It's about (hopefully) making
the library easier to u...

ed53073d36679db1477c5360d2ab33c66f075099 authored over 2 years ago by Michael Kirk <[email protected]>
Work around geo_types to impl GeometryCollection::from_wkt_str

9fecace94f05e46331e9785ad508622f3d9f4b15 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #94

94: Add some benches and some internal cleanup r=urschrei,lnicola a=michaelkirk

- [x] I agree t...

4576ece696f56a7063335e609e2de16074790de4 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
cargo +nightly fmt -- --config format_code_in_doc_comments=true

7c99af8a2323fe48b66707c6aa1d827637afbfea authored over 2 years ago by Michael Kirk <[email protected]>
rename private mod towkt -> to_wkt

3758f0b26c923660bcf3b52ce30651db992aba1d authored over 2 years ago by Michael Kirk <[email protected]>
baseline benches

0fc828b97f5b396f889c9491dcedb4724a9c6af7 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #92

92: impl ToWkt for inner geo_type variants, allow non-geotypes to impl ToWkt r=uschrei a=michael...

feaa439b1888ff3e2663ff269ab5dfbce228d7a9 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
ToWkt for non-geotypes

This is primarily just moving code around - no changes to
implementation, though I did rename th...

75ab496cdfef857676f0853480a5d4a041dcfe21 authored over 2 years ago by Michael Kirk <[email protected]>
update change log

68259ca6dcb2955b1b724b6091e569fc78927a2b authored over 2 years ago by Michael Kirk <[email protected]>
only run geo-type doc-tests when when geo-types enabled, but always show them.

And fixed a broken ignored doctest in lib.rs

Admittedly, this is ugly, but:

Using geo-types is...

91d490fa8f14e8a4ff6e7e9c5ff62132661b29fb authored over 2 years ago by Michael Kirk <[email protected]>
impl ToWkt for geo_type variants directly

So we no longer need to convert your variant to a geo_types::Geometry
enum just to get it's wkt ...

9cd94c90741378f4ab66d217f621e9ecb7c82881 authored over 2 years ago by Michael Kirk <[email protected]>
Merge #89

89: Easier serialization of wkt with ToWkt::wkt_string/write_wkt r=urschrei a=michaelkirk

- [x]...

0d4404c581f8b0c2fb99e9c1470d0ddc2f977343 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
add ToWkt::write_wkt

Also renamed "to_wkt_string" to just "wkt_string", it's shorter and I
don't think anything is lost.

17825e72869884de2c39e610a24d2c65e75f0ed8 authored almost 3 years ago by Michael Kirk <[email protected]>
Merge #90

90: Migrate to geo-type 0.7.4 r=frewsxcv a=nyurik

This PR will make it easier to migrate to TZM...

a9fc6d57daeb6f428eef24eb4d3a93b5ee6f2e90 authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Migrate to geo-type 0.7.4

This PR will make it easier to migrate to TZM (3D/M)

f70f3392e975ea310f1e732d02a0879d907bc4a9 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Merge #86

86: impl Display for Wkt r=lnicola a=categulario

- [x] I agree to follow the project's [code of...

83294e0b11ee49cdac9d4f1fa41c8072d213243b authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
to_wkt_string

b4074e0a712a0d28c2cad28ba3cb56886955db31 authored almost 3 years ago by Michael Kirk <[email protected]>
Merge pull request #87 from categulario/patch-1

Update pull_request_template.md

3833e7f35bb93b99b4e4bbbb3286ce408256c344 authored almost 3 years ago by Michael Kirk <[email protected]>
Update pull_request_template.md

It was useful to find the note about adding changes to the changelog. It might be as useful to a...

434ed7686013a402c85db439cc91c368b51996f5 authored almost 3 years ago by Abraham Toriz Cruz <[email protected]>
cargo fmt

37537a41b40bae0b20e4a6f45f29cce917c134b0 authored almost 3 years ago by Abraham Toriz <[email protected]>
mention impl Display for Wkt in changes.md

001d928fb7981fd7a448cf37c1434fbbfaf8cd9e authored almost 3 years ago by Abraham Toriz <[email protected]>
impl Display for Wkt

b056e002fd806a990c0bce5cada0693f3c8d03f4 authored almost 3 years ago by Abraham Toriz <[email protected]>
Merge #81

81: Remove authors manifest field r=nyurik,urschrei a=lnicola

- [x] I agree to follow the proje...

dbd80f22099fc11ad69a1d072c3516f9a1ca4376 authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Remove authors manifest field

2866e4cea33a1e1a11046505985fd9893c975393 authored almost 3 years ago by Laurențiu Nicola <[email protected]>
Merge #77

77: Prepare for 0.10.0 release r=urschrei a=urschrei

- [x] I agree to follow the project's [cod...

b417e7b4e77ec0f5b5bb8db7d7e4a1a03b381ef8 authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Prepare for 0.10.0 release

c164a0e720a5a9f2628162b7be1da20cde3abd69 authored almost 3 years ago by Stephan Hügel <[email protected]>
Merge #80

80: Fix bench build bug, added CI lints r=lnicola a=nyurik

In order to auto-catch bugs and code...

980819465c98483b4313d6fafdddfb79c0f1eb4e authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fix bench build bug, added CI lints

In order to auto-catch bugs and code quality,
adding clippy and fmt to CI (same as geo)

26f5db3aaee0d3bcf4adf65a9a729b2e426c283c authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Merge #79

79: BREAKING: move `Wkt::from_str` to `FromStr` trait r=urschrei a=nyurik

Most of the user's co...

78f16822098d5034c2982a4f25528a4a2c598ccf authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
BREAKING: move `Wkt::from_str` to `FromStr` trait

Most of the user's code will stay the same, but will require `use std::str::FromStr;`

03c9dda802bf1c6125ea5ebbedf9afb24e30aef0 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Merge #76

76: Use geo_types macros to future proof r=michaelkirk a=nyurik

Use `coord!` macro instead of `...

823e569d99c372a40e21b2f05a6369eb35931424 authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Merge #75

75: Cargo fmt & clippy, run CI on PR, spelling r=michaelkirk a=nyurik

* Made a few changes simi...

30bb071ac1645a8efa108c2197d88297f3910690 authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update test.yml

544c0407310b7bc067f718387680a820969d6706 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
per clippy, avoid collecting when counting

47e7e9889baec4768d36524aec222615266bce6a authored almost 3 years ago by Yuri Astrakhan <[email protected]>
run cargo fmt

9b615ce72e57f93d73a00ac30705906a929fe875 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
fix deprecated attr, ref

016a6e7847514a2691089dbd7e3f6b2154a6afc7 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Merge branch 'master' into clippy

1a5ad7b5bb41e28aad2e0edca8133e368c904a4c authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Merge branch 'master' into use-templ

93028bbb558da14dff2d3e9222288a1c5f317abf authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Merge #71

71: Migrate to 2021 edition and add examples r=urschrei a=urschrei

- [x] I agree to follow the ...

a1f0adaf54d72ad2fb3207078f024adf147c9409 authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
[noop] Use geo_types macros to future proof

Use `coord!` macro instead of `geo_types::Coordinate<T> { x, y }`. Doing this makes coordinate c...

59867875913377b223e7abc4bdf95bf4e8a3354e authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Minor cleanups

* spellchecking
* make clippy happier (there are still a few outstanding ones, todo in a separat...

ed8625eb6d0eb7498f1039256712750f40f7924b authored almost 3 years ago by Yuri Astrakhan <[email protected]>
Add docs and examples, bump edition to 2021

186f3d96655c690f9b6ac89c0ed3e411d977d0cf authored almost 3 years ago by Stephan Hügel <[email protected]>
Merge #72

72: Store a single geometry inside Wkt r=lnicola a=lnicola

- [x] I agree to follow the project'...

8e22c6321fd111f1f67f0611bcd35a81972b1022 authored almost 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update changelog

cf69d2a3a5dfde360a2990e0fbafaad49a11049c authored almost 3 years ago by Laurențiu Nicola <[email protected]>
Fix some warnings

f601f853de9501189cf58be56892e1cd041094d4 authored almost 3 years ago by Laurențiu Nicola <[email protected]>
Store a single geometry inside Wkt

3e2de3b48e1466f2766c71476828c0bce11b0a1e authored almost 3 years ago by Laurențiu Nicola <[email protected]>
Merge #70

70: Relax the parens requirement for multipoint r=michaelkirk a=audunska

Postgis' `ST_AsText` f...

6b5603f21e282dfdd0823e55f58bc6897392f63b authored over 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update CHANGES.md

Co-authored-by: Michael Kirk <[email protected]>

ce6973b09cda3319486909b070cb91bab9c4b09d authored over 3 years ago by Audun Skaugen <[email protected]>
Small adjustements

7ca15a30d5ce027c35aa87a70c6796953ae2d274 authored over 3 years ago by Audun Skaugen <[email protected]>
Changelog entry

5519c5f129c19a4204051bd7f52446e6e433e48e authored over 3 years ago by Audun Skaugen <[email protected]>
Relax the parens requirement for multipoint

Postgis' `ST_AsText` function will serialize multipoints like
`MULTIPOINT(0 1, 2 3)`,
which woul...

dd406bbcc77bf9ad8bab3959cedeb8ec733d9610 authored over 3 years ago by Audun Skaugen <[email protected]>
prepare for next release

5c06824a93baa5b25628bd4099f57a6f6ae0a4e0 authored over 3 years ago by Michael Kirk <[email protected]>
0.9.2 release

e06f3f2e62199328d00c54b048ff525660eabeb6 authored over 3 years ago by Michael Kirk <[email protected]>
Merge #67

67: Minimal support for JTS extensions r=michaelkirk a=rmanoka

Refer discussion in #50

+ su...

2b9afd8942374de71af1cb4d0723fb1c249a19c0 authored over 3 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add a line in changes.md

4aad200018055904aa963f4de986a3fa397cff9b authored over 3 years ago by Rajsekar Manokaran <[email protected]>
Minimal support for JTS extensions

+ support LINEARRING by parsing it as a LINESTRING
+ test LINEARRING parsing

19ff862e8a3163fbf0cf1c689d7349d3e59f3037 authored over 3 years ago by Rajsekar Manokaran <[email protected]>
Merge #66

66: Approximately 40% faster, not all numeric chars are digits r=michaelkirk a=softdevca

- [X] ...

5d938cecad87cc23ba708acbcf0e179e15eef170 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update Cargo.toml

b4e0e5ca28cfb3e81c89826d44ac722b1025cb4f authored almost 4 years ago by Sheldon Young <[email protected]>
Tokenizer faster by localizing string building

07df26e15174a453b8d3fe01e1720ab4212cbc3f authored almost 4 years ago by Sheldon Young <[email protected]>
Approximately 40% faster, not all numeric chars are digits

5f0e829279f4874f277b0154403d78c9bc714a84 authored almost 4 years ago by Sheldon Young <[email protected]>
Merge #64

64: Support 'POINT EMPTY' conversion to geo_types r=michaelkirk a=rmanoka

- [x] I agree to foll...

aa202b338e67e3a15a73746affb92f41e6b88fcc authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fix test for failure of POINT EMPTY conversion

4ed9cbdbab6405988c14ee40838e5f366b2ac36e authored almost 4 years ago by Rajsekar Manokaran <[email protected]>
Update changes

19dd3350983ff95db295436fd53361cf8b719ab7 authored almost 4 years ago by Rajsekar Manokaran <[email protected]>
Fix benchmark

It seems to have been broken from earlier

a0e221145a177b5935deb838331b07fd0d858b87 authored almost 4 years ago by Rajsekar Manokaran <[email protected]>
Support conversion of POINT EMPTY to geo_types::MultiPoint

+ support in Geometry<T>
+ support in deserialize_point

724d2b062762db6a45caec4ceb4f3c293ddc4cf6 authored almost 4 years ago by Rajsekar Manokaran <[email protected]>
prepare for next release

49a3a81ef00e71c2f4f8b9b865cf495f448a8de2 authored almost 4 years ago by Michael Kirk <[email protected]>
WKT 0.9.1 release

b1c870f81c4f92f5759f167984f3bef378c6316f authored almost 4 years ago by Michael Kirk <[email protected]>
update CHANGES.md

2c4502879a3c241693068d53d111c5063f8cd94f authored almost 4 years ago by Michael Kirk <[email protected]>
cargo fmt

605af170f236f9df97ab5f6883dbec673bdf3c5f authored almost 4 years ago by Michael Kirk <[email protected]>
Merge #62

62: deserialize point r=frewsxcv a=michaelkirk

- [x] I agree to follow the project's [code of c...

8a2eefe79547213a5872466670aec906eee213b7 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update src/deserialize.rs

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

92743535efb9a0ecf6e6a715d17c1b33f7952ced authored almost 4 years ago by Michael Kirk <[email protected]>
fix failing doctest

8fd2f9f73e3f50a43f6d484974f69d28ba84c032 authored almost 4 years ago by Michael Kirk <[email protected]>
deserialize point

027da5823e2b33692f90486e6629c9f86d0f2dba authored almost 4 years ago by Michael Kirk <[email protected]>