<div dir="ltr"><div><div><div>I'm trying to work with a tool that, in one of its functions, uses a set of _gdal methods regarding pointers (e.g. ptrcreate, ptradd, ptrvalue, etc.), but when I try to import the function it returns me:<br><br></div><div style="margin-left:40px">AttributeError: 'module' object has no attribute 'ptrcreate'<br></div><br></div>Doing a dir(_gdal) returns me a huge list of methods, but none of the pointer ones. Is this a problem with my python bindings?<br><br></div>(gdal version 2.2.1 64-bits for Windows)<br></div>