Ecosyste.ms: OpenCollective

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

github.com/georust/gdal

Rust bindings for GDAL
https://github.com/georust/gdal

restrict `multi_dim_translate` to gdal >= 3.1

52c905bfc42db000d200973cd4f73d3034dd20f0 authored over 2 years ago
added PR info to changelog

2f5deb2df291b57cfb03cfdf21b79236242977c6 authored over 2 years ago
wrapper for gdalmdimtranslate

999bb05de51804d0e8005666c9d0652d746a7d5c authored over 2 years ago
merge tests due to potential SEGV of concurrent netcdf access

cf. `OSGeo/gdal#6253`

6ad91edaafd113936850bafcdacd70559ca14a69 authored over 2 years ago
Merge #281

281: Fix crate build on docs.rs r=rmanoka a=rmanoka

Use dynamic code-gen to build-around non-av...

209399809fe66ace2a2ef5374fd480afd91c49b0 authored over 2 years ago
Merge #279

279: Update bindgen requirement from 0.59 to 0.60 r=jdroenner a=dependabot[bot]

Updates the req...

921f2ac1e97fe6011afd2d0c291d02bea05ed5dd authored over 2 years ago
fix unsafe block

cc4dbb68b4f2f40d96216242a873e43876a26808 authored over 2 years ago
smaller unsafe block

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

6f4fbea032bf5afa7b2477867c80a8e96ddd3c65 authored over 2 years ago
clippy assert

d1d392a180754b59172788edc90b8568af28a883 authored over 2 years ago
Merge branch 'master' of github.com:georust/gdal into mask_band

0ece521ab1a4f5b64a4733d0085102ceab69c212 authored over 2 years ago
Merge branch 'master' of https://github.com/ChristianBeilschmidt/rust-gdal into no-segfault-mdarray-string

f5e52fda9a5d18516e21087ff27c3e73963d53bc authored over 2 years ago
Merge #286

286: remove `PartialEq` from `GdalError` r=lnicola a=ChristianBeilschmidt

- [x] I agree to foll...

8cbf533d8c6c67d42988e7879795301af1b60d66 authored over 2 years ago
remove extra brackets

023b12c629c2e0b4eb528a1bdaf876e4d3634f56 authored over 2 years ago
changelog entry

94464c69e8e89f8bd99cd42aa23f73d08e9753dc authored over 2 years ago
remove `PartialEq` from `GdalError`

da08f2c7ecc121d902d53a4fc0f501c5908a99c9 authored over 2 years ago
add changes

7ae3f55f43dd3fe7bb316cc27bc4bc6efb4909a4 authored over 2 years ago
add raster mask methods

9ddbec30b0ae2d7eb6ef6ccd7e03b004d8c14e46 authored over 2 years ago
second try of not enforcing Eq on Error

7daea8151e74156ee75251e417f1bde413ed0f4c authored over 2 years ago
clippy vs LTS

0e6a8b6002d4101d9c0a068ce4eed322884db3a2 authored over 2 years ago
remove check annotation for LTS

ec4e1c15476437d9de5579d041d219fc1b432f89 authored over 2 years ago
make clippy happy

a6f7ff331a4b13e865908bb2096331012b5a6ae0 authored over 2 years ago
changelog

4b5ae85e440a4edd6c05252cb5ff091b25b7f267 authored over 2 years ago
prevent SIGSEGV for non-strings on read string method

2081af252f14f75163f92ad66282addf93b631cb authored over 2 years ago
Minor fixes

377a3fa6d91593929a13b65631e04108cd4c27ce authored over 2 years ago
Update documentation version

Use latest GDAL 3.5 pre-bindings for compiling for docs.

c4831c0798ccd06ecb7347b1493e64e57664b364 authored over 2 years ago
Fix fmt

488143b201e909ce7e2c430ca29674285ea424b6 authored over 2 years ago
Fix crate build on docs.rs

