Re: [gdal-dev] Python bindings for a GDAL dependent library

2020-06-25 Thread Idan Miara
Hi, Thanks for your reply! Say I am implementing some raster processing algorithm in c++ (thus using gdal c api to load the input and to create an output ds) and want to write python code that takes the result and post process it (say use gdal_calc.py to combine some results of that function). I w

Re: [gdal-dev] Python bindings for a GDAL dependent library

2020-06-25 Thread Andrew Bell
On Thu, Jun 25, 2020 at 2:40 PM Idan Miara wrote: > Hi all, > > I am writing a C++ library with a C API that links to GDAL dynamically > with LoadLibrary. > I would like to access the C API via Python and I have a few questions. > > Currently the library compiled with MSVC and I was able to acces

[gdal-dev] Python bindings for a GDAL dependent library

2020-06-25 Thread Idan Miara
Hi all, I am writing a C++ library with a C API that links to GDAL dynamically with LoadLibrary. I would like to access the C API via Python and I have a few questions. Currently the library compiled with MSVC and I was able to access some functions from python via SWIG but I didn't try to pass G