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

Created `enum AxisMappingStrategy` for `OSRAxisMappingStrategy` ordinals.

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

github.com/georust/netcdf - 1b0e105d8a87304225d076646bacd88e8752ae8d authored about 1 year ago by Magnus Ulimoen <[email protected]>
Fix has-mmap flag for netcdf crate

github.com/georust/netcdf - 50b4e95dfb5ccd8a949b54d35a61ef997248b5d3 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Rename items

github.com/georust/netcdf - b81ba381fabd4c01dc4be3d00b48554f8554bfd7 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Merge pull request #123 from magnusuMET/feature/ndarray

Improve `ndarray` integration

github.com/georust/netcdf - c99fd93069bdd5fa30129859e814d7b302d24884 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Added entry to CHANGES.md for PR 492

github.com/georust/gdal - 4d035dffca63f14df7518e244f78c4bafb9e2c55 authored about 1 year ago by Paul Wagener <[email protected]>
Output metadata for static builds

github.com/georust/gdal - 34df34c1e726bc8d55094edcda771aef7e62700b authored about 1 year ago by Paul Wagener <[email protected]>
Wait with msvc panic!() until after pkg-config check

github.com/georust/gdal - 041415f40a847d65f0b27dbab759aaac88c63d95 authored about 1 year ago by Paul Wagener <[email protected]>
Merge pull request #27 from georust/mkirk/proj-9.3

upgrade to proj 9.3

