Even Rouault

Results 1295 comments of Even Rouault

I don't have GMT at hand. Can you attach a (as small as possible) GeoTIFF/netCDF that can reproduce the issue?

> Can you provide some detail on how **arrow_c_stream** would actually be used here? Does it need to be exposed to python, or is this purely for use by c++...

> The (maybe) "easy" (easier?) path would be great to expose too, which would be the case where the layer exposes a method to iterate over arrow batches directly (notably:...

you might want to "pip install pyarrow" at https://github.com/qgis/QGIS/blob/master/.docker/qgis3-ubuntu-qt6-build-deps.dockerfile#L107 and "dnf install python3-pyarrow" at https://github.com/qgis/QGIS/blob/master/.docker/qgis3-fedora-qt6-build-deps.dockerfile#L120

> QgsAbstractFeatureIteratorFromSourceQgsVectorLayerFeatureSourceBase maybe try to ``#include "qgsvectorlayer.h`` in "qgsarrowiterator.h". It is currently missing, so strictly speaking the .h isn't "standalone", which might confuse SIP I've restarted the PostgreSQL job (we...

@paleolimbot I would assume that the .sip.in file should have been modified by the inclusion of the header and should be committed to take effect

> and nothing happened hum I believe I was confused. SIP working is still dark magic to me. Let's see if the build is happier...

> I tried 30 -> 28 🤞 looks like that did it. You just need to refresh the .sip.in files from the changes done in the .h (btw, did you...

> looks like that did it. I was speaking too fast. That fixed the ogc build, but that broke the Windows one