Ecosyste.ms: OpenCollective

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

GeoRust

A collection of geospatial tools and libraries written in Rust
Collective - Host: opensource - https://opencollective.com/georust - Website: https://georust.org - Code: https://github.com/georust

Merge pull request #160 from Oreilles/empty-wkt

Fix invalid WKT empty geometries

github.com/georust/geozero - 47c02ea249ed84ef714e7a1387baa4fcf257ebb9 authored over 1 year ago
rinex: v0.11.1 (#129)

* BeiDou carrier signals parsing in ATX

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@...

github.com/georust/rinex - bf19fba5d5f4ac02a205047d8e8be36aabb1d6a7 authored over 1 year ago
Omit whitespace before EMPTY if geometry isn't tagged

github.com/georust/geozero - b2381e507360bb0016c5929b377c841c6ad8c556 authored over 1 year ago
Update parsing of ANTEX frequency codes (#128)

github.com/georust/rinex - bdeafed46dd2a23a07b20244d956700d7bdb870d authored over 1 year ago
Merge pull request #3 from michaelkirk/mkirk/empty-wkt

github.com/georust/geozero - e79fd061ec92f13c95ff816cd9fbdbc07e58d166 authored over 1 year ago
WKTWriter can own its Vec, obviating BufferedWktWriter

github.com/georust/geozero - 2ba48750e55fc257c2f683a8b44de2b8a1d4f830 authored over 1 year ago
remove unnecessary lifetime param

github.com/georust/geozero - f094d9397084a6f9d0737c14c6dd56a0503cd0a9 authored over 1 year ago
Add debug assert in case of inconsistent `geom_begin` and `geom_end` calls

github.com/georust/geozero - 3e7f6b8f3a7cb0b3480eb94fe74e130a0f410456 authored over 1 year ago
Fix invalid empty geometries

github.com/georust/geozero - 333342d445ff46cbb181142916423d79571049c7 authored over 1 year ago
Drop lifetime parameter of WktReader (#157)

&'a mut R implements Read if R does so

github.com/georust/geozero - e1964f3cd2e37fa3f64640212c1c108d5751060b authored over 1 year ago
Add support for Spatialite and MySQL WKB dialects (#153)

This PR adds support for
[Spatialite](https://www.gaia-gis.it/gaia-sins/BLOB-Geometry.html) and
...

github.com/georust/geozero - a92ef80e35bf34887537ed58536dd85cb026ac21 authored over 1 year ago
Adds Ewkt dialect (#155)

This PR adds:
- `enum wkt::WktDialect`
- `WktWriter::with_dims`
- `struct EwktString` and `st...

github.com/georust/geozero - 5e92027df76e2d0a3e29495dcc51047400cb226c authored over 1 year ago
update minimum rustc requirement (#127)

The use of "indexmap"/"hashbrown" has increased the minimumt rustc requirement to v1.64.
This i...

github.com/georust/rinex - 0876752c3833148b507117beb31b22153fad6766 authored over 1 year ago
Consolidate cargo.toml management (#154)

Use shared cargo.toml to manage common attributes and dependencies. This
way all deps will alwa...

github.com/georust/geozero - ece8dfe4955c2b161e8dd001431bd38cc85a8e76 authored over 1 year ago
improve documentation (#126)

* improve documentation
* use iterator directly
---------

Signed-off-by: Guillaume W. Bres ...

github.com/georust/rinex - af1ad7ef1a71a41b4de57658ac377a5c87525ce0 authored over 1 year ago
[breaking] Implement screen coord translation for MVT writer (#150)

* Rename `to_mvt()` to `to_mvt_unscaled()`
* Add a new `to_mvt(...)`
---------

Co-authored-...

github.com/georust/geozero - 1023c28bff2a74415c63c0fd7f0d68ee33814f49 authored over 1 year ago
fix feature definition (#123)

* fix feature definition

These methods should be implemented only when the "processing" featu...

github.com/georust/rinex - f20ddb3076b68f63c11e7fd0bfc800b545b19a5f authored over 1 year ago
Update README.md (#124)

clarify what RINEX is

github.com/georust/rinex - ceff600c33dc76831e23f37f367b76cf5a24ea9b authored over 1 year ago
rinex v0.11.0 (#122)

* simplified iteration process, for most major types
* introduced higher level yet easier metho...

github.com/georust/rinex - 40b8b9eb9869345a33213562912212ce35b553cf authored over 1 year ago
Merge #1051

1051: Vector2DOps fixes r=michaelkirk a=thehappycheese

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

github.com/georust/geo - dea43d2fb2388de4d54eb77e81ad6da29bb48b24 authored over 1 year ago
rinex-cli: deprecated options, prefer preprocessing filter designer (#121)

* Remove deprecated options from the command line
* User is encouraged to use the filter design...

github.com/georust/rinex - 0d62d0727b7e01ec0d6880f98e3ae17b6d792550 authored over 1 year ago
Simplify record iteration with new methods (#116)

* simplify record browsing, improve nav infrastructure
* remove deprecated method
* update cli...

github.com/georust/rinex - df185011c55e180658bc7aa38e42e090a365c108 authored over 1 year ago
fix wording in test comment

github.com/georust/geo - 868f81c684744dd7f1fb889c6bc79a7b66eb9ba3 authored over 1 year ago
consistent argument names

github.com/georust/geo - fa86a3ec3ddf9ea02aa11f5cb552b9739ba05f32 authored over 1 year ago
removed Send + Sync as not needed

github.com/georust/geo - f6027ceba37f980b13fc24a6e0cc593d8a45fb6f authored over 1 year ago
fix tests; now more cases return valid results

github.com/georust/geo - ae38ffbd04eb634647bad5d2b1262e8a165f94f4 authored over 1 year ago
use hypot for magnitude to reduce over/underflow

github.com/georust/geo - c03a1f902cbbbb6523dac79968be8498dccb331c authored over 1 year ago
improve readme and docrs (#120)

* Update rinex/README.md
---------

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmai...

github.com/georust/rinex - 2f84fee141f2c4b2d252431abe73a400cbc486fb authored over 1 year ago
Merge pull request #151 from nyurik/fix-large-geoms

Fix MVT large geometry processing

github.com/georust/geozero - 78672a0e805b4f80c3736483ed26ae40041c8f64 authored over 1 year ago
carrier signal: add missing signal identification (#104)

Signed-off-by: Guillaume W. Bres <[email protected]>

github.com/georust/rinex - abe6bb3c53a1c3ff668681da46b78c79d42c244d authored over 1 year ago
Fix MVT large geometry processing

If MVT uses extent is larger than 4096, is_area_positive test panics due to an integer overflow....

github.com/georust/geozero - 523fefbddb88a208748494f2ed35a082ef136e32 authored over 1 year ago
update changelog

github.com/georust/geo - 360d5f0afe6567b7a98b47512341e7d4692ae9fc authored over 1 year ago
Merge #1029

1029: implement euclidean distance for all geometry types r=michaelkirk a=mcassels

- [ x] I agr...

github.com/georust/geo - 95176bb2045b7b0c94da98ee1f855da6388d86ef authored over 1 year ago
Merge #1043

1043: Ergonomic de-9im specification matching r=frewsxcv a=michaelkirk

- [x] I agree to follow ...

github.com/georust/geo - 229393a2f4e987a067dd24da78bbff20bb430fa4 authored over 1 year ago
Merge branch 'main' into mkirk/im-matches

github.com/georust/geo - 4c64892715f04ca790845e1a2bf28294eb10e522 authored over 1 year ago
refactor euclidean distance implementation macros

github.com/georust/geo - 81c17251646a6715e9b06d615d6f156bcff5e803 authored over 1 year ago
Implement Geometry::flatten_to_2d

github.com/georust/gdal - 5071682c0268582a19ce689ee1b0d642c1cc5cd9 authored over 1 year ago
Merge pull request #18 from pka/tile-grid

Changes for usage in tile-grid

github.com/georust/ogcapi - 3f64fad3e42275c370def791ba9e4443c45f1398 authored over 1 year ago
Fix test failure

github.com/georust/ogcapi - 9f15439e479ee35c28031aa7b9c9d5393dfd2b21 authored over 1 year ago
Add support for raw WKB DB queries

github.com/georust/geozero - 9132a59e5742a00311e0ebae8eaf8b71a3b921b7 authored over 1 year ago
Fix clippy warnings

github.com/georust/ogcapi - 7aad8090087abfbf7fa61fb4e76749aecdeb7209 authored over 1 year ago
chore: bump version to 0.8.3

github.com/georust/kml - e7a5951e1428d40d4e1ab578af4c47187dce5891 authored over 1 year ago
fix: make default color mode normal (#57)

github.com/georust/kml - 904ab64650fd26f411a97d82cbff6c5fafa1e892 authored over 1 year ago
chore: remove unused impl of private trait ActiveSet

github.com/georust/geo - f5181ba8d518480c3f27bd835be64191380e54e1 authored over 1 year ago
Merge pull request #131 from georust/mkirk/update-geo-dep

Update rstar-benches geo dependency

github.com/georust/rstar - 0ed77481c6e8a77454edff6b303afb6fa062c0c6 authored over 1 year ago
Update rstar-benches geo dependency

This fixes an error like:

error[E0275]: overflow evaluating the requirement
`~/...

github.com/georust/rstar - 730fa26f91aa6dee2b6ff1af1abbafad790fc4f1 authored over 1 year ago
introduce new features and improve their documentation (#107)

* reduce code quantity by using the default trait more often
* Cargo.toml: document with all fe...

github.com/georust/rinex - 4a424f19a5c36e7156a4b6b67e8003bb100b9376 authored over 1 year ago
Merge #1018

1018: Monotone Polygon Subdivision r=rmanoka a=rmanoka

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

github.com/georust/geo - 1df7851e46add42c413859954a9f4c4a82fc1841 authored over 1 year ago
Merge #1041

1041: Add Hausdorff Distance trait r=michaelkirk a=JosiahParry

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

github.com/georust/geo - eeb2b8ebe7358d9d10a0a391903a1d592576e5a1 authored over 1 year ago
add changelog not on hausdorff distance

github.com/georust/geo - 17d48221d8af7b8e19cc92b9f8adec90140a2be6 authored over 1 year ago
Vector2DOps Trait - Proposal (#1025)

* add trait VectorOps & impl for Coord

* fix test for try_normalize

* fix format

* Rename ass...

github.com/georust/geo - d87fc542cab41d106580acefe816d4dffa834f6a authored over 1 year ago
Merge pull request #23 from martinfrances107/geo0p25

Bump upper limit of geojson from 0.24.0 to 0.25.0

github.com/georust/topojson - 75b23dff7f6cfa6efb9010ab534b8cb51d2a3284 authored over 1 year ago
address comments

github.com/georust/geo - e8cba425440a835630b37fe09dd4c1fdde2cc85b authored over 1 year ago
Remove actually unused depth parameter and make Clippy happy.

github.com/georust/rstar - 8b60c5daf6d6fe363901ddf49f5a20eed9392790 authored over 1 year ago
rinex crate: update to georust infrastructure (#105)

* rinex crate: update to georust infrastructure

This library and associated toolkits were int...

github.com/georust/rinex - 610f76774f93b0ae48fdbe9f48b6ba7380e91778 authored over 1 year ago
Ergonomic de-9im specification matching

e.g. `intersection_matrix.matches('TTT***FF2')`

github.com/georust/geo - 06aa14627fec9fd0d178da2e5c6c8b43a4772126 authored over 1 year ago
docs for IntersectionMatrix::from_str

github.com/georust/geo - 9a81c55528b86f20d5e26762e7b3402d51e84b70 authored over 1 year ago
Revert "Add a failing test to check that merge queues work (#175)"

This reverts commit 45d6824d0e199ccd8f09890b08ce1e3c39847885.

github.com/georust/proj - 7d9ff9f2a6d71472c20e645fe3b37ecb013b743d authored over 1 year ago
Add a failing test to check that merge queues work (#175)

Hopefully CI won't merge this.

github.com/georust/proj - 45d6824d0e199ccd8f09890b08ce1e3c39847885 authored over 1 year ago
Revert "Add a failing test to check that merge queues work (#171) (#173)" (#174)

This reverts commit bf49ec98319b1f3f3c953685143c785a102b727b.

github.com/georust/proj - cf51f831d80f56ed61a9a7df2657a3de5ab98a53 authored over 1 year ago
Add a failing test to check that merge queues work (#171) (#173)

Hopefully CI won't merge this.

github.com/georust/proj - bf49ec98319b1f3f3c953685143c785a102b727b authored over 1 year ago
Revert "Add a failing test to check that merge queues work (#171)" (#172)

This reverts commit 2ebb4a20ead343750a1b7879fa9f898b29e33b8d.

github.com/georust/proj - 8742994c114f16aeda2f688086d8482c194cf11c authored over 1 year ago
Add a failing test to check that merge queues work (#171)

Hopefully CI won't merge this.

github.com/georust/proj - 2ebb4a20ead343750a1b7879fa9f898b29e33b8d authored over 1 year ago
cargo fmt line breaks

github.com/georust/geo - 2254696703ded0cc85ee254155cc6ca1cf4fd5a3 authored over 1 year ago
run cargo fmt to tidy up

github.com/georust/geo - 4a7b2b9e5773f75b08d5739036c19349b7eea97c authored over 1 year ago
Delete bors.toml in favor of GitHub merge queues (#169)

* Delete bors.toml in favor of GitHub merge queues

* Try to add correct merge queue settings to...

github.com/georust/proj - 87db28989c8ff4a18a77d7386dd06e8be455d790 authored over 1 year ago
add a couple of tests

github.com/georust/geo - 1c44e3b5578b4e2af24bf3755827ca2b87c7e2eb authored over 1 year ago
resolve PR comments

github.com/georust/geo - bf5977aa66fbaaf91262015a75c9cde389cf6868 authored over 1 year ago
add hausdorff distance trait

github.com/georust/geo - 1bd61e594641ea60df5f331875fb4df16d942b2c authored over 1 year ago
Merge #426

426: Fix linting on clippy > 1.71 r=lnicola a=julienr

This fixes linting for clippy > 1.71 wh...

github.com/georust/gdal - 8ab154509d08a7001f1ccb0fe0f7076466b18e6e authored over 1 year ago
Fix linting on clippy > 1.71

Respect the new `default_constructed_unit_structs` lint introduced in
1.71

github.com/georust/gdal - e47dc8a29987b137e6191fedd8a425c3faba2e84 authored over 1 year ago
Bump upper limit of geojson from 0.24.0 to 0.25.0

github.com/georust/topojson - ffe2ef67d61b72b9b076a055cb89c71d84dac41c authored over 1 year ago
docstring edit (#1040)

github.com/georust/geo - 2ab2b27601dde717dfc9394a223f99d4aca1ec60 authored over 1 year ago
Fix bug in CoordPos logic for MonoPoly

+ inc PR suggestions; thanks @frewsxcv

github.com/georust/geo - 570c9bfae5041c0534d19d4556a652fed1f070f1 authored over 1 year ago
Merge branch 'main' into rm/monotone-subdivision

github.com/georust/geo - 6532ccc5b0be852ab48f0e0be46aab238b71c594 authored over 1 year ago
try to set up merge queues (#230)

Based on
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-reposit...

github.com/georust/geojson - 4cfbf3a951cff12818e30c269606d46fb4c80486 authored over 1 year ago
Changes for usage in tile-grid

github.com/georust/ogcapi - 9f036f82e79471d0955583e8ca6fc41689725749 authored over 1 year ago
refactor impl_euclidean_distance_to_geometry to remove clone

github.com/georust/geo - c3c6266a1a7f4d10afe98a88552d6ba77bd7a3cf authored over 1 year ago
Update geo requirement from 0.25 to 0.26 (#102)

Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version.
...

github.com/georust/rinex - 8a21689293e0292a7156e2aaa4a7793d5de8bac1 authored over 1 year ago
Revert "Added convenience wrappers for stringifying geojson (#217)"

This reverts commit 3fed23aae4dcfc3274b47e66f6d2a4c5d901cae9.

github.com/georust/geojson - 439c384bef10e4b1643c635a2c2bd82998e4902a authored over 1 year ago
Added convenience wrappers for stringifying geojson (#217)

github.com/georust/geojson - 3fed23aae4dcfc3274b47e66f6d2a4c5d901cae9 authored over 1 year ago
Delete bors.toml in favor of GitHub merge queues (#228)

github.com/georust/geojson - bde398c0ab69d1b2b98c1c364b5b9a0ef2f8b39b authored over 1 year ago
Update to geo 0.26.0 and geo-types 0.7.11

github.com/georust/geo - 3f9e12f19493527afaf5330bfc3209364dad8d7a authored over 1 year ago
Merge #1036

1036: Prepare for geo 0.26 / geo-types 0.7.11 releases r=urschrei a=urschrei

- [x] I agree to f...

github.com/georust/geo - 24840e0cd26797932c78ebf418d39caaf3133f8b authored over 1 year ago
Depend on flatgeobuf 3.26.0

github.com/georust/geozero - 8e6458cc25855f47ea7a50af55dc1e5e05c07171 authored over 1 year ago
Prepare for geo 0.26 / geo-types 0.7.11 releases

github.com/georust/geo - 61b8baf778f0d0785fc15bd7e045e681a15cb6fc authored over 1 year ago
Merge #1030

1030: Bump rstar and robust dependencies r=michaelkirk a=urschrei

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

github.com/georust/geo - 31888c06283346747c7891e7fd55b038c4b5fa8e authored over 1 year ago
Bump rstar and robust dependencies

github.com/georust/geo - 7dc1efd614894c9e6e44f9c8421e189922474aba authored over 1 year ago
Really fix close and add test

github.com/georust/gdal - 59d7f6e2b90b15e0580ce8fc991e624289f8fb9b authored over 1 year ago
Fix use-after-free in Dataset::close

github.com/georust/gdal - 8776f18c34a6897d85b4cdd1f1cf8bddbef783a8 authored over 1 year ago
Merge #421

421: Expose Gcp and GcpRef r=jdroenner a=lnicola

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

github.com/georust/gdal - 61d79f9e6c7c3c9dc7ba0206112ad8b03146fe59 authored over 1 year ago
Fix bors.toml

github.com/georust/gdal - 10ae26e458d883ce4adc29889d78e28d6e31d48e authored over 1 year ago
Expose Gcp and GcpRef

github.com/georust/gdal - d079068bcb904fd81e827951bbaad136e5bf1ef2 authored over 1 year ago
Merge pull request #422 from lnicola/bump-ci

Use latest minor releases and fix Arrow GPG errors

github.com/georust/gdal - 95b8dbeccc22e01575ababb5c79dde0720906e39 authored over 1 year ago
geo-types::Coord didn't come along until 0.7.8

github.com/georust/geocoding - deef29c91a0c3d25e3671e42597c009fe32bc654 authored over 1 year ago
Fix clippy lints

github.com/georust/geocoding - 73ac911b568077517ca39e7c54f24676d78b2f2d authored over 1 year ago
Remove unmentained chrono dependency

github.com/georust/geocoding - 5898fc923f0a4ceb1b69e05af4218ae1a73c4777 authored over 1 year ago