You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace non-ASCII symbols with plain ASCII equivalents
Replace em dashes, Unicode arrows, multiplication signs, and degree
symbols across docs and source with contextually appropriate ASCII:
colons for definition lists, commas/periods for clause breaks, -> for
arrows, x for multiplication, deg for degrees. Box-drawing chars in
display.py and docs example output are intentional and kept as-is.
-`label`: scalar or tensor label from a metadata column, when `label_field` is set. TorchGeo's collate functions handle arbitrary keys, so this passes through `stack_samples` and `concat_samples` without issue.
34
46
35
47
Rasteret's low-level read APIs return a `valid_mask` for ML-safe workflows, but it
36
48
is intentionally **not** included in TorchGeo samples by default to preserve
0 commit comments