Skip to content

issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:HTML language:Java

Filter by

6.3M results  (337 ms)

6.3M results

Problem _process_numpy_linesweep in xrspatial/proximity.py is an @ngjit function defined inside _process. Each call to proximity() runs the def again, which creates a new function object and a new numba ...
bug
performance

reproject() has five execution paths: in-memory numpy, in-memory cupy, dask, dask+cupy, and a streaming fallback that kicks in when the source is over 512 MB and dask can t be imported. The first four ...
enhancement
tests

Problem checkTddCodeContract in plugins/work/skills/split-in-tasks/lib/lint-type-ac-consistency.js uses filesInScope.some(isTestFilePath) which only matches literal *.test.* / *.spec.* paths. Scope entries ...

Describe the bug _apply_eager_nodata_mask in xrspatial/geotiff/_attrs.py promotes integer buffers to float64 and then compares against the sentinel: arr = arr.astype(np.float64) mask = arr == np.float64(nodata_int) ...
bug

The five vertical-datum functions in xrspatial/reproject/_vertical.py describe their return value as same type as input , which is wrong for most input types. geoid_height (lines 203-258) accepts float, ...
bug
documentation
sweep-api-consistency

Describe the bug _reproject_dask builds its map_blocks template with the source s integer dtype (#2505), but the empty-chunk returns are hardcoded to float64: - _reproject_chunk_numpy: the non-finite, ...
bug

reproject() documents and supports all four backends (numpy, cupy, dask+numpy, dask+cupy). Its sibling merge() crashes on cupy-backed inputs: import numpy as np, xarray as xr, cupy as cp from xrspatial.reproject ...
backend-coverage
bug
gpu
sweep-api-consistency

Describe the bug #2651 disabled the numba fast path when either CRS uses a non-WGS84 datum: the projection kernels run in WGS84, so skipping the datum shift returned corrupt coordinates. That fix gated ...
bug
gpu

Description reproject() falls back to _reproject_streaming() when the input is an in-memory numpy array over 512 MB and dask is not installed (dask is an optional dependency, so a plain pip install xarray-spatial ...
backend-coverage
bug

Describe the bug Three docstring problems in xrspatial/proximity.py, all user-facing: 1. All three public functions claim support NumPy backed, and Dask with NumPy backed xarray DataArray only. The ...
bug
documentation
severity:medium
sweep-api-consistency
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.