Ryan Grout

Results 35 issues of Ryan Grout

Avoid reading potentially large rasters in rio clip by chunking the read operations. Added a test to for the basic functionality of clip to ensure the content of the clipped...

This PR changes the return type of `xy()` and `rowcol()` to be numpy arrays instead of coercing to Python lists. These functions now use numpy internally to make the computation...

@sgillies This PR is an attempt to resolve #3111. Before, two windows intersect if they had any common interior point. This changes that definition to mean that two windows intersect...

This issue is intended to track the discussion regarding the effort to make bounds less ambiguous. Bits and pieces of this discussion have been spread across several threads and I...

Why is a hardcoded epsilon being used instead of using the global epsilon value?