georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
321 stars 30 forks source link

expose feature for gdal with bindgen #190

Closed michaelkirk closed 5 months ago

michaelkirk commented 5 months ago

This is necessary for linking against gdal versions whose bindings aren't yet included in gdal-sys, which is common when using a newly released gdal.

Also removed redundant gdal-sys dependency - gdal already includes that, and geozero doesn't use it directly.

edit: note this won't pass CI until #189 is merged update: rebased!

nyurik commented 5 months ago

thx, feel free to merge