Robert Coup
Robert Coup
Add a build option to enable building shared/libpython-enabled Python. Helps a number of use-cases (eg: #1149 #793 #255 #30). In mine, using PyInstaller for creating a works-on-many-linux distribution. Obviously as...
Debugging pods [by creating a copy](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/#debugging-using-a-copy-of-the-pod) (specifically changing the container image or the running command) can lead to the pod being restarted via liveness & startup health check failures. eg:...
**What would you like to be added**: When debugging by adding a container to a pod, having the ability to match volume mounts with the target container. Specifically: * [Adding...
**What would you like to be added**: Support for rollouts for deployments, statefulsets, and daemonsets. A minimal implementation could be additional context/kebab menu items for deployments/etc with restart; pause; resume;...
As discussed in [Trac #5006](https://trac.osgeo.org/postgis/ticket/5006), add the ability to use a specific PROJ conversion pipeline instead of the automatically selected one via `ST_Transform()` (`proj_crs_to_crs()`). Thanks to @rouault for all his...
## Description Add CMake support for the cli helper on Unix. Add a new CMake option `USE_HELPER`, since during dev often we won't want the helper working automatically since code...
The native code for GEOS & Spatialite takes ages to build :sleeping: [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) makes it relatively straightforward to package binaries, which could make it easier for users on standard-ish platforms...
## Expected behavior and actual behavior. In 2023, I'd hope everyone using the Python bindings is automatically doing: ```python from osgeo import gdal gdal.UseExceptions() # ... everything else... ``` But...
Use case: 1. get a user id when the request is initially parsed (eg. from an `Authorization` header), and call `scope.set_user({'http-username': 'bob'})` 2. later during request processing, get some more...
Proof of concept generating a [Virtual Point Cloud (VPC)](https://www.lutraconsulting.co.uk/blog/2023/06/08/virtual-point-clouds/) file for datasets based on tiles present in the current working copy. The VPC can be opened in eg: QGIS rather...