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
52c905bfc42db000d200973cd4f73d3034dd20f0 authored over 2 years ago
2f5deb2df291b57cfb03cfdf21b79236242977c6 authored over 2 years ago
999bb05de51804d0e8005666c9d0652d746a7d5c authored over 2 years ago
cf. `OSGeo/gdal#6253`
6ad91edaafd113936850bafcdacd70559ca14a69 authored over 2 years ago281: Fix crate build on docs.rs r=rmanoka a=rmanoka
Use dynamic code-gen to build-around non-av...
209399809fe66ace2a2ef5374fd480afd91c49b0 authored over 2 years ago279: Update bindgen requirement from 0.59 to 0.60 r=jdroenner a=dependabot[bot]
Updates the req...
921f2ac1e97fe6011afd2d0c291d02bea05ed5dd authored over 2 years agocc4dbb68b4f2f40d96216242a873e43876a26808 authored over 2 years ago
Co-authored-by: LaurenΘiu Nicola <[email protected]>
6f4fbea032bf5afa7b2477867c80a8e96ddd3c65 authored over 2 years agod1d392a180754b59172788edc90b8568af28a883 authored over 2 years ago
0ece521ab1a4f5b64a4733d0085102ceab69c212 authored over 2 years ago
f5e52fda9a5d18516e21087ff27c3e73963d53bc authored over 2 years ago
286: remove `PartialEq` from `GdalError` r=lnicola a=ChristianBeilschmidt
- [x] I agree to foll...
8cbf533d8c6c67d42988e7879795301af1b60d66 authored over 2 years ago023b12c629c2e0b4eb528a1bdaf876e4d3634f56 authored over 2 years ago
94464c69e8e89f8bd99cd42aa23f73d08e9753dc authored over 2 years ago
da08f2c7ecc121d902d53a4fc0f501c5908a99c9 authored over 2 years ago
7ae3f55f43dd3fe7bb316cc27bc4bc6efb4909a4 authored over 2 years ago
9ddbec30b0ae2d7eb6ef6ccd7e03b004d8c14e46 authored over 2 years ago
7daea8151e74156ee75251e417f1bde413ed0f4c authored over 2 years ago
0e6a8b6002d4101d9c0a068ce4eed322884db3a2 authored over 2 years ago
ec4e1c15476437d9de5579d041d219fc1b432f89 authored over 2 years ago
a6f7ff331a4b13e865908bb2096331012b5a6ae0 authored over 2 years ago
4b5ae85e440a4edd6c05252cb5ff091b25b7f267 authored over 2 years ago
2081af252f14f75163f92ad66282addf93b631cb authored over 2 years ago
377a3fa6d91593929a13b65631e04108cd4c27ce authored over 2 years ago
Use latest GDAL 3.5 pre-bindings for compiling for docs.
c4831c0798ccd06ecb7347b1493e64e57664b364 authored over 2 years ago488143b201e909ce7e2c430ca29674285ea424b6 authored over 2 years ago
Use dynamic code-gen to build-around non-availabiltiy of some packages.
e5746742c203288f9b3f1d9f624e18fbe59374ad authored over 2 years ago265: Deprecate Transaction::dataset{,_mut} in favour of Deref{,Mut} r=rmanoka,lnicola a=ttencate...
d640dd734e30de997ace613b650181b7c3187b53 authored over 2 years agoc6e569b181e7975d041a8b9d39788e5070ef4a59 authored over 2 years ago
278: Implement missing Feature::set_field_*_list funcs r=rmanoka a=ttencate
Also reuse field_id...
f1ca1c957b531f2802b5e6989307227def14ba03 authored over 2 years ago93231488199a3a1c9bc9a884073b3e0c4c5058ab authored over 2 years ago
Also reuse field_idx_from_name instead of duplicating it all over the
place.
264: Added wrapper for OGR_L_SetFeature r=rmanoka a=geohardtke
- [x] I agree to follow the proj...
674cfe935e9db6f0102d71cb2e31b063850f0f1a authored over 2 years ago277: Prebuilt bindings for GDAL 3.5 r=rmanoka a=MrMuetze
Hey π
Here is my attempt to provid...
69e77cca65aa8ff30df5491418c0f2d8d5a8294c authored over 2 years agothis should be a more robust approach
912e9df75708c9b8f83a0758320e7fa8070a7f80 authored over 2 years agoand removing the job for gdal 3.1
0ccbf4a12faa3e912e31c59e827a0439563c292a authored over 2 years ago8530e849659a924da8fb42effef8c3bd8ab3341e authored over 2 years ago
274: Ability to get owned reference to inner geometry. r=rmanoka a=metasim
- [x] I agree to fol...
af69b1d5f8833cf3739fbe271ddafab84cadec39 authored over 2 years ago
* 'fix/269' of github.com:metasim/gdal: (21 commits)
Fix formatting issues
use match for err...
655feb577aeb117bb66c56f955a46fe51d6599ee authored over 2 years ago
ee3a1cf5743a4207852c1a4d8dbb9f6c1c677a94 authored over 2 years ago
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the l...
a3e01f19303695170770bd47a3f175315fac10e8 authored over 2 years ago191987750e750ebdddd36097ffec18fe78967579 authored over 2 years ago
272: ENH: Add CoordTransform::transform_bounds() r=lnicola a=brendan-ward
- [x] I agree to foll...
fb6e260d46409cb5842c7c2f4978bb5d7bb2ebb0 authored over 2 years ago3ed047442608e29da355e5c4bbfd1c223de35edc authored over 2 years ago
79464ab02961e21ad8779825b8a24796f8e5e03b authored over 2 years ago
1ce3a5eda560bbf485199300190ba22c66bd0f82 authored over 2 years ago
251: Add functions to enumerate Drivers r=jdroenner,lnicola a=ttencate
- [x] I agree to follow ...
16230bd06003768c46bab5b4f0b966ff580bdeb8 authored over 2 years ago947e7e99c30db09aa49f18d988a6d16c148881f2 authored over 2 years ago
273: MDArray r=jdroenner a=ChristianBeilschmidt
- [X] I agree to follow the project's [code of ...
0173cf000328fdb9a75a161f59f1e3d4dfa579cd authored over 2 years agod6fdd6a89da232636d42976f89a744baa963b335 authored over 2 years ago
41228ffdba2230294d1ac237f3baa1f6cda6b213 authored over 2 years ago
e3217a18a18b3526c22a57f9e79bdc0ceef47e38 authored over 2 years ago
f6d5ad9bbc5e66842d82fe1479bd579e1ec764a5 authored over 2 years ago
246: Implement ColorTable struct r=ChristianBeilschmidt,lnicola a=Barugon
Implement a `ColorTab...
b700dc00ef29f11bb68c32458ba8a6eaa1b8d220 authored over 2 years ago73f5fcde2d039e2975c6f55392bf303781b6f740 authored over 2 years ago
commit 147809c573e3029703ba03b9753e67c64f6fd466
Merge: 6e63f0f b0ebd1d
Author: Barugon <barugon@...
8fc12923b9ee114cd36b0e7b74f624d734f525c9 authored over 2 years ago
257: Implement read_dir function and test r=lnicola a=Barugon
Implement a `gdal::vsi::read_dir`...
b0ebd1d58dce85b8a6173ca1a852a71e589fd680 authored over 2 years ago50dfac8b3ce67c04e3242e6acee5521984da56c7 authored over 2 years ago
f38ca446d2a78282b305e73d0bd87a0039838e59 authored over 2 years ago
0ae8d4f72253b6cfab5f74f98083aeadd22ae354 authored over 2 years ago
f7b0aa0cbae70fa634c9aeee616088bac3fa8830 authored over 2 years ago
45c765f46ff02a7cd172eca3b362834413bcac88 authored over 2 years ago
6a48b8db56c19e2e405a753a852d68c5b37d7889 authored over 2 years ago
758b5e78dfe3a210842df742b5ded8a4aa3c6a46 authored over 2 years ago
7731c159f86b302fe3109b73d28be7122fd58cad authored over 2 years ago
59e705f4cf20a82188e1aa9e19335e52e6fc87b1 authored over 2 years ago
cd727687ca1a267a629799de62591ab20b0ed0d9 authored over 2 years ago
5f081a3b3c630941bd64eea68b3ef3b4fad53f5b authored over 2 years ago
85dbbadf34b501f18b123f2d91ea772908c15909 authored over 2 years ago
f9a87b9f6e373f228c51f1b244337e0fd5eabcc2 authored over 2 years ago
ddc01fc15beca9d1e937b1bba96bab5c8d20f1a0 authored over 2 years ago
80da096de84c0461bba08a7c58476d11ac4112dc authored over 2 years ago
0d5f475d1eb0338698bc8aae720ceb47bf9dde85 authored over 2 years ago
20beacaf1da4ac88175df75cc02d65a3b37da507 authored over 2 years ago
5dc4d82ad95da5f7be110b2ee2a9638dadce783f authored over 2 years ago
2499b05af6acee84b01212ac611d90a6d4678941 authored over 2 years ago
7accadcc94d87cff0a87646624aeb5476dde9a76 authored over 2 years ago
359dc10cb19621cfd60af39b9123e33a52f366ee authored over 2 years ago
9061914a31d1447fa1ea36030179d2e36ee74e4a authored over 2 years ago
6e9c7c74eb4a53fbfb54f072dcdd3fa5ee5c278e authored over 2 years ago
271: Add wrapper for `GDALGetRasterUnitType` r=lnicola a=ChristianBeilschmidt
- [X] I agree to ...
d8aa19abb949e1c49abe984ccb9932661b2fa10e authored over 2 years agof747c817b3dc39d0e3803519f9c58052ae961c4c authored over 2 years ago
9990ed3923e0d0f5514ac5d7d97e807d37fca110 authored over 2 years ago
fec5ccc6233bb7820d83e1121c0d011dc5f65862 authored over 2 years ago
267: Mark `SpatialRef::from_c_obj` as unsafe r=jdroenner a=lnicola
- [x] I agree to follow the ...
8cb6e9253457ecbf29922214036cee78fc574232 authored almost 3 years agoa4327a9a2ec955a482cfa34a144dc65029dd417e authored almost 3 years ago
a4a5ad135b24c5bd2b8017ca47a29e1cf63b920b authored almost 3 years ago
263: Fix clippy and fmt errors r=lnicola a=geohardtke
- [xI agree to follow the project's [code...
492e0c8e3f14c26e0e3442e42a04c97c14ff627a authored almost 3 years agod6416622c01ff1ffb672204f244e8a818eb18626 authored almost 3 years ago
493104b796f6a6ce921de8d5ab7a55624a0bb957 authored almost 3 years ago
c78d42cc7971fd6f05df04cd210c15899c90e989 authored almost 3 years ago
238: Owned layers from a dataset that are `Send` r=jdroenner a=ChristianBeilschmidt
- [X] I agr...
6cb085ad86fe8721ee954a084c0f138fed352dfd authored almost 3 years agod1af00cb40e8d63475caa58a69cd7b1998c3b920 authored almost 3 years ago
254: Derive Clone for FieldValue r=lnicola a=ttencate
- [x] I agree to follow the project's [co...
0747fa6d05f993a878e792ba98770027fb99cf1d authored almost 3 years ago0423d690d1fe67299c3b448c3e59c9955241bffe authored almost 3 years ago
e052a969e17ea08cb368bad84ee282c9f37e5061 authored almost 3 years ago
b1afd7d1241e8eea68dab8d1451a616cc95be632 authored almost 3 years ago
23433c61f2e9a29c2f3948b021bb04fdcd2f2519 authored almost 3 years ago