Dan Baston
Dan Baston
### Feature description Many GDAL CLI options lack examples. Ideally, each non-trivial option could link to a corresponding example of its usage. ### Additional context Examples can either be hard-coded...
### Feature description Add a a user-focused, example-driven introduction to the project on gdal.org and [github.com/OSGeo/GDAL](http://github.com/OSGeo/GDAL), ala README of https://github.com/qgis/qgis ### Additional context _No response_
### Feature description I think it would be helpful to add a "cookbook" section to the docs where users can find answers to basic questions like: - How do I...
### Feature description The current documentation build process is not able to include SVG images. In ReadTheDocs builds, the images are simply omitted. In CMake builds, where warnings are treated...
### Feature description Some feedback from a colleague: When using the Python "utilities" API (`gdal.Warp`, `gdal.BuildVRT`) it is not always easy to know the mapping between Python argument names and...
### Feature description A common use of gdalbuildvrt is the creation of mosaics or stacks whose pixels values are equal to those of the underlying data at all locations. When...
### Feature description Many Python functions lack API documentation, e.g. the entire [multidimensional API](https://gdal.org/en/latest/api/python/mdim_api.html). Ideally, we'd have documentation and at least one example for each function (this was requested by...
### Feature description Python tutorial code does not use exceptions and relies on older idioms such as `ds = None` to write a raster. If exceptions are to become a...
As described in #13403 Marked as draft because I experimentally added `sphinx-collapse` and need to see its effect on the PDF version.
All other options use "CRS" rather than "SRS" so change this one for consistency.