github.com/georust/docker-images - f2906bea8ed8ed60d3dbde0a30534a33af84ee56 authored about 1 year ago by Michael Kirk <[email protected]>
Update proj to 9.3.1 (#182)

* update proj source to 9.3.1

* update update documentation for maintainers

* new bindings for...

github.com/georust/proj - 8db09d6ab2d6480b137f06e07fa8391e4fdebb37 authored about 1 year ago by Michael Kirk <[email protected]>
Add RasterBand::write_block

github.com/georust/gdal - 78827be2c0f5506d25ea585bc6e8e7fe50820036 authored about 1 year ago by Laurențiu Nicola <[email protected]>
add rate limit delay for publishing

github.com/georust/docker-images - 00876fc0c52b301aaf096fa9335a4224dcb38594 authored about 1 year ago by Michael Kirk <[email protected]>
Document publishing

github.com/georust/docker-images - 30a2720a6241fceb0b9814e2ac54134ccbafb3f7 authored about 1 year ago by Michael Kirk <[email protected]>
Check output type in read_block

github.com/georust/gdal - 6c39690e7c70772c3edda98f759929f83b1ea526 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Add `Bounds::from` and `Center::from` for tuples (#26)

* Bump to 0.4.1, ready for release
* Add `Bounds::from` for `(f64, f64, f64, f64)` tuple. Same ...

github.com/georust/tilejson - 0cffc7397a6f8297ae0333fc5ec65f745c5842fb authored about 1 year ago by Yuri Astrakhan <[email protected]>
add latest rust releases

github.com/georust/docker-images - 7555f000cf423c4ffa96134dcce746f6860fe801 authored about 1 year ago by Michael Kirk <[email protected]>
update proj-version

github.com/georust/docker-images - 4b585d0efe0aadc782d73a116c44c0dbc921f35d authored about 1 year ago by Michael Kirk <[email protected]>
Merge pull request #26 from georust/mkirk/rust-1.72

add rust 1.71, 1.72. drop 1.63, 1.64

github.com/georust/docker-images - 02ec5e85146d7ce6429e2039c87b058e37547796 authored about 1 year ago by Michael Kirk <[email protected]>
Try to explain the difference between Proc and Spec.

Wow these are tricky to explain the difference.

github.com/georust/geo - a30b500bee4c7aee7f34b273db945e6d7cb61d59 authored about 1 year ago by andriyDev <[email protected]>
Add inline comments for functions and structs in assembly.rs.

github.com/georust/geo - 67598f2ed5c25755e3da1d161c3cab8ccfb9429a authored about 1 year ago by andriyDev <[email protected]>
Add function and inline comments for op.rs.

github.com/georust/geo - aaff54787b25fd357c77a6a0b3297a9d4033e49f authored about 1 year ago by andriyDev <[email protected]>
Add comments and inline comments for functions and structs in spec.rs.

github.com/georust/geo - 30fefd0cbf2de607a352ad80d9985fae09917dd3 authored about 1 year ago by andriyDev <[email protected]>
Add comments for functions and structs in assembly.rs.

github.com/georust/geo - f69a94b51ab9ce570beb1b29276b9ddf0dfb25e8 authored about 1 year ago by andriyDev <[email protected]>
Merge pull request #1122 from georust/mkirk/integrate-spade-coords-iter

small perf improvements to TriangulateSpade

github.com/georust/geo - 47fadf1d507fd18a40921be28ee52e1ada6def04 authored about 1 year ago by Michael Kirk <[email protected]>
benchmarks for triangulate

github.com/georust/geo - 58d6bac76736d9df10c38a05345a218574d6c513 authored about 1 year ago by Michael Kirk <[email protected]>
PERF: `TriangulateSpade` uses Iter, not Vec

This is an internal API, so we can safely break the API.

Bench output:
```
TriangulateSpade (un...

github.com/georust/geo - aa71ffd512a2f7334b56e075a1bdb33aa1044bdb authored about 1 year ago by Michael Kirk <[email protected]>
Merge pull request #1123 from georust/mkirk/configurable-spade

FIX: SpadeTriangulation was not actually configurable

github.com/georust/geo - fd7e7b1fe4700b61af9dbf18e158b1d93101884e authored about 1 year ago by Michael Kirk <[email protected]>
FIX: SpadeTriangulation was not actually configurable

github.com/georust/geo - b81b5a94a7f06f940afb7e66b87519e92b8271ae authored about 1 year ago by Michael Kirk <[email protected]>
Merge pull request #33 from JosiahParry/dirtywork

Remove unused Node JS bindings

github.com/georust/polyline - 8ae63a58c1de3d741e370d5b4c6d7cb2b53eb10f authored about 1 year ago by Corey Farwell <[email protected]>
do the dirty work

github.com/georust/polyline - 52a4496f6deb9f0a61ee265b5201e0c6abc49b77 authored about 1 year ago by Josiah Parry <[email protected]>
Merge pull request #1116 from wtchen/geometry_chaikin_smoothing

Implement ChaikinSmoothing for Geometry

github.com/georust/geo - 76ad2a358bd079e9d47b1229af89608744d2635b authored about 1 year ago by Corey Farwell <[email protected]>
Add note to CHANGES.md

github.com/georust/geo - ac86ab91803b4d84da6cb2d3db92fa9c5220b53c authored about 1 year ago by William Chen <[email protected]>
Merge branch 'main' into geometry_chaikin_smoothing

github.com/georust/geo - da1f98414aecffb43e92b4d3fa023b4aaebe987a authored about 1 year ago by William Chen <[email protected]>
Address comments

github.com/georust/geo - fe1e06eec89d385aee182981e252240a0ed20528 authored about 1 year ago by William Chen <[email protected]>
Merge pull request #1107 from JosiahParry/macrofy-segment

Add LineStringSegmentizeHaversine

github.com/georust/geo - c988af4124ec153514c83e079b208a7a33c3b2d4 authored about 1 year ago by Corey Farwell <[email protected]>
Update gpx requirement from 0.9 to 0.10 (#193)

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

github.com/georust/rinex - d5a3401b20608a0e63fbeded401abfeb7df20819 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update CHANGES.md

github.com/georust/geo - e2ff5c935605769b5c3cfa18c987aead6b760242 authored about 1 year ago by Corey Farwell <[email protected]>
Merge branch 'main' into macrofy-segment

github.com/georust/geo - 2ea9cfa7bcb92583a0d3121d4e536de437bf790f authored about 1 year ago by Corey Farwell <[email protected]>
prepare for 0.10.0 release

github.com/georust/gpx - a2a63b6ead6700df6a7b355d88ac0bbf359acaba authored about 1 year ago by Corey Farwell <[email protected]>
bump geo

github.com/georust/gpx - c262d02de24494dd979919ec84f20a4c8383c030 authored about 1 year ago by Corey Farwell <[email protected]>
bump rust edition

github.com/georust/gpx - 5c9814cfcfe231adc279c65b5575c4822996878a authored about 1 year ago by Corey Farwell <[email protected]>
Merge pull request #52 from georust/oncelcok

Replace `lazy_static` dependency with `sync::OnceLock`.

github.com/georust/geographiclib-rs - 766915da9ddc816702ad3255658a0c44f6653363 authored about 1 year ago by Michael Kirk <[email protected]>
Replace `lazy_static` dependency with `sync::OnceLock`.

github.com/georust/geographiclib-rs - f8d9f98c689ac18f48c766b9214decdbbfeba86b authored about 1 year ago by Corey Farwell <[email protected]>
clippy fixes

github.com/georust/geographiclib-rs - 01f89f978d17270debcde3c7c19e6c33170f623a authored about 1 year ago by Michael Kirk <[email protected]>
Add Geometry::difference

github.com/georust/gdal - 30fea92e29d173d524353e27d473e2c872dc7e81 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Add method to set default histogram for RasterBand

github.com/georust/gdal - ea341a85dfdd1de1931d8206dfba8bdd82fb5ef6 authored about 1 year ago by José Padarian <[email protected]>
Add assertion to histogram setter and getter

github.com/georust/gdal - f37c7def392b9a4d7a7db5f4d468f29fba348605 authored about 1 year ago by José Padarian <[email protected]>
Develop (#191)

* corrected dop calculations
* plot brdc clock corrections
* take sp3 into account in clock st...

github.com/georust/rinex - e34d63794f061c8951876480f8386ef741ad7591 authored about 1 year ago by gwbres <[email protected]>
Ci release (#190)

* attempt at fixing this step
* remove linux-gcc-musl target
* fix script

---------

Sign...

github.com/georust/rinex - b791eb0f258e3f9fbd510e7b4ae9f40bf5b20e05 authored about 1 year ago by gwbres <[email protected]>
Merge pull request #119 from magnusuMET/feature/ci_release

Add release workflow

github.com/georust/netcdf - 3804a00305eac775b5e956495347494e42867bf4 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Fix doc-test on no-default-features

github.com/georust/netcdf - a9e0a9a6f4c1f5a533ac82ff06ae7d3177845ebe authored about 1 year ago by Magnus Ulimoen <[email protected]>
Add put_into for ndarray

github.com/georust/netcdf - 0a6d9e403b0f47b0e630659e257559a2fdc839c4 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Make indexing reduce dimensionality

github.com/georust/netcdf - b41721acff81ba08171b49bd677e56ecd4607097 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Show put/get ndarray in docs

github.com/georust/netcdf - 057e97cc47b7e58bac7814907fdb5e634f9d9395 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Set resolver version

github.com/georust/netcdf - ec9e181d4311b40a98565887e843414049746aa4 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Add put for ndarrays

github.com/georust/netcdf - b93b775e44a3e8f337a64cbf53ed3154ce1db516 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Merge pull request #122 from magnusuMET/feature/flatten_imports

Flatten import structure

github.com/georust/netcdf - 5dd46ebd7b2d36b7eeb8dc733501cb4939d35f60 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Merge pull request #121 from magnusuMET/feature/del_lazy_static

Move lock to `netcdf-sys` and remove `lazy_static`

github.com/georust/netcdf - 7afd544bb63d493056462803a4e7ebdbc69e2f1e authored about 1 year ago by Magnus Ulimoen <[email protected]>
Add histogram calculation for RasterBand (#468)

* Add histogram calculation for RasterBand

---------

Co-authored-by: Simeon H.K. Fitch <fi...

github.com/georust/gdal - d279c9f4cd5f81469d206a3de296afaa72bd533a authored about 1 year ago by José Padarian <[email protected]>
Flatten import structure

github.com/georust/netcdf - 02d7e82194fad0936e38b1b662f9864e91a9a9a0 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Move lock to `netcdf-sys` and remove `lazy_static`

github.com/georust/netcdf - 5b37b3ce48985f1a51309b8d5910dc22faa7c3e0 authored about 1 year ago by Magnus Ulimoen <[email protected]>
Develop (#189)

* plot geometrical dilution of precision
* bump rtk to 0.3.1

---------

Signed-off-by: Gui...

github.com/georust/rinex - 04157d4d8ddf63465c4bf969ae8b35c69d2d2695 authored about 1 year ago by gwbres <[email protected]>
MDArray::read_as_string_array(): make it robust to null string pointer being returned by GDAL

github.com/georust/gdal - b4c633647f401aa894659c72191f070a18c32b4e authored about 1 year ago by Even Rouault <[email protected]>
Update src/raster/mdarray.rs

github.com/georust/gdal - 781898eaff207971ecd6c848d3c8db486351fe1f authored about 1 year ago by Laurențiu Nicola <[email protected]>
Merge pull request #474 from rouault/gdal_sys_readme

gdal-sys/Readme.md: add hint about setting GDAL_VERSION

github.com/georust/gdal - c61b3130e184aa428d19c2fbdf7ff76d973f4ddd authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
Merge pull request #480 from lnicola/mdarray-read-into-slice

Validate output length in MDArray::read_into_slice

github.com/georust/gdal - f10bfb50c17ca7f2dded478ddda7e30a2344275d authored about 1 year ago by Laurențiu Nicola <[email protected]>
Validate output length in MDArray::read_into_slice

github.com/georust/gdal - 3ac532cc3e778c141456b0ad61c8b91360d8b10a authored about 1 year ago by Laurențiu Nicola <[email protected]>
Merge pull request #179 from michaelkirk/mkirk/update-fgb

update flatgeobuf

github.com/georust/geozero - 8501fedf288adc851d08a367f8f651ee643d4bed authored about 1 year ago by Michael Kirk <[email protected]>
Merge pull request #473 from rouault/version_test

version.rs test: make it work with a GDAL debug build

github.com/georust/gdal - 65c2bab5b470d70c56d80820c1bb898ca005c280 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Merge pull request #478 from lnicola/ogr-equals

Stop using deprecated OGR_G_Equal

github.com/georust/gdal - 1b5f55edb971739343b6705b7922363dc315d729 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Stop using deprecated OGR_G_Equal

github.com/georust/gdal - b971ee1707966785d983e254bcb6121370b26c57 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Merge pull request #472 from rouault/ci_cargo_valgrind

.github/workflows/ci.yml: run 'cargo valgrind test --lib'

github.com/georust/gdal - 9524e827ad8de3e0ab39c5bcc4246a73a2e37ab1 authored about 1 year ago by Laurențiu Nicola <[email protected]>
version.rs test: make it work with a GDAL debug build

github.com/georust/gdal - c35f950586d1fba1e2b4844991ce4b62a341b077 authored about 1 year ago by Even Rouault <[email protected]>
gdal-sys/Readme.md: add hint about setting GDAL_VERSION

github.com/georust/gdal - 74839fba6c511722bda7c77073b21b03af41f564 authored about 1 year ago by Even Rouault <[email protected]>
MDArray::read_into_slice(): fix memleak in error code path

github.com/georust/gdal - a56210194979cf77786731af55222c516b725bad authored about 1 year ago by Even Rouault <[email protected]>
.github/workflows/ci.yml: run 'cargo valgrind test --lib'

github.com/georust/gdal - 290987ff13e06099b13fdf0fad48c5e0eb403d05 authored about 1 year ago by Even Rouault <[email protected]>
Merge pull request #471 from rouault/fix_read_dir_memleak

_read_dir(): fix memory leak

github.com/georust/gdal - ed03ceae15fa08ca12bf98f89508b0a4b72dc013 authored about 1 year ago by Laurențiu Nicola <[email protected]>
_read_dir(): fix memory leak

Fixes leak reported by ``cargo valgrind test --lib``:
```
Error leaked 200 B in 1 block
...

github.com/georust/gdal - e8cec95d77c46445291e252d71a1e5201bfa90ad authored about 1 year ago by Even Rouault <[email protected]>
Merge pull request #470 from lnicola/gdal-3-8-1

Run CI on GDAL 3.8.1

github.com/georust/gdal - 203486d9b857678929460b23ce381e3c757c3d27 authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
Good night, sweet prince

github.com/georust/gdal - 8d4baa4ebe6880fc6f183ae59dda6e4c19c901c7 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Run CI on GDAL 3.8.1

github.com/georust/gdal - 039fd5cc1a2439ae031120a977b6ae250356b76a authored about 1 year ago by Laurențiu Nicola <[email protected]>
Develop (#188)

* plot speed vectors
* bump clap to latest
* v0.3.0: lsq-spp
* run linter

---------

Sig...

github.com/georust/rinex - c6f21bd01f0af31768276b08b201c5d25d1dafe2 authored about 1 year ago by gwbres <[email protected]>
Merge pull request #469 from lnicola/tpi-target

Fix tpi test output name and use `/vsimem/` for DEM tests

github.com/georust/gdal - fd4bc81c2ba4040b4d1bf129d3e6a1153b3549bd authored about 1 year ago by Laurențiu Nicola <[email protected]>
Use /vsimem/ for dem tests

github.com/georust/gdal - 6481a5daad1ffd0e5f71bf9caae66f96c5700d95 authored about 1 year ago by Laurențiu Nicola <[email protected]>
Fix tpi test output name

github.com/georust/gdal - b95dbbb77214850029c668306ae5ad547c62dcfa authored about 1 year ago by Laurențiu Nicola <[email protected]>
Update release.yml (#187)

* Update release.yml

* remove cargo release profile
* remove cross
* use stable rust in all...

github.com/georust/rinex - 2be6e55bc87406f472b1acf3e450581bfd54fd6c authored about 1 year ago by gwbres <[email protected]>
Add (de)serialize_optional_geometry helpers. (#235)

* Add `deserialize_optional_geometry`.

* Add `serialize_optional_geometry`.

---------

Co-auth...

github.com/georust/geojson - 6805f466a8781016070726c8c88311110032565f authored about 1 year ago by Gabriel Hansson <[email protected]>
working on release script (#186)

* remove manual binary stripping
* improve release script

* remove 32b arch ;
* improve...

github.com/georust/rinex - 7b13a232c63d038b44fbc5f9793de84e21f7578f authored about 1 year ago by gwbres <[email protected]>
Merge pull request #1117 from rschulman/doc-improvement

Improve documentation of `clip`

github.com/georust/geo - 97a62833e3438b40a5450bccc42f0c434e642c02 authored about 1 year ago by Corey Farwell <[email protected]>
Merge pull request #456 from metasim/feature/dem

GDAL DEM Processing Routines

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

github.com/georust/gdal - c8a6779fdfae00ecc97f0d5cd0693db8d6fc2760 authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
Merge branch 'master' into feature/dem

github.com/georust/gdal - e263caabe9921b1a69bc94aea9522245f40a1e0a authored about 1 year ago by Simeon H.K. Fitch <[email protected]>
feat: replace `geo_types` with `geo` for more functionality

This was done mainly to have the ability to use `geo` algortihms within
`geo-svg` for advanced S...

github.com/georust/geo-svg - 7b9eeff5a7b4778a822e0cf75e8e6970dda1b804 authored about 1 year ago by aviac <[email protected]>
chore: more custom cocogitto settings

github.com/georust/geo-svg - 60abca788ef6a76d14f0d6c3144b6200ab139495 authored about 1 year ago by aviac <[email protected]>
chore: custom cocogitto settings + fixes

github.com/georust/geo-svg - 98612ca00339684f78a7b91e7025919383fd43c7 authored about 1 year ago by aviac <[email protected]>
chore: add CHANGELOG.md

github.com/georust/geo-svg - d60b4b0cb7b3f0f5e00df785366b995d3febb88c authored about 1 year ago by aviac <[email protected]>
add RNX2CGGTTS app (#185)

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

github.com/georust/rinex - 0f6b7adb87517bd7a35c2695acf6f9ee7ed61824 authored about 1 year ago by gwbres <[email protected]>
chore: add basic cog.toml

github.com/georust/geo-svg - 31f559eb77b1bda7e281fcc639442ca894d0588a authored about 1 year ago by aviac <[email protected]>
v0.15.1 (#184)

* sp3: sometimes GNSS is slightly off, support that
* rtk: define a context for DGNSS
* sp3: p...

github.com/georust/rinex - 908de9495e7a8be62807bfa97f0e85ef23f73f8a authored about 1 year ago by gwbres <[email protected]>
Merge pull request #22 from dabreegster/log_warning

Remove unhelpful warning and dependency on log crate

github.com/georust/topojson - b9a63622b1a4c253ec9c362181b9a77838fb963e authored about 1 year ago by Laurențiu Nicola <[email protected]>