We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0cb75 commit 77aacb4Copy full SHA for 77aacb4
2 files changed
CHANGELOG.md
@@ -2,8 +2,8 @@
2
3
### Fixed
4
5
-- Add tolerance when comparing grid extent float values in the function
6
- `remove_points_outside_grid_extents` to prevent inaccurate spatial subset
+- Add tolerance when comparing grid extent float values in the function
+ `remove_points_outside_grid_extents` to prevent inaccurate spatial subset
7
results.
8
9
## [v1.1.15] - 2025-10-24
hoss/projection_utilities.py
@@ -555,7 +555,7 @@ def remove_points_outside_grid_extents(
555
556
"""
557
tolerance = 1e-9
558
-
+
559
mask = np.logical_and.reduce(
560
[
561
np.logical_or(
0 commit comments