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 #1141 from urschrei/ch_doc

Add better docs to some convex hull util functions

github.com/georust/geo - a5171371ab1d746cfcf821504ae06ae6a60ed9e2 authored 11 months ago by Corey Farwell <[email protected]>
Add better docs to some convex hull util functions

github.com/georust/geo - d263338808a16a1b338537ecf52ae07a198edae7 authored 11 months ago by Stephan Hügel <[email protected]>
Use SmallHeap also for the iterator-based nearest neighbour search and optimize its spill implementation. (#154)

* Use SmallHeap also for the iterator-based nearest neighbour search and optimize its spill impl...

github.com/georust/rstar - 181210187e40dc5a5ebbb8dfc91c0d8111a0189f authored 11 months ago by Adam Reichold <[email protected]>
Update the scaling discussion for bulk_load (#156)

* Update the scaling discussion for bulk_load

* Fix typo

github.com/georust/rstar - f9973cf56e8cd37c98315be6393497273969c4e2 authored 11 months ago by JR <[email protected]>
Merge pull request #1136 from urschrei/more_relate

Add all remaining predicates: covered by, covers, crosses, overlaps, and touches

github.com/georust/geo - 72d372351b8815fbe9d3d5c3cc6e7bf2bd174695 authored 11 months ago by Stephan Hügel <[email protected]>
Merge branch 'main' into more_relate

github.com/georust/geo - 5de42d85725df80bb45dd098f44f0b5f0f85144e authored 11 months ago by Stephan Hügel <[email protected]>
Add all remaining predicates

covered by, covers, crosses, overlaps, touches

github.com/georust/geo - 588799f83b0f501c43066da562bb4682ca9058a2 authored 11 months ago by Stephan Hügel <[email protected]>
Merge pull request #1102 from andriyDev/comments

Add comments to BoolOps implementation.

github.com/georust/geo - 4456a9d34fc4111cb708148d23deda47d68b7720 authored 11 months ago by Corey Farwell <[email protected]>
Merge branch 'main' into comments

github.com/georust/geo - a201bb068e2c7e30d3a137acd2ede15f7601e939 authored 11 months ago by Corey Farwell <[email protected]>
Merge branch 'main' into triangle

github.com/georust/geo - 369f663515d8e648c5ba244f4c0be7717899df27 authored 11 months ago by Stephan Hügel <[email protected]>
Update env_logger requirement from 0.10 to 0.11 (#202)

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the l...

github.com/georust/rinex - 09367e3f8c74e81f8d029b574acd127d9a207daf authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update README.md

Add directly link to help channel

github.com/georust/.github - 63853aaed2577f295fc09d12552f1493b02c77f6 authored 11 months ago by Stephan Hügel <[email protected]>
Make other wkb and wkt variants generic (#188)

This is a follow up to https://github.com/georust/geozero/pull/171 to
make other WKB and WKT va...

github.com/georust/geozero - 1d78b3604ea6d082980092c2931170287e13de9e authored 11 months ago by Kyle Barron <[email protected]>
Add GeoJsonLineReader to top-level documentation (#192)

I didn't realized this existed until I was reading through the code

github.com/georust/geozero - 24aeff5bcabad758c5ba258ac0e3edb2685646ff authored 11 months ago by Kyle Barron <[email protected]>
Bump MSRV to 1.70 (#188)

* Bump MSRV to 1.70

* Bump MSRV in main cargo

* Update checkout action

github.com/georust/proj - ae91aba129f80833a41bdec8be0d9c3401b2ded3 authored 11 months ago by Stephan Hügel <[email protected]>
Merge branch 'kyle/docstrings' of github.com:kylebarron/geozero into kyle/docstrings

github.com/georust/geozero - ef9d0b88ece63e6d53fa9bb018f6b59247644993 authored 11 months ago by Kyle Barron <[email protected]>
address comments

github.com/georust/geozero - eec4574052c9ccf756459f9949eb15ffa4e6e871 authored 11 months ago by Kyle Barron <[email protected]>
Update geozero/src/geometry_processor.rs

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

github.com/georust/geozero - 8d806d2809343a3fb2c001446066c388e9c62821 authored 11 months ago by Kyle Barron <[email protected]>
Merge branch 'main' into kyle/docstrings

github.com/georust/geozero - 6c27eec22e04cc91889735ac188eda81cab6027f authored 11 months ago by Kyle Barron <[email protected]>
Merge pull request #55: include example

github.com/georust/geographiclib-rs - c4de165b4a1f71684943067528f47d9548c15337 authored 11 months ago by Michael Kirk <[email protected]>
make clippy happy

github.com/georust/geographiclib-rs - 43a1febc531d39f87f1bcbc28579338737b63552 authored 11 months ago by Michael Kirk <[email protected]>
include example

github.com/georust/geographiclib-rs - 36c00d96ff23c073df4cdf77747d5dad36c22c6b authored 11 months ago by Michael Kirk <[email protected]>
Merge pull request #1139 from jayvdb/fix-typos

Fix typos

github.com/georust/geo - bd4fba226b620ddd0bc679ad5df8a35c6dcfcf8f authored 11 months ago by Stephan Hügel <[email protected]>
Fix typos

github.com/georust/geo - 8c0aee58e7d923226a4812c96cb733d0a1743bfa authored 11 months ago by John Vandenberg <[email protected]>
Add `DriverManager::get_drivers_for_filename` for the ability to auto detect compatible `Driver`s for writing data (#510)

* Add DriverManager::get_drivers_for_filename

* Add docstring to DriverManager::get_drivers_f...

github.com/georust/gdal - 87497bf28509ea1b66b8e64000bd6b33fde0f31b authored 11 months ago by Zero <[email protected]>
fix(docs): Doc-tests (#9)

A doc-test was failing due to an import error. We should probably set up some minimal CI soonish...

github.com/georust/geo-svg - 861bfb76c94876bc370a688f57da12fb06719084 authored 11 months ago by Daniel Varga <[email protected]>
expose feature for gdal with bindgen (#190)

This is necessary for linking against gdal versions whose bindings
aren't yet included in gdal-...

github.com/georust/geozero - 6c820ad7a0cac8c864058c783f548407427712d3 authored 12 months ago by Michael Kirk <[email protected]>
Merge pull request #189 from michaelkirk/mkirk/fix-clippy

Fix clippy: remove superfluous use statements

github.com/georust/geozero - f0d96fdeadc4ff985fa7b7ed93c542d31415182d authored 12 months ago by Michael Kirk <[email protected]>
Optimize image rtree-example.png (#152)

Courtesy of [ImageOptim](https://imageoptim.com/mac)

Co-authored-by: ImgBotApp <ImgBotHelp@gmai...

github.com/georust/rstar - c7d53c81b7588a66d2a3763937862311f73ab7bd authored 12 months ago by Laine Taffin Altman <[email protected]>
Remove remaining TODOs in assembly.rs comments.

github.com/georust/geo - f599a5cc754176a88e3384dd46b26190689077fe authored 12 months ago by andriyDev <[email protected]>
Fix clippy: remove superfluous use statements

These modules only contain trait implementations, which don't need to be
`use`'d

github.com/georust/geozero - 5c8a841be0cd2c45c10961ba5b83adbc297ea136 authored 12 months ago by Michael Kirk <[email protected]>
Merge pull request #1135 from urschrei/document_relate

Add docs to clarify writing Intersection Matrix functions

github.com/georust/geo - 182b63209a9d010cd2e1c78a31b536374fab78c5 authored 12 months ago by Stephan Hügel <[email protected]>
Update changelog

github.com/georust/geo - 91e5dac3faab8e0ea872905322b9d474cf89a641 authored 12 months ago by Stephan Hügel <[email protected]>
Merge branch 'main' into document_relate

github.com/georust/geo - 9c4f5b1ef3084733b16def6684db142778430ba6 authored 12 months ago by Stephan Hügel <[email protected]>
Merge pull request #1133 from urschrei/topo_equal

Implement topological equality check for IntersectionMatrix

github.com/georust/geo - 8dc28a3934fe4c671b925aac422bd471f112cd45 authored 12 months ago by Michael Kirk <[email protected]>
Update changelog

github.com/georust/geo - 3986349622ee7b791e11d1eef0e03552f9b3a7ac authored 12 months ago by Stephan Hügel <[email protected]>
Release new versions

github.com/georust/netcdf - f743886a466291dd2c09a6af4b2f803621464c2b authored 12 months ago by Magnus Ulimoen <[email protected]>
Fix mem-test not using new API

github.com/georust/netcdf - 60b5e100887e331898f97823574791d501dfc9f2 authored 12 months ago by Magnus Ulimoen <[email protected]>
Merge pull request #125 from magnusuMET/feature/rename_ndarray

Rename values/put_values to get/put

github.com/georust/netcdf - 7e2b6b3978e2f8c33189e9e8577e3dc0a9ce0bf8 authored 12 months ago by Magnus Ulimoen <[email protected]>
Merge branch 'main' into topo_equal

github.com/georust/geo - b5de365bbfa8b0913c75d8d891e5de498549e405 authored 12 months ago by Stephan Hügel <[email protected]>
Merge pull request #1134 from georust/mkirk/rust-msrv-1.70

Introduce `total_cmp` on GeoNum to avoid unwraps

github.com/georust/geo - e0f4b6a519767983d476ecdc65371c0f0205f63c authored 12 months ago by Michael Kirk <[email protected]>
Merge pull request #126 from magnusuMET/bugfix/has-mmap

Fix has-mmap flag for netcdf crate

github.com/georust/netcdf - 24c310bee47bbc27f00370497fdeda7bec210224 authored 12 months ago by Magnus Ulimoen <[email protected]>
Remove Arrow mod, point to geoarrow crate

github.com/georust/geozero - a193108ebf8fc078566aacad1069a323cf7cf5fe authored 12 months ago by Kyle Barron <[email protected]>
Hash and Default impls, and some type coverage tests (#150)

* derive Hash for AABB, Line, and Rectangle

* derive Default for DefaultParams

* Correct comme...

github.com/georust/rstar - f1407ddf914057b7c7bf1091126bb41f3e6f6272 authored 12 months ago by Laine Taffin Altman <[email protected]>
Add `DriverIterator` to iterate though the registered drivers (#513)

* Add `DriverIterator` to iterate though the registered drivers

* Apply suggestions from code...

github.com/georust/gdal - 82db2feb47d4f95159639db8842df65d30a30c52 authored 12 months ago by Zero <[email protected]>
Add supported versions info to README

github.com/georust/gdal - 4fafdea069861edce31744387eb936f432e91356 authored 12 months ago by Laurențiu Nicola <[email protected]>
Stop emitting patch version cfgs

github.com/georust/gdal - 23f185a453a376fc4d6dd7870b16a6330da420f6 authored 12 months ago by Laurențiu Nicola <[email protected]>
Drop support for GDAL pre-3.0

github.com/georust/gdal - 572906d16c3ae8d38e3b284c628decee3a61747c authored 12 months ago by Laurențiu Nicola <[email protected]>
Drop prebuilt GDAL 2.4 bindings

github.com/georust/gdal - be570c70667e688ac96f7b14520b925a2f947e43 authored 12 months ago by Laurențiu Nicola <[email protected]>
Update crate docs

github.com/georust/gdal - 924bdbfe86d1df682e392856f9d68d61fcb5c55f authored 12 months ago by Laurențiu Nicola <[email protected]>
bump hifitime to v3.9.0 (#201)

* bump hifitime to v3.9.0
* fixes standardized filename generator
* Bump clap as well

-----...

github.com/georust/rinex - 6fabfdd400330616b93e2a6fe45c0422be35e73c authored 12 months ago by gwbres <[email protected]>
clarify relationship between IntersectionMatrix and DE9-IM matrix

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

github.com/georust/geo - ccc438bd5770700f3f56077ec527523907465756 authored 12 months ago by Stephan Hügel <[email protected]>
fixup changelog

github.com/georust/geo - dfdd02591e8a6504c84e0a59f5c70906eab5b572 authored 12 months ago by Michael Kirk <[email protected]>
Merge HasKernel into GeoNum for simplicity.

There's so little you could do with HasKernel that isn't also a GeoNum.
I'm not sure there's val...

github.com/georust/geo - fb6a05802a1d272ed5f5e5962628670c4170e6a8 authored 12 months ago by Michael Kirk <[email protected]>
Move total_cmp to GeoNum

github.com/georust/geo - 02208c7f22f800f2a2ec59a5288dc315f85d96ff authored 12 months ago by Michael Kirk <[email protected]>
Move total_cmp to HasKernel

The previous approach worked, but then there was feedback that the trait
should maybe be "more c...

github.com/georust/geo - 3c106f4d8e75fc5a7534d33f881758ec0b8857a2 authored 12 months ago by Michael Kirk <[email protected]>
Document relationship between CoordPos relationships and DE9-IM matrices

github.com/georust/geo - 7e35154801bd1bb2b841f65175329ecbf5c3440a authored 12 months ago by Stephan Hügel <[email protected]>
Add missing "false" entry for OnBoundary_B / Outside_A

github.com/georust/geo - f8aab2d44143c2cd96023876c0399b94465680a5 authored 12 months ago by Stephan Hügel <[email protected]>
New TotalOrd trait avoids exploding when working with NaN.

This fixes a new lint introduced in rust 1.75

Fixes https://github.com/georust/geo/issues/1088

github.com/georust/geo - 014ed5c1f2fa4d3dc112bedf763cbdd63546e3c4 authored 12 months ago by Michael Kirk <[email protected]>
add rust-1.75

github.com/georust/docker-images - 9e4d801ff767a9e9b86760d20a73b02e4208d3a3 authored 12 months ago by Michael Kirk <[email protected]>
chore: bump version to 0.8.5

github.com/georust/kml - 1a6d64ed60df4016665cc42d03e60a1c061fc0c7 authored 12 months ago by pjsier <[email protected]>
style: allow unused import for clippy

github.com/georust/kml - 641f52dada0fb1a446399cd765a777271ab10a3a authored 12 months ago by pjsier <[email protected]>
fix: allow cumulative innerBoundaryIs tags on a polygon (#59)

github.com/georust/kml - b51f4142adf79488fc1772c9814b71d5cc94c903 authored 12 months ago by Cory Zimmerman <[email protected]>
Bump MSRV in line with some of our dependencies.

In particular the latest `home` crate used by bindgen, required by proj, needs rust-1.70+

Also ...

github.com/georust/geo - 36a884079dcc0e9fd2c18a09e97ab0db9e059d5f authored 12 months ago by Michael Kirk <[email protected]>
print stats on skipped tests

github.com/georust/geo - c1a57d18ccc4d03a00d71fb1c0bd079be1cdb806 authored 12 months ago by Michael Kirk <[email protected]>
Added missing variant in `GdalDataType::iter`.

github.com/georust/gdal - 481a0d997c5e62bcd77a36b7b324a3a7dc9e1923 authored 12 months ago by Simeon H.K. Fitch <[email protected]>
bump version

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

github.com/georust/rinex - 0741e0e8f24dd71d1923ec05a469198c1b14913e authored 12 months ago by Guillaume W. Bres <[email protected]>
fix typo

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

github.com/georust/rinex - 1e83211dee4c6b992ae027fe31da7960c2d011e9 authored 12 months ago by Guillaume W. Bres <[email protected]>
Develop (#200)

* improve obsrinex test infra
* working on substract ci
* test more state of the art decompres...

github.com/georust/rinex - c8b56c96f41fcad2f381aca19396f8cf3ab9fe95 authored 12 months ago by gwbres <[email protected]>
No need to borrow

github.com/georust/geo - aebbc480ea8cea97daae6ce8ebaf980b5910f5a7 authored 12 months ago by Stephan Hügel <[email protected]>
Fix asserts in topo equals test

github.com/georust/geo - 8aee24ae88c7faeae91353feaf4f097d98c67cd3 authored 12 months ago by Stephan Hügel <[email protected]>
Implement topological equality check for IntersectionMatrix

github.com/georust/geo - 452a883408fedfc3c82db4d03872fc400b6da6d8 authored 12 months ago by Stephan Hügel <[email protected]>
Fixes new clippy lint `items-after-test-module`.

github.com/georust/gdal - 9f1ee1affc28b0fe5cb52015bc09fc1bef0d3d76 authored 12 months ago by Simeon H.K. Fitch <[email protected]>
Update old links to GeoRust (#199)

github.com/georust/rinex - 9c36f03a1f0739c51f4727c8a376e66721e8c177 authored 12 months ago by Lars Næsbye Christensen <[email protected]>
fix ci script

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

github.com/georust/rinex - 6c083e0852a2b0a76aedb105d9c24e7d7c8d07fa authored 12 months ago by Guillaume W. Bres <[email protected]>
fix ci script

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

github.com/georust/rinex - 76347c66aa07afe181b60fafd75bf324833af3dd authored 12 months ago by Guillaume W. Bres <[email protected]>
Cli improvements (#198)

* improving Cli with subcommands
* bump cggtts
* add substract opmode
* run clippy

-------...

github.com/georust/rinex - 6fc919091c138c4d7cc92b1efc1032f817092c73 authored 12 months ago by gwbres <[email protected]>
Merge pull request #23 from gwbres/rinex-processing

update rinex-cli

github.com/georust/georust.org - db0667e47c83300dc884b470914dfd871ab89b03 authored 12 months ago by Lars Næsbye Christensen <[email protected]>
update rinex-cli infos

* rinex-cli now has all the advanced features you can expect from it.
It would be nice to ...

github.com/georust/georust.org - 3d9d19dedd6f5ea1b5733ee76092299e859e3557 authored 12 months ago by Guillaume W. Bres <[email protected]>
Change Feature::set_field_xxx to take mut self

github.com/georust/gdal - 44741f6c7bb0699d8b69e084014c2961bc50f12f authored 12 months ago by Laurențiu Nicola <[email protected]>
V0.9.7 (#197)

* bump to latest rinex
* remove windows-gnu target

---------

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

github.com/georust/rinex - 9fcc663521898019c6814e25de6447a32d86ea31 authored 12 months ago by gwbres <[email protected]>
property notes

github.com/georust/geozero - 3bbbf60f2062a2f7e5bfe7973d8b9357e22cd2b6 authored 12 months ago by Kyle Barron <[email protected]>
docstrings

github.com/georust/geozero - e6268fd1caf243decfa902f5f7331f03ca9bf5a1 authored 12 months ago by Kyle Barron <[email protected]>
Update release.yml

Upload artifact sha1sum

github.com/georust/rinex - 0170397b2faf0f5a42d9d151c51e7b5ada843460 authored 12 months ago by gwbres <[email protected]>
Update release.yml (#196)

* Update release.yml

github.com/georust/rinex - 192eb87b8ae88ac040da28f4d0a1d27754a4dcc0 authored 12 months ago by gwbres <[email protected]>
Improve CI (#237)

github.com/georust/geojson - 3de684cd6db25cd125efb97a85d97278f64b58a4 authored 12 months ago by Stephan Hügel <[email protected]>
Update CI (#33)

Switch to Merge Queue
Remove bors

github.com/georust/robust - a1ecfc790d9a23092b7bab9a4827551696a27263 authored 12 months ago by Stephan Hügel <[email protected]>
Develop (#194)

* plot brdc clock corrections
* take sp3 into account in clock state too
* bump rtk to v0.4.0
...

github.com/georust/rinex - 980cdf39480d3ff58f592920e6f6d1d68696f89c authored 12 months ago by gwbres <[email protected]>
Implement an owning iterator and IntoIter for RTree (#146)

github.com/georust/rstar - 6c23af0f3acc0c4668ce6c368820e0fa986a65b4 authored 12 months ago by Adam Reichold <[email protected]>
Add Feature::unset_field

github.com/georust/gdal - f435e40d1629e8d40cc85c7fa8ca170b1cd68a9d authored almost 1 year ago by Laurențiu Nicola <[email protected]>
Lift `ndarray` compatibility into `Buffer<T>` (#494)

* Implemented `RasterBand::read_block` using the `Buffer` API, enabling block reading without `a...

github.com/georust/gdal - aebb75156c6590874383ec094357cfb09654ac47 authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
Clean up Feature::set_field_null

github.com/georust/gdal - 06041c045adf3e8a0fbd2fdfe93273e3a5dfa742 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Applied suggested implementation of set_field_null in #427.

Thanks to @nms-scribe.

github.com/georust/gdal - 8032f777d33666f56689263bd1a30b640df893c9 authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
Simplified test.

github.com/georust/gdal - d1df27d0be57045c67d985699d478637c008789c authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
Changed a number of APIs using `isize` when `usize` is semantically more appropriate (#497)

* Changed a number of APIs using `isize` when `usize` is semantically more appropriate.

* Use...

github.com/georust/gdal - bf43a3b97a9c1c5cce90fb00b3cbebf57c070839 authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
More doc updates (#144)

github.com/georust/rstar - a8904d2609a66180a366ce7250c50d203e91cfad authored about 1 year ago by Stephan Hügel <[email protected]>
Update CI as a precursor to enabling merge queues (#143)

* Update CI as a precursor to enabling merge queues

See #142

* Try to fix CI config

* Update ...

github.com/georust/rstar - 54e7eb070af79a3bfbb3d1b1523b63d64b33f642 authored about 1 year ago by Stephan Hügel <[email protected]>
update to `heapless=0.8`

github.com/georust/rstar - c16c1e977326302f7f17cff1c576183440936d8f authored about 1 year ago by Ralph Ursprung <[email protected]>
Merge pull request #498 from metasim/fix/496

Created `enum AxisMappingStrategy` for `OSRAxisMappingStrategy` ordinals.

github.com/georust/gdal - ba4336992934a3d722d3cac6ce5661df32455011 authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
Apply suggestions from code review

Co-authored-by: Laurențiu Nicola <[email protected]>

github.com/georust/gdal - 1cbce6503f30e6c0bec7905aeed8904aa4ea1735 authored about 1 year ago by Simeon H.K. Fitch <[email protected]>