Even Rouault

Results 1301 comments of Even Rouault

The GetFeatureCount() method already takes into account attribute and spatial filters in the GPKG driver. If an attribute filter is set, GetFeatureCount() efficiency will depend on the existence of an...

I've tested this, and I observe that within a RSS dataset, the georeferencing of the HRV and non-HRV band is consistent (when displaying in QGIS for example). But it is...

> I can't see how to pass HRV: in if you manually specify HRV:full_path_name in Add Raster layer, that works. But you can also use gdal_translate HRV:.... out.tif (or to...

``` /home/travis/build/OSGeo/gdal/frmts/msgn/msgndataset.cpp: In static member function ‘static GDALDataset* MSGNDataset::Open(GDALOpenInfo*)’: /home/travis/build/OSGeo/gdal/frmts/msgn/msgndataset.cpp:597:11: error: declaration of ‘i’ shadows a previous local [-Werror=shadow] int i; ^ /home/travis/build/OSGeo/gdal/frmts/msgn/msgndataset.cpp:539:18: note: shadowed declaration is here unsigned int...

> An alternative would be to go the other direction and reference the python bindings (https://gdal.org/api/python_bindings.html) in the swig/python/README.rst. you meant having a mostly empty swig/python/README.rst just linking to the...