Re: [gdal-dev] Adding more stuff to Python bindings

2017-03-01 Thread Even Rouault
On mercredi 1 mars 2017 19:56:30 CET Alexander Bruy wrote: > nly > in C API. Are there any instructions about how to proceed? As I > understand, I need to add function declaration to the > swing/include/Operations.i Yes, in Operations.i, for things that are typically in gdal_alg.h . For other st

[gdal-dev] Adding more stuff to Python bindings

2017-03-01 Thread Alexander Bruy
Hi devs, I want to add to Python bindings some functions which currently are available only in C API. Are there any instructions about how to proceed? As I understand, I need to add function declaration to the swing/include/Operations.i and also add missed type definitions somewhere. Is this corre