Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/georust/geozero
Zero-Copy reading and writing of geospatial data.
https://github.com/georust/geozero
Removed 76 lines -- in many cases, we can pass-through the return value
from another call, avoi...
Tidying up a bit - sorted all cargo dependencies and adjusted a few
spaces
Make the code a bit more compact for the simple cases when the same
steps are not needed in mul...
* Due to a typo in the cfg flag, tessellator was never built properly
(we can even remove it as...
* order trait impl the same as the trait itself for consistency
* remove a few unneeded namespa...
Turns out there is ~25%~ about 8% difference in this:
```rust
let data = (0..100).map(|v...
This cleans up geojson to make it easier to inspect the unit tests visually. Also, it uses json ...
fb259175dac41a6cb7e82afa7f438b401bd6681b authored almost 2 years ago by Yuri Astrakhan <[email protected]>
* Make `format!` style arg a bit more streamlined and readable.
* One of the cases had a duplic...
* Added description (shown with `--help`)
* Refactored clap derive declaration for Clap v4, and...
* Bump edition to 2021 (makes no sense to stay on 2018 when geo is on
2021)
* use `r#"raw stri...
655066f3df6ac33c17ecc9a17aaf50e42fb2a0f5 authored almost 2 years ago by Yuri Astrakhan <[email protected]>
Bumped some versions to the more up-to-date ones, and fixed arrow2 array
offset usage.
Updatin...
As part of renaming all other georust primary branches to `main`,
found the only mentioning tha...
* Make `format!` style arg a bit more streamlined and readable.
* One of the cases had a duplica...
This cleans up geojson to make it easier to inspect the unit tests visually.
Also, it uses json ...
* Added description (shown with `--help`)
* Refactored clap derive declaration for Clap v4, and ...
More Clippy Fixes, Run Clippy in CI
85cbd2c28559eaeb71661637bd882ab2dd4053d9 authored almost 2 years ago by Pirmin Kalberer <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
4f24cf4e58232f6607ab61650ca41708ffa28b3c authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
c1cae8d1e36603cd454c3a14649ff76a50b68324 authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
09aaf8d795c611b85f38406073f5a0fc995bbffc authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
651b172a579ce9d7d46b24679af8e8b1b746cb4e authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
8794b9c103448b5afa7123186c0c14d5f9835f9e authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
9f93509533b9791eb587f68d0beade6acde127b7 authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
2acd5d1fbdcddf6c31bfd93412fb2753f2cf09f5 authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
a2785aa39f5598bdc912d1845a3c27def7c33597 authored almost 2 years ago by Kristofer Rye <[email protected]>
While the acronym itself is fully upper-case, clippy lints on the names
of these variants, promp...
Signed-off-by: Kristofer Rye <[email protected]>
6c9ddf38387e313b8c72889f2822eeb76a0a55d0 authored almost 2 years ago by Kristofer Rye <[email protected]>
This allows us to avoid using mut in some cases where it was used for
just initialization. Ther...
Signed-off-by: Kristofer Rye <[email protected]>
c15021bafcc58d31f9c9d393adc44989577240a5 authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
cc4ddb4292ca9dc3be8ed3c2e9373dc59928ba00 authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
ac080edc5650e4a9ccaa8a00e2e2369e84685f0e authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
fe9e41c70a11fc791500efa2f2b2fb52017394e7 authored almost 2 years ago by Kristofer Rye <[email protected]>Signed-off-by: Kristofer Rye <[email protected]>
10ff6fe0b084fbc182ea5a36ce33451af6923306 authored almost 2 years ago by Kristofer Rye <[email protected]>Resolve some default-warn clippy lints in the geozero-shp crate
acdba22532fd63e04f38b3e2d8e63544e092015d authored almost 2 years ago by Pirmin Kalberer <[email protected]>
This avoids a few unnecessary uses of mutation, and resolves the only
instance of the [clippy::f...
This is more concise and accomplishes the same thing as the old code.
This change eliminates the...
Signed-off-by: Kristofer Rye <[email protected]>
f9dbaf9380506c5759536d1b37730e32f3ae50b9 authored almost 2 years ago by Kristofer Rye <[email protected]>
This is functionally equivalent, but making this changes resolves the
one instance of the [clipp...
This makes the code more concise. It also resovles the one and only
instance of the [clippy::de...
We use this same style in the outer loop (cf. geom_idx), but not in the
inner loop. This commit...
This resolves the [len_zero][1] clippy lint, which suggests replacing
comparisons against zero w...
f8bcaaabc6bd6b596957b74f84aef3b2518ffee3 authored almost 2 years ago by Pirmin Kalberer <[email protected]>
d58c91096e2d06a79644713e8a3e099138685e87 authored almost 2 years ago by Pirmin Kalberer <[email protected]>
01c88a078a9961a14ea30f85df45cf4b426802dc authored almost 2 years ago by Pirmin Kalberer <[email protected]>
Don't require ownership for `Reader` iterators.
f410b7f6b550c14db81f09258f122bb6ba33d295 authored almost 2 years ago by Pirmin Kalberer <[email protected]>fc857fcac02b07bbd162476387396123e85f49f2 authored almost 2 years ago by Corey Farwell <[email protected]>
Re-export prost::Message for mvt
f88064db56e6b262519a757c933d4fc02fb8f1f4 authored almost 2 years ago by Pirmin Kalberer <[email protected]>
An mvt tile is a protobuf message, parsed with the prost library.
That library gives us a trait ...
15ccdc86f69a63eded8516b2253bf45f5976263a authored about 2 years ago by sunny-g <[email protected]>
e9a61bcfd84a81349d73054224f503bf29100075 authored about 2 years ago by Pirmin Kalberer <[email protected]>
We don't need the `geo-types` dependency
4b15406b5be0bb1bcb687bfb65231c56983ac394 authored about 2 years ago by Corey Farwell <[email protected]>5f6dfdc9887507a3c30b7c4d143181bc3d4306ed authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the l...
7ddc294097dcc88984aecc00fb5351a11436e2b8 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>66ac4ec374a38c4eeec5cdc802cd13429d59c0e7 authored about 2 years ago by Pirmin Kalberer <[email protected]>
Adds diesel support for Ewkb type for postgis
bcc1c3ab58bc32779bf0f39c3a4d2cb9f288968a authored about 2 years ago by Pirmin Kalberer <[email protected]>fa72b163bb4aa0092993067480d3ebe883ecddfa authored about 2 years ago by Matt Yaple <[email protected]>
8ac36ac0e6c0031f917ee56cf93890311f6ef1a5 authored about 2 years ago by Matt Yaple <[email protected]>
a2f294f2fa91b2717746aee4031277ec87c2b99a authored about 2 years ago by Pirmin Kalberer <[email protected]>
25b4cf4eee1db7136c0c39d0880d08dcb6a60bca authored about 2 years ago by Pirmin Kalberer <[email protected]>
80b6b4ba9b5ff61ba0e885bc96fb5961f2972e5c authored about 2 years ago by Brendan Ashworth <[email protected]>
a6486a5058995a7006033998b4e7000424dcb287 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [gdal](https://github.com/georust/gdal) to permit the latest version...
93754fd08f0593ec89dce5bbacac387efe22666d authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>acc754ef0925f7ceb817f3d4977f353bfa9029fe authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [gdal-sys](https://github.com/georust/gdal) to permit the latest ver...
c04d254a4a23995db30ed3249805083ed193b049 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>3a51d6359a21901f0091e21ff0b07a32c9e26651 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [flatgeobuf](https://github.com/flatgeobuf/flatgeobuf) to permit the...
018fb227332b5b4af8c2777f242eeb0e9736c1dc authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>0f68b211d419691b41e8f72780bf20e48869d903 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42df73cd429e93a1cf78b9dad1c37647928cf6da authored about 2 years ago by Ning Sun <[email protected]>
a09f30cb9723c8e1878452ebcd036c9feef58ef5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3eb0568c45e6c953106c3e2582af307479e833cd authored about 2 years ago by Ning Sun <[email protected]>
e238725229a1d72cb3362f78d6ee1036cdce474c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e5b433b75b181908d2e3f816fc71adec84f7d908 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version.
...
Updates the requirements on [prost-build](https://github.com/tokio-rs/prost) to permit the lates...
06acd28747b66d4c61d48851bc81f376f80ebd5f authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest vers...
2f84eeec18af449653e8aefffc360201ac13b56e authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* -
* -
* -
* -
* -
* -
* Fix index logic
* Introduce GpxReader
* cargo ...
57b617bcc6ebe9ddde49c64e595c459fb04de434 authored about 2 years ago by Corey Farwell <[email protected]>a5f1d8fce9a6770b78f62d4c0d9d0a6425d5ffd6 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35c5233202db55219e5af90220b936ef4d121f44 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7efc56bfeb4441547983b2990c455ad3c28b61dd authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [arrow2](https://github.com/jorgecarleitao/arrow2) to permit the lat...
5ca496a8a0f80c0bdda2f13596b70b8d86211f51 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Updates the requirements on [gdal-sys](https://github.com/georust/gdal) to permit the latest ver...
9fe1845b88a1f6fa75c0dd5213df5f4466f3567d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the ...
bb9a86e8d1c2a8d49249fcbe586808e02820a031 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>267b39599e4697f1b540430a7ba8a835d04ada37 authored over 2 years ago by Ning Sun <[email protected]>
ci: setup dependabot
e4b3eb525efcb64a7b339b270cbb2794bb442919 authored over 2 years ago by Ning Sun <[email protected]>de4d8dbf07e2964dba79e3d7b4d6f175c84046ca authored over 2 years ago by Ning Sun <[email protected]>
The use case for this is so that the following is possible
use geozero_shp::reader::FieldType;
...
5e48bd64f4e731e1d4cb2ff7b80a224a0b768a08 authored over 2 years ago by Pirmin Kalberer <[email protected]>
map geojson error to geozero error
0c3d6209eea8aa37bd42e9e784b92f2087e7efb4 authored over 2 years ago by Michael Kirk <[email protected]>4ec8eba5831c86000f28ee9eb57f9dfb95af957d authored over 2 years ago by Pirmin Kalberer <[email protected]>
This commit makes the lib use `prost-build` only when the feature
`with-mvt` is enabled, once p...
bbbe95c5fa15e62a7ce72a51e7bd6785d0382cdb authored over 2 years ago by Pirmin Kalberer <[email protected]>
98ae5bdf8bf701e4063c9e1c0390a0c543c50fc8 authored over 2 years ago by Pirmin Kalberer <[email protected]>
92cfff0d3d4c59a8c4e5c0bfb71d51682403f62a authored over 2 years ago by Pirmin Kalberer <[email protected]>
5eb6ec360bb5606b0c34fd65c10b224f32d5fcb4 authored over 2 years ago by Pirmin Kalberer <[email protected]>
329c42cd01f983c0f1608f1dd821bf1acd8d2df4 authored over 2 years ago by Pirmin Kalberer <[email protected]>
315ebc882b0ceed28fb2b432ce23dd0380a1c907 authored over 2 years ago by Pirmin Kalberer <[email protected]>
2df9b65608261bc5b363789032d009fc8e0ca8d8 authored over 2 years ago by Kyle Barron <[email protected]>
I encountered this with my initial approach
(https://github.com/georust/geozero/pull/33), and in...
ce4cfb4470987e51f1c3b3e28358b26f1461e602 authored over 2 years ago by Michael Kirk <[email protected]>
2c7af1d198ff124b416657bba7251af9b8c6daab authored over 2 years ago by Michael Kirk <[email protected]>