issues Search Results · language:Dune language:Python language:Java language:JavaScript language:TypeScript linked:pr
Filter by
9.3M results
Parent bounty: #743 Related report: #6057
Problem
GET /api/search performs a global search without requiring a bearer token. Anonymous callers can query application data
through the search surface.
...
The rasterize backends make two full-output-size allocations that serve no purpose:
1. Every backend returns through astype(dtype), which copies the float64 work buffer even when dtype is already
...
enhancement
performance
Problem
_reproject_chunk_numpy (xrspatial/reproject/init.py) calls try_numba_transform to check for a numba fast path. When the
CRS pair has no fast path the call returns None and the worker falls back ...
dask
enhancement
performance
severity:medium
sweep-performance
Test-coverage sweep pass 5 over xrspatial/rasterize.py (2026-06-09). Two parameter-coverage gaps, both MEDIUM.
1. all_touched=True is tested only with polygon input (rasterio parity in
test_rasterize_all_touched_supercover_2169.py, ...
severity:medium
sweep-test-coverage
tests
🎨 Implementação de Plugin: Correção Gama
Descrição
Adicionar um plugin de Correção Gama ao menu Pixels (operações pontuais).
A correção gama é um ajuste tonal não-linear clássico em processamento de ...
Describe the bug
_extract_scale_offset (xrspatial/geotiff/_attrs.py) rejects SCALE/OFFSET values that don t parse as floats (#2992), but
accepts values that parse and can t be honoured: SCALE= 0 , SCALE= ...
bug
geotiff
input-validation
severity:medium
sweep-security
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

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 IssuesProTip! Restrict your search to the title by using the in:title qualifier.