Use dynamic code-gen to build-around non-availabiltiy of some packages.

e5746742c203288f9b3f1d9f624e18fbe59374ad authored over 2 years ago
Merge #265

265: Deprecate Transaction::dataset{,_mut} in favour of Deref{,Mut} r=rmanoka,lnicola a=ttencate...

d640dd734e30de997ace613b650181b7c3187b53 authored over 2 years ago
Deprecate Transaction::dataset{,_mut} in favour of Deref{,Mut}

c6e569b181e7975d041a8b9d39788e5070ef4a59 authored over 2 years ago
Merge #278

278: Implement missing Feature::set_field_*_list funcs r=rmanoka a=ttencate

Also reuse field_id...

f1ca1c957b531f2802b5e6989307227def14ba03 authored over 2 years ago
Fix clippy warning in test rasterband lifetime

93231488199a3a1c9bc9a884073b3e0c4c5058ab authored over 2 years ago
Implement missing Feature::set_field_*_list funcs

Also reuse field_idx_from_name instead of duplicating it all over the
place.

0cc4c58989f4ad6df4312a388ad57b075a07ab5d authored over 2 years ago
Merge #264

264: Added wrapper for OGR_L_SetFeature r=rmanoka a=geohardtke

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

674cfe935e9db6f0102d71cb2e31b063850f0f1a authored over 2 years ago
Merge #277

277: Prebuilt bindings for GDAL 3.5 r=rmanoka a=MrMuetze

Hey πŸ‘‹

Here is my attempt to provid...

69e77cca65aa8ff30df5491418c0f2d8d5a8294c authored over 2 years ago
retrieve the gdal version via `VERSION_NUM`

this should be a more robust approach

912e9df75708c9b8f83a0758320e7fa8070a7f80 authored over 2 years ago
adding a new CI job for gdal 3.5

and removing the job for gdal 3.1

0ccbf4a12faa3e912e31c59e827a0439563c292a authored over 2 years ago
Merge branch 'master' into SetFeature_wrapper

8530e849659a924da8fb42effef8c3bd8ab3341e authored over 2 years ago
Merge #274

274: Ability to get owned reference to inner geometry. r=rmanoka a=metasim

- [x] I agree to fol...

af69b1d5f8833cf3739fbe271ddafab84cadec39 authored over 2 years ago
Merge branch 'fix/269' of github.com:metasim/gdal into fix/269

* 'fix/269' of github.com:metasim/gdal: (21 commits)
Fix formatting issues
use match for err...

7938e13d737281791ceff96d62d0bdc24b8c4ee6 authored over 2 years ago
Fixed formatting.

655feb577aeb117bb66c56f955a46fe51d6599ee authored over 2 years ago
Merge branch 'master' into fix/269

ee3a1cf5743a4207852c1a4d8dbb9f6c1c677a94 authored over 2 years ago
Update bindgen requirement from 0.59 to 0.60

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

a3e01f19303695170770bd47a3f175315fac10e8 authored over 2 years ago
Prebuilt bindings for GDAL 3.5

191987750e750ebdddd36097ffec18fe78967579 authored over 2 years ago
Merge #272

272: ENH: Add CoordTransform::transform_bounds() r=lnicola a=brendan-ward

- [x] I agree to foll...

fb6e260d46409cb5842c7c2f4978bb5d7bb2ebb0 authored over 2 years ago
Fix formatting issues

3ed047442608e29da355e5c4bbfd1c223de35edc authored over 2 years ago
use match for error, try without casts to c_double

79464ab02961e21ad8779825b8a24796f8e5e03b authored over 2 years ago
Merge remote-tracking branch 'upstream/master' into add_OCTTransformBounds

1ce3a5eda560bbf485199300190ba22c66bd0f82 authored over 2 years ago
Merge #251

251: Add functions to enumerate Drivers r=jdroenner,lnicola a=ttencate

