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
a5759db053b5204ebff4b9f9b8a03399443ed121 authored over 1 year ago by Michael Kirk <[email protected]>
c9d18293a57fced9bbe9f5ca3205b008de99a3fa authored over 1 year ago by Michael Kirk <[email protected]>
59d0c835aaed64e7350503da43079e56437f08fc authored over 1 year ago by Michael Kirk <[email protected]>
0f107b13f4b2bf09b55e3b526de1b6613f18256c authored over 1 year ago by Michael Kirk <[email protected]>
633c0bfd6394b7a02d5f543215350e39d5ba7c35 authored over 1 year ago by Michael Kirk <[email protected]>
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>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>9dfada038b1f53f16d084653dafc58321ce8a15a authored about 2 years ago by Laurențiu Nicola <[email protected]>
3f830e89479b661b04f0daec361b1118b4dd80e7 authored about 2 years ago by Laurențiu Nicola <[email protected]>
b113f6013abb75d3f65553a07ca8cf4d693cbfb0 authored about 2 years ago by Gerrit Sangel <[email protected]>
The release was non-breaking. The cargo.toml correctly referenced only a
patch bump, but the doc...
c8792ea88c2cb3386b2ded0db6db84fb2dde4c02 authored over 2 years ago by Michael Kirk <[email protected]>
669833651fac2156e6278dd6f9775051953817a7 authored over 2 years ago by Michael Kirk <[email protected]>
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>
Note that we error when trying to parse any numbers with decimal points
with message:
"Unable to...
remove merge conflict
0eb28c3901967fdad1ac5898a6e07a8794451a92 authored over 2 years ago by Michael Kirk <[email protected]>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>5129bb9ac336471da8e173a63110a023f94d2f38 authored over 2 years ago by Michael Kirk <[email protected]>
112221b238b747f4f115653c5dde8c16250a933d authored over 2 years ago by Michael Kirk <[email protected]>
0511cec1de534aa627c6bd1831dc2f94d9befb3c authored over 2 years ago by Michael Kirk <[email protected]>
38304f94f148075aea9722dea9b6affe8f40af44 authored over 2 years ago by Michael Kirk <[email protected]>
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>29706b08966454864d57271ecc34b9a781a561d8 authored over 2 years ago by Michael Kirk <[email protected]>
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>
This is similar to what we do in geojson and elsewhere. Though I just
learned about doc_auto_cfg...
9a34d9ad2de5170a9aa82ebd21bc57b607ecbc07 authored over 2 years ago by Michael Kirk <[email protected]>
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>
Note that this isn't a performance change. It's about (hopefully) making
the library easier to u...
9fecace94f05e46331e9785ad508622f3d9f4b15 authored over 2 years ago by Michael Kirk <[email protected]>
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>7c99af8a2323fe48b66707c6aa1d827637afbfea authored over 2 years ago by Michael Kirk <[email protected]>
3758f0b26c923660bcf3b52ce30651db992aba1d authored over 2 years ago by Michael Kirk <[email protected]>
0fc828b97f5b396f889c9491dcedb4724a9c6af7 authored over 2 years ago by Michael Kirk <[email protected]>
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>
This is primarily just moving code around - no changes to
implementation, though I did rename th...
68259ca6dcb2955b1b724b6091e569fc78927a2b authored over 2 years ago by Michael Kirk <[email protected]>
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]>
So we no longer need to convert your variant to a geo_types::Geometry
enum just to get it's wkt ...
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>
Also renamed "to_wkt_string" to just "wkt_string", it's shorter and I
don't think anything is lost.
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>This PR will make it easier to migrate to TZM (3D/M)
f70f3392e975ea310f1e732d02a0879d907bc4a9 authored almost 3 years ago by Yuri Astrakhan <[email protected]>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>b4074e0a712a0d28c2cad28ba3cb56886955db31 authored almost 3 years ago by Michael Kirk <[email protected]>
Update pull_request_template.md
3833e7f35bb93b99b4e4bbbb3286ce408256c344 authored almost 3 years ago by Michael Kirk <[email protected]>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]>37537a41b40bae0b20e4a6f45f29cce917c134b0 authored almost 3 years ago by Abraham Toriz <[email protected]>
001d928fb7981fd7a448cf37c1434fbbfaf8cd9e authored almost 3 years ago by Abraham Toriz <[email protected]>
b056e002fd806a990c0bce5cada0693f3c8d03f4 authored almost 3 years ago by Abraham Toriz <[email protected]>
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>2866e4cea33a1e1a11046505985fd9893c975393 authored almost 3 years ago by Laurențiu Nicola <[email protected]>
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>c164a0e720a5a9f2628162b7be1da20cde3abd69 authored almost 3 years ago by Stephan Hügel <[email protected]>
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>
In order to auto-catch bugs and code quality,
adding clippy and fmt to CI (same as geo)
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>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]>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>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>544c0407310b7bc067f718387680a820969d6706 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
47e7e9889baec4768d36524aec222615266bce6a authored almost 3 years ago by Yuri Astrakhan <[email protected]>
9b615ce72e57f93d73a00ac30705906a929fe875 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
016a6e7847514a2691089dbd7e3f6b2154a6afc7 authored almost 3 years ago by Yuri Astrakhan <[email protected]>
1a5ad7b5bb41e28aad2e0edca8133e368c904a4c authored almost 3 years ago by Yuri Astrakhan <[email protected]>
93028bbb558da14dff2d3e9222288a1c5f317abf authored almost 3 years ago by Yuri Astrakhan <[email protected]>
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>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]>
* spellchecking
* make clippy happier (there are still a few outstanding ones, todo in a separat...
186f3d96655c690f9b6ac89c0ed3e411d977d0cf authored almost 3 years ago by Stephan Hügel <[email protected]>
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>cf69d2a3a5dfde360a2990e0fbafaad49a11049c authored almost 3 years ago by Laurențiu Nicola <[email protected]>
f601f853de9501189cf58be56892e1cd041094d4 authored almost 3 years ago by Laurențiu Nicola <[email protected]>
3e2de3b48e1466f2766c71476828c0bce11b0a1e authored almost 3 years ago by Laurențiu Nicola <[email protected]>
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>Co-authored-by: Michael Kirk <[email protected]>
ce6973b09cda3319486909b070cb91bab9c4b09d authored over 3 years ago by Audun Skaugen <[email protected]>7ca15a30d5ce027c35aa87a70c6796953ae2d274 authored over 3 years ago by Audun Skaugen <[email protected]>
5519c5f129c19a4204051bd7f52446e6e433e48e authored over 3 years ago by Audun Skaugen <[email protected]>
Postgis' `ST_AsText` function will serialize multipoints like
`MULTIPOINT(0 1, 2 3)`,
which woul...
5c06824a93baa5b25628bd4099f57a6f6ae0a4e0 authored over 3 years ago by Michael Kirk <[email protected]>
e06f3f2e62199328d00c54b048ff525660eabeb6 authored over 3 years ago by Michael Kirk <[email protected]>
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>4aad200018055904aa963f4de986a3fa397cff9b authored over 3 years ago by Rajsekar Manokaran <[email protected]>
+ support LINEARRING by parsing it as a LINESTRING
+ test LINEARRING parsing
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>b4e0e5ca28cfb3e81c89826d44ac722b1025cb4f authored almost 4 years ago by Sheldon Young <[email protected]>
07df26e15174a453b8d3fe01e1720ab4212cbc3f authored almost 4 years ago by Sheldon Young <[email protected]>
5f0e829279f4874f277b0154403d78c9bc714a84 authored almost 4 years ago by Sheldon Young <[email protected]>
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>4ed9cbdbab6405988c14ee40838e5f366b2ac36e authored almost 4 years ago by Rajsekar Manokaran <[email protected]>
19dd3350983ff95db295436fd53361cf8b719ab7 authored almost 4 years ago by Rajsekar Manokaran <[email protected]>
It seems to have been broken from earlier
a0e221145a177b5935deb838331b07fd0d858b87 authored almost 4 years ago by Rajsekar Manokaran <[email protected]>
+ support in Geometry<T>
+ support in deserialize_point
49a3a81ef00e71c2f4f8b9b865cf495f448a8de2 authored almost 4 years ago by Michael Kirk <[email protected]>
b1c870f81c4f92f5759f167984f3bef378c6316f authored almost 4 years ago by Michael Kirk <[email protected]>
2c4502879a3c241693068d53d111c5063f8cd94f authored almost 4 years ago by Michael Kirk <[email protected]>
605af170f236f9df97ab5f6883dbec673bdf3c5f authored almost 4 years ago by Michael Kirk <[email protected]>
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>Co-authored-by: Corey Farwell <[email protected]>
92743535efb9a0ecf6e6a715d17c1b33f7952ced authored almost 4 years ago by Michael Kirk <[email protected]>8fd2f9f73e3f50a43f6d484974f69d28ba84c032 authored almost 4 years ago by Michael Kirk <[email protected]>
027da5823e2b33692f90486e6629c9f86d0f2dba authored almost 4 years ago by Michael Kirk <[email protected]>