[gdal-dev] How to wrap a C++ library using GDAL in a Python library?

Mateusz Loskot mateusz at loskot.net
Wed Dec 9 00:33:39 PST 2020


On Tue, 8 Dec 2020 at 23:16, Sean Gillies <sean.gillies at gmail.com> wrote:
>
> The state of the art for very thin Python bindings for a C++ project seems to be pybind11. It's used for numpy's FFT module, based on pocketfft.

My observations are similar to that and pybind11 is the currently
popular solution.

I personally like to stick to vanilla Python API though, not easy, but
not a terrible experience either.

> If some of you are surprised to see me post again on this thread, it's because my sean at mapbox.com address is getting marked as spam.

FYI, your messages from that address always landed in my GMaill inbox
marked as spam.
That actually is the case for every message from @mapbox.com (e.g.
from OSRM folks).

Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net


More information about the gdal-dev mailing list