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

Update release build action (#159)

github.com/georust/rinex - dc089b3cf16e90b4d481953aa9aac7816f54e5f8 authored over 1 year ago
Merge #431

431: Fix clippy warnings r=lnicola a=lnicola

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

github.com/georust/gdal - c7f121c01748e92a271d960e7e48415c186a6c13 authored over 1 year ago
Avoid deprecated chrono method

github.com/georust/gdal - 9525c8b0b90e8c9c6e17026f18e88f0fb5db7d20 authored over 1 year ago
change Wkb to non-owning

github.com/georust/geozero - fc7c0835d25f480da41ff98bd2b063e6a533fbaa authored over 1 year ago
Release v0.8.2

github.com/georust/netcdf - bb66b6aac99d0c19750be59cfe212ce3e3148046 authored over 1 year ago
Merge pull request #113 from AntoineRenaud91/path_subgroup_access

Path subgroup access

github.com/georust/netcdf - 8d52da66bd40b1dec305b9a4a5285c93b8cb847c authored over 1 year ago
error when parent group missing on fetch + clean up

github.com/georust/netcdf - a1d052ff40de8d3219ce344a9a5152da9b197f6f authored over 1 year ago
path api upgrade to add method

github.com/georust/netcdf - d84a87ca51ff4d0c734f1286ae67c4d1026b0aec authored over 1 year ago
Compile proto file only when vector_tile.rs doesn't exist (#170)

So protoc is not required when geozero is used as a dependency.

github.com/georust/geozero - a6b6a8d2eb0b4eec65b2fff249e9d9af727eea05 authored over 1 year ago
Depend on flatgeobuf 3.27.0

github.com/georust/geozero - 4e5f640a7682a4b9372c8312510271ecfdde3153 authored over 1 year ago
Update sp3 requirement from 0.0.8 to 1.0.0 (#157)

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

github.com/georust/rinex - 43262825adba651c4ec1a1c7a6964279c9e8736a authored over 1 year ago
make path feature default

github.com/georust/netcdf - e9a11470b6deca99b9f988a74caf428957f92148 authored over 1 year ago
remove dev testing

github.com/georust/netcdf - e0dca436b91c48b01d1b087725ff53fa062ca199 authored over 1 year ago
Merge branch 'path_subgroup_access' of https://github.com/AntoineRenaud91/netcdf into path_subgroup_access

github.com/georust/netcdf - 31f8fdbb1b48da185887db6a42d62453556eee5b authored over 1 year ago
add method to fetch variables (resp. attributes) in subgroups providing the relative path in the form 'subgroup/subsubgroup/.../varname' using '/' as separator

github.com/georust/netcdf - f4e26b17305e4da24c723e567f2adccdaf532a53 authored over 1 year ago
add method to fetch variables (resp. attributes) in subgroups providing the relative path in the form 'subgroup/subsubgroup/.../varname' using '/' as separator

github.com/georust/netcdf - 25076f3db981c0d0eaad47f485be0984fa9ccc9a authored over 1 year ago
add method to fetch subsubgroups and beyond providing the relative path in the form 'subgroup/subsubgroup/subsubsubgroup...' using '/' as separator

github.com/georust/netcdf - ad86535c1e0e69204069f80c04758dfe5199a72a authored over 1 year ago
Improve Qc context definition (#156)

* Improve Qc context definition

Define QcPrimaryData to define primary file.
Define abstract...

github.com/georust/rinex - be46c01fd39654ef3182c0d721684a84f15166a2 authored over 1 year ago
Make workspace possibly user defined (#155)

* Make workspace possibly User Defined.

The default workspace location is $GIT/rinex-cli/work...

github.com/georust/rinex - b3bc7cb2eca92cdc5794877a4570ad1f0e9e5fea authored over 1 year ago
sp3 context (#153)

* introducing possible sp3 augmentation
* plot sp3 (x, y, z)
* working on sp3 pool files
* im...

github.com/georust/rinex - fdc82e81ee5e7e3cde9c0ca6a08ab28f3a20c559 authored over 1 year ago
improve test ecosystem (#151)

* avoid generating one file, when building docs
* use std::path more often
* move test ecosyst...

github.com/georust/rinex - 1f9a7c44b1ad06004f8d8555f0cf103aa694cd20 authored over 1 year ago
Merge #96

96: Bump actions/checkout to fix Node version warning r=lnicola a=lnicola

- [x] I agree to foll...

github.com/georust/gpx - a0cbac6a1ebc2835c34e92b2f392f9dae6a417bd authored over 1 year ago
Bump actions/checkout to fix Node version warning

github.com/georust/gpx - fd0f34804ac95cfd11e06fb1fde7ff4289bbe282 authored over 1 year ago
fix nav-v4 support (#148)

* Use unique keys in NAV frames DB
* Add new nav-v4 test resource
* Fix RINEX v4 mistakes in o...

github.com/georust/rinex - 0a5357229a7de9a1bb9beef0d96834e1a3a743d6 authored over 1 year ago
Merge #93

93: Allow empty strings in `<text>` and `<type>` of `<link>` r=lnicola a=w-flo

- [X] I agree to...

github.com/georust/gpx - 6d50409ba2c811d8c4390e0b8414193016a1bf5c authored over 1 year ago
Add my previously merged pull request to CHANGELOG.md

I've noticed the file is basically just a list of PRs that were merged
with the "knowledge of th...

github.com/georust/gpx - 63cd36ac90ead3e4904f63b937ae9fe5cb275783 authored over 1 year ago
Allow empty strings in `<text>` and `<type>` of `<link>`

The GPX schema just says these are optional `xsd:string` elements, and
apparently the empty stri...

github.com/georust/gpx - 57f0f5c8e95a764ec20e0169e4a6de0498ee42a0 authored over 1 year ago
Merge #95

95: Bump geo r=lnicola a=lnicola

- [x] I agree to follow the project's [code of conduct](https:...

github.com/georust/gpx - a6745b7a5600c2e6a2f3832faf91b981d0fb222b authored over 1 year ago
Merge #94

94: Bump MSRV to 1.67 r=lnicola a=lnicola

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

github.com/georust/gpx - aba18ad9f3fd538a78f4c055ddf361139b06c0b6 authored over 1 year ago
Bump MSRV to 1.67

github.com/georust/gpx - 5a40e1d9075501c85ba2c55f1bdd8105c9df7c81 authored over 1 year ago
Update Changelog

github.com/georust/geozero - 2928b74a9c10ec2a467473b1c5aca56020f63ce0 authored over 1 year ago
Update gdal to 0.16

github.com/georust/geozero - a430b0fa649fdb96f3aba6bd8e088c5ee28372d5 authored over 1 year ago
Release geozero 0.11.0

github.com/georust/geozero - f58eb12fadd8724fd7d3f34467d8b766ab0f77ac authored over 1 year ago
Depend on flatgeobuf git branch

github.com/georust/geozero - 7540b2c04626427f777936773473bffbb43fc9b1 authored over 1 year ago
Verify IRNSS constellation support (#144)

* Verify support of indian IRNSS constellation
* remove non needed dual cfg macros

---------...

github.com/georust/rinex - 714887313f5bacba4bb1e8e132520d4df7983616 authored over 1 year ago
Reader for line delimited geojson (.geojsonl) (#168)

github.com/georust/geozero - f2a1934e0c48e04ea3de29f31ea89454617a915a authored over 1 year ago
Introduce observation data specific iterators (#141)

* carrier_phase() : iterator over raw phase data
* doppler(): iterator over doppler shifts
* s...

github.com/georust/rinex - 52892716c77cd48eb334869b75a15586a4bb9609 authored over 1 year ago
Improve qc context definition and reporting (#140)

* rinex-qc and plotting: improve context definitions
* update doc, remove deprecated calls
* r...

github.com/georust/rinex - de8fce1f2c447b83be03f237125450cdfaed12f2 authored over 1 year ago
Fix clippy warnings

github.com/georust/gdal - f0d4ea1e6f9b08cae95dcafaf912a215df98bb36 authored over 1 year ago
Merge branch 'main' into segmentize

github.com/georust/geo - c960f68b89b8f6a73005b340bebea6a5a6a65f43 authored over 1 year ago
Merge pull request #20 from larsnaesbye/master

Add the rinex crate to the list

github.com/georust/georust.org - 21db52deac5ae333fe24e8a89e50f47c9cbf5bc0 authored over 1 year ago
Add the rinex crate to the list

github.com/georust/georust.org - 29827388ee5c08af522fe654cdc71e055bb4474b authored over 1 year ago
Release v0.12.0 (#139)

* relase v0.12.0
* prepare for release
* fix urls in documentation
* use web_gl_mode:true on ...

github.com/georust/rinex - 3a5e044d506618cff2ba1e44b22c4fdf088b44a0 authored over 1 year ago
cli: enhance nav file options (#138)

The skyplot view requires a reference position.
Help the user figure out what can be achieved w...

github.com/georust/rinex - a293c787fc09fd8c463135f4e02b6a77c3e5087b authored over 1 year ago
Bibliography (#137)

Introduce a Bibliography structure, to point out major articles that helped design this library
...

github.com/georust/rinex - 8dfb52f50803eae9c1bde9255d22afb510c0029d authored over 1 year ago
support NAV V4 frames (#136)

* introduce GPS CNAV and CNAV2 frames
* introduce Galileo INAV and FNAV modern frames
* introd...

github.com/georust/rinex - 053fba59a973fc96bc9346be6a936d4c2042676f authored over 1 year ago
NAV V4: RINEX V4 navigation support (#135)

Preliminary work to support CNAV, CNAV-2 and other modern Ephemeris frames.

---------

Sign...

github.com/georust/rinex - c5364070f7eb81de1d85c6e89bbd7c4f00da5c3b authored over 1 year ago
Merge pull request #1048 from RobWalt/chore/cleanup-remove-unused-code

chore: remove unused impl of private trait ActiveSet

github.com/georust/geo - d13e70c6438d4b8a845a1403afb8db4ec146f251 authored over 1 year ago
Merge pull request #1047 from RobWalt/refactor/lineorpoint-to-enum

refactor: replace LineOrPoint struct with enum

github.com/georust/geo - c4ee4864c8b89d68accee0b892c57434298d7c38 authored over 1 year ago
Merge pull request #1058 from martinfrances107/zip

Minor: clippy - removed calls to .into_iter() where no needed.

github.com/georust/geo - e21b3d061db6c888615fa39fc96bb7b4a6c6e40d authored over 1 year ago
Minor: clippy - removed calls to .into_iter() where no needed.

github.com/georust/geo - ad46f9aff24c92b8a166df468dada1d1c66ec09c authored over 1 year ago
glonass and sbas positionning (#132)

Skyplot view for Glonass and Geostationary vehicles .
Satellite positions are broadcasted in EC...

github.com/georust/rinex - bdee4a0ef483ab4b23d1e10063b25c31c25cf8ce authored over 1 year ago
simplify and improve week counter definitions (#131)

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

github.com/georust/rinex - 2878c529b218ede35ecb3d5cf59dc1b891de49a3 authored over 1 year ago
Add benches

github.com/georust/geo - f446ad6868f9aee6a7bff36735dfc0ddf82511ba authored over 1 year ago
fix kepler solver and skyplot view (#130)

* allow calcluations on other GNSS constellations
* add more kepler tests
* gnss time correcti...

github.com/georust/rinex - df0c2f78c003cc7602c6beb18398555df5998b08 authored over 1 year ago
Improve coordinate position for rect and triangle

github.com/georust/geo - d06e5f01f6510019b9fbe3a177e6f579456c49a7 authored over 1 year ago
Simplify polygon intersects coord

github.com/georust/geo - 6f838a54ab5e0b64ed404f10c995adbb19188881 authored over 1 year ago
Inline point intersects rect

github.com/georust/geo - 3b70fe647445b699bfb12dca68ffd9ff44113e40 authored over 1 year ago
Fix WKB and WKT empty points handling (#166)

github.com/georust/geozero - cc195fb05b573c03911332bb4bba2df3f75ba6b8 authored over 1 year ago
Improve perf for triangle intersects point

github.com/georust/geo - fc132ada02ede11489b7e7416b0a5c44a8e18862 authored over 1 year ago
Improve perf for triangle contains point

github.com/georust/geo - 730fc3970d2d9170edf15745cbd652f3b3e4d7e3 authored over 1 year ago
Merge #430

430: Update-deps-for-0.16.0 r=lnicola a=jdroenner

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

github.com/georust/gdal - d93ab7fa6baacc799c57f59ee5c0343add728ad9 authored over 1 year ago
bump dependencies

github.com/georust/gdal - 949c561c08f378fe75777aa0fc90292bbec081be authored over 1 year ago
update gdal-sys to 0.9.1

github.com/georust/gdal - fa38da1345d7d0f265fff1509a9a511ffdc38ee9 authored over 1 year ago
Merge #429

429: prepare 0.16.0 changelog + version r=lnicola a=jdroenner

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

github.com/georust/gdal - d43189365bcb41ff1b7eb2d476b4ecb0406cc4f1 authored over 1 year ago
changelog format

github.com/georust/gdal - 52d84aa463a2ea48ac49ca745c6465dba71eaa32 authored over 1 year ago
address clippy in cloning

github.com/georust/geo - d05f1cd7a4ea69a5a6533456a56d6563c7ff4f7e authored over 1 year ago
prepare 0.16.0 changelog + version

github.com/georust/gdal - beeeb073118fdcc658db69a1882e6b3a75fb67d6 authored over 1 year ago
allow n to be more than n lines and run cargo fmt --all

github.com/georust/geo - 8e22ffd1fa66effdadd4f4b457bccf2f06574d66 authored over 1 year ago
Merge branch 'main' into segmentize

github.com/georust/geo - 34d6c956aa2af638f428730b56464d04ff410c8c authored over 1 year ago
Implement `empty_point` for `GeoJsonWriter` (#161)

github.com/georust/geozero - ab0cdae68cf570ba9d510eb69c8004f4f9bf2a2f authored over 1 year ago
Fix: invalid WKT output for CSV's (#167)

github.com/georust/geozero - d200e22c3a28821c47e0873de09dad35dd96df33 authored over 1 year ago
Add GDAL read support for more types (#165)

Read support for CircularString, CompoundCurve, CurvePolygon, Triangle, MultiCurve, PolyhedralSu...

github.com/georust/geozero - c2b166e7c672f2f7ab48a7e2fadf478828b3e7bb authored over 1 year ago
Merge pull request #1037 from georust/frewsxcv-patch-1

Delete bors.toml in favor of GitHub merge queues

github.com/georust/geo - 267ae708395251b0c899657b15aba23cbf4e2827 authored over 1 year ago
Revert "Add a failing test to ensure merge queues are working as expected"

This reverts commit f593faedd0b35e4742146834811431045b097e9b.

github.com/georust/geo - b065119781523c5faec9b2ae91fc05673585ba36 authored over 1 year ago
Add a failing test to ensure merge queues are working as expected

github.com/georust/geo - f593faedd0b35e4742146834811431045b097e9b authored over 1 year ago
Delete bors.toml in favor of GitHub merge queues

github.com/georust/geo - ae98f5edf15374d199ad5e4f1f59abc4c8ebd3b5 authored over 1 year ago
Add merge_group setting as per docs

github.com/georust/geo - fcc1430bef3e510aad93dac2bc3af6dda16710af authored over 1 year ago
Update workflow to work with GH merge queue

We need a ci-status job that explicitly fails, rather than skips.

As we discovered in https://g...

github.com/georust/geo - 4bff7e1cd5749244d0317366922c8f71939c6a0d authored over 1 year ago
use assert!() over asser_eq(expr, true)

github.com/georust/geo - be7fc935d99d36df1fecd81992f8375b6ef80166 authored over 1 year ago
To please the clippy god, i bow to thee

github.com/georust/geo - c02a915022c81e09d6fa971d03e86f8c861947ef authored over 1 year ago
remove let else to address MSRV of 1.63 and fix CI

github.com/georust/geo - 3ea7b318fa9fb9d180a7e670e8a702b3bb9acc5a authored over 1 year ago
address cargo fmt CI error

github.com/georust/geo - 5d29811c45bbc190b1fa1ac7b04cfdfe9a0f8d87 authored over 1 year ago
modify test to be relative_eq assertion

github.com/georust/geo - dc7d8bcb76acf0b8b983988bc38f9b6d5e972bba authored over 1 year ago
add segmentize functionality

github.com/georust/geo - b668088f180b414a81c1e7cc4be572a3d1741db6 authored over 1 year ago
Add a failing test to check that merge queues work (#179)

* Add a failing test to check that merge queues work (#171) (#173) (#178)

Hopefully CI won't me...

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

This reverts commit 91e357911d7cb4154f58a73080691667b4b16cb3.

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

Hopefully CI won't merge this.

github.com/georust/proj - 91e357911d7cb4154f58a73080691667b4b16cb3 authored over 1 year ago
Improve WkbWriter constructors (#158)

Adress #156 and fix different dimensions in reader and writer.

github.com/georust/geozero - b6e63617638853ad34d1ea8a6f39ee3932b0107a authored over 1 year ago
Replace pub dim field of writers with constructor (#163)

#156

github.com/georust/geozero - 76e58eb8b8a07e265a6ac5f3b1ff769a94f8f142 authored over 1 year ago
fix: fix reason for failing CI

github.com/georust/geo - 6128356225f222dbf37241da0d550cdaedd5dc65 authored over 1 year ago
refactor: replace LineOrPoint struct with enum

github.com/georust/geo - 83b3f34cd29eb77679e718457c0f274df2e55917 authored over 1 year ago
Drop lifetime parameter of GpxReader (#164)

&'a mut R implements Read if R does so

github.com/georust/geozero - dcf783d3af23ef062f7f49b1d26ecfc17bd22bdc authored over 1 year ago
Merge pull request #162 from michaelkirk/mkirk/owned-writes

Format writers can own their inner writer

github.com/georust/geozero - 6d43e3c30697cc80b356703d0cee32f6ec34442f authored over 1 year ago
Merge pull request #420 from lnicola/fix-dataset-close

Fix use-after-free in `Dataset::close`

github.com/georust/gdal - dd1c5c18380bcc46b0120d9bffe5ef2176e54758 authored over 1 year ago
Format writers can own their inner writer

- CSV
- GeoJson
- SVG
- WKB
- WKT (added in a previous commit)

github.com/georust/geozero - bee32bc983fa8ddd11318743709fee6032a662ac authored over 1 year ago