- [x] I agree to follow ...

16230bd06003768c46bab5b4f0b966ff580bdeb8 authored over 2 years ago
Add functions to enumerate Drivers

947e7e99c30db09aa49f18d988a6d16c148881f2 authored over 2 years ago
Merge #273

273: MDArray r=jdroenner a=ChristianBeilschmidt

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

0173cf000328fdb9a75a161f59f1e3d4dfa579cd authored over 2 years ago
Removed superfluous Result wrapping

d6fdd6a89da232636d42976f89a744baa963b335 authored over 2 years ago
Merge branch 'master' of https://github.com/ChristianBeilschmidt/rust-gdal into mdarray

41228ffdba2230294d1ac237f3baa1f6cda6b213 authored over 2 years ago
Updated changelog.

e3217a18a18b3526c22a57f9e79bdc0ceef47e38 authored over 2 years ago
Added ability to get an owned reference to inner geometry.

f6d5ad9bbc5e66842d82fe1479bd579e1ec764a5 authored over 2 years ago
Merge #246

246: Implement ColorTable struct r=ChristianBeilschmidt,lnicola a=Barugon

Implement a `ColorTab...

b700dc00ef29f11bb68c32458ba8a6eaa1b8d220 authored over 2 years ago
Use PhantomData in ColorTable

73f5fcde2d039e2975c6f55392bf303781b6f740 authored over 2 years ago
Squashed commit of the following:

commit 147809c573e3029703ba03b9753e67c64f6fd466
Merge: 6e63f0f b0ebd1d
Author: Barugon <barugon@...

fbd9aff9aacfa2b82992767df0fd532ce2ff4572 authored over 2 years ago
Merge branch 'master' of https://github.com/ChristianBeilschmidt/rust-gdal into mdarray

8fc12923b9ee114cd36b0e7b74f624d734f525c9 authored over 2 years ago
Merge #257

257: Implement read_dir function and test r=lnicola a=Barugon

Implement a `gdal::vsi::read_dir`...

b0ebd1d58dce85b8a6173ca1a852a71e589fd680 authored over 2 years ago
Use Vec::new

50dfac8b3ce67c04e3242e6acee5521984da56c7 authored over 2 years ago
Use _pathbuf_array

f38ca446d2a78282b305e73d0bd87a0039838e59 authored over 2 years ago
Implement _pathbuf and _pathbuf_array functions

0ae8d4f72253b6cfab5f74f98083aeadd22ae354 authored over 2 years ago
correct `method_name` in `root_group`

f7b0aa0cbae70fa634c9aeee616088bac3fa8830 authored over 2 years ago
add mdarray to CHANGES.md

45c765f46ff02a7cd172eca3b362834413bcac88 authored over 2 years ago
clippy lints

6a48b8db56c19e2e405a753a852d68c5b37d7889 authored over 2 years ago
more functionality and less memory leaks for mdarray

758b5e78dfe3a210842df742b5ded8a4aa3c6a46 authored over 2 years ago
gdalmd module fixes

7731c159f86b302fe3109b73d28be7122fd58cad authored over 2 years ago
Return vector of BathBuf

59e705f4cf20a82188e1aa9e19335e52e6fc87b1 authored over 2 years ago
only build mdarray if gdal >3.1

cd727687ca1a267a629799de62591ab20b0ed0d9 authored over 2 years ago
cargo fmt -- --emit files

5f081a3b3c630941bd64eea68b3ef3b4fad53f5b authored over 2 years ago
only build mdarray if gdal >3.1

85dbbadf34b501f18b123f2d91ea772908c15909 authored over 2 years ago
Added basic support for mdarrays

f9a87b9f6e373f228c51f1b244337e0fd5eabcc2 authored over 2 years ago
Temporary remove example, not sure how to fix clippy warning

ddc01fc15beca9d1e937b1bba96bab5c8d20f1a0 authored over 2 years ago
rustfmt

80da096de84c0461bba08a7c58476d11ac4112dc authored over 2 years ago
add mdarray example

0d5f475d1eb0338698bc8aae720ceb47bf9dde85 authored over 2 years ago
added mdarray

20beacaf1da4ac88175df75cc02d65a3b37da507 authored over 2 years ago
only build mdarray if gdal >3.1

5dc4d82ad95da5f7be110b2ee2a9638dadce783f authored over 2 years ago
Add test data for mdarrays

2499b05af6acee84b01212ac611d90a6d4678941 authored over 2 years ago
added root_group function

7accadcc94d87cff0a87646624aeb5476dde9a76 authored over 2 years ago
Squash

359dc10cb19621cfd60af39b9123e33a52f366ee authored over 2 years ago
Add changes

9061914a31d1447fa1ea36030179d2e36ee74e4a authored over 2 years ago
Add CoordTransform::transform_bounds()

6e9c7c74eb4a53fbfb54f072dcdd3fa5ee5c278e authored over 2 years ago
Merge #271

271: Add wrapper for `GDALGetRasterUnitType` r=lnicola a=ChristianBeilschmidt

- [X] I agree to ...

d8aa19abb949e1c49abe984ccb9932661b2fa10e authored over 2 years ago
Check `GDALGetRasterUnitType` for null ptr

f747c817b3dc39d0e3803519f9c58052ae961c4c authored over 2 years ago
add changes to `CHANGES.md`

9990ed3923e0d0f5514ac5d7d97e807d37fca110 authored over 2 years ago
Add wrapper for `GDALGetRasterUnitType`

fec5ccc6233bb7820d83e1121c0d011dc5f65862 authored over 2 years ago
Merge #267

267: Mark `SpatialRef::from_c_obj` as unsafe r=jdroenner a=lnicola

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

8cb6e9253457ecbf29922214036cee78fc574232 authored almost 3 years ago
Mark SpatialRef::from_c_obj as unsafe

a4327a9a2ec955a482cfa34a144dc65029dd417e authored almost 3 years ago
Added wrapper for OGR_L_SetFeature

a4a5ad135b24c5bd2b8017ca47a29e1cf63b920b authored almost 3 years ago
Merge #263

263: Fix clippy and fmt errors r=lnicola a=geohardtke

- [xI agree to follow the project's [code...

492e0c8e3f14c26e0e3442e42a04c97c14ff627a authored almost 3 years ago
fix fmt errors

d6416622c01ff1ffb672204f244e8a818eb18626 authored almost 3 years ago
Fix clippy errors

493104b796f6a6ce921de8d5ab7a55624a0bb957 authored almost 3 years ago
Add gdal::vector::field_type_to_name

c78d42cc7971fd6f05df04cd210c15899c90e989 authored almost 3 years ago
Merge #238

238: Owned layers from a dataset that are `Send` r=jdroenner a=ChristianBeilschmidt

- [X] I agr...

6cb085ad86fe8721ee954a084c0f138fed352dfd authored almost 3 years ago
CHANGES entry for OwnedLayer

d1af00cb40e8d63475caa58a69cd7b1998c3b920 authored almost 3 years ago
Merge #254

254: Derive Clone for FieldValue r=lnicola a=ttencate

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

0747fa6d05f993a878e792ba98770027fb99cf1d authored almost 3 years ago
Derive Clone for FieldValue

0423d690d1fe67299c3b448c3e59c9955241bffe authored almost 3 years ago
export OwnedFeatureIterator

e052a969e17ea08cb368bad84ee282c9f37e5061 authored almost 3 years ago
owned feature iterator

b1afd7d1241e8eea68dab8d1451a616cc95be632 authored almost 3 years ago
Merge branch 'master' of https://github.com/georust/gdal into owned-layer

23433c61f2e9a29c2f3948b021bb04fdcd2f2519 authored almost 3 years ago