Robert Denham

Results 6 issues of Robert Denham

**Is your feature request related to a problem? Please describe.** I'd like to be able to run snakemake using kubernetes, and also use singularity in some of the jobs. Currently,...

enhancement

When you open an image using `gw.config.update(refbounds=bound)`, any nodata values in the source data are converted to 0's. Here is a reproducible example: ```python # create a dummy raster with...

bug

**Describe the bug** If you set a codios slide to speed 10, when you go to the next slide, the codios output remains visible. **Steps to reproduce the bug** Steps...

bug

The function `src_sql` consists of ```r function (subclass, con, ...) { lifecycle::deprecate_stop(when = "1.4.0", what = "src_sql()", always = TRUE) } ``` but `lifecycle::deprecate_stop` doesn't have the `always` argument, that...

I still have a colleague who uses levmar, but I'd like to upgrade it to work with newer versions of python and numpy. I've modified the structure so it uses...

## What is this PR changing? Transition to meson as the build backend Our team is switching to meson as the build backend for all python projects that include compiled...

enhancement