georust / gdal

Rust bindings for GDAL
https://crates.io/crates/gdal
MIT License
339 stars 92 forks source link

Expansion of Warp API bindings #508

Open metasim opened 6 months ago

metasim commented 6 months ago
lnicola commented 6 months ago

Looks pretty good, but I only checked the first two commits.

lnicola commented 6 months ago

I do wonder, though, if we shouldn't go straight for GDALWarp. It's not that much harder to use, and I think that mailing list reply suggested that it's the most powerful API.

metasim commented 6 months ago

I do wonder, though, if we shouldn't go straight for GDALWarp. It's not that much harder to use, and I think that mailing list reply suggested that it's the most powerful API.

Good point. I'll research. At first glance it looked like it required a bunch more work, but maybe I jumped to conclusions there.

lnicola commented 6 months ago

It's a lot of work to write the bindings for, it's similar to gdaldem.