Even Rouault
Even Rouault
ah I see that in the process, this lost your git authorship... Fixed with ``git commit --amend --author="Andrew Bell "``
> I just do squash merges. Is the other way better? no, perhaps I could have done it through squash merges to generate a single commit, but here I wanted...
@sendreams This might be a bit tricky to handle on OGR side. We'll probably have to prefix the layer name with the feature dataset name to build uniqueness. Anyway to...
Actually, you can get it with ogrinfo. Feature datasets are modeled as groups: ``` $ ogrinfo autotest/ogr/data/filegdb/featuredataset.gdb INFO: Open of `autotest/ogr/data/filegdb/featuredataset.gdb' using driver `OpenFileGDB' successful. Layer: standalone (Point) Group fd1:...
Wondering if we shouldn't investigate on using a "standard" argument parser that would provide all the convenient logic, such as erroring out if provided multiple arguments when this is not...
Check of single -sql instance is now effective in ogrinfo, ogr2ogr and gdal_grid which have been converted to the argparse framework. Still remaining gdal_rasterize
Please attach a small input file demonstrating the issue
Perhaps ``int* xTerrainIntersection, int *yTerrainIntersection`` (and in that x,y order for consistency). I believe it would be desirable if that was always the first point when going from A to...
It would be good to have this in place at the latest for mid-April to be ready for 3.9.0. At the very least, add the new parameters in the function...
The parameters were added in the function signature in https://github.com/OSGeo/gdal/pull/9585. There's just the implementation missing