Skip to content

added viewshed, hillshade, and mesh to rtxpy instead of just having them in examples #76

added viewshed, hillshade, and mesh to rtxpy instead of just having them in examples

added viewshed, hillshade, and mesh to rtxpy instead of just having them in examples #76

Triggered via pull request January 28, 2026 18:40
Status Success
Total duration 27s
Artifacts

test.yml

on: pull_request
Lint & Import Check
23s
Lint & Import Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): rtxpy/mesh.py#L15
rtxpy/mesh.py:15:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): rtxpy/hillshade.py#L24
rtxpy/hillshade.py:24:73: F401 `._cuda_utils.float3` imported but unused
Ruff (I001): rtxpy/hillshade.py#L15
rtxpy/hillshade.py:15:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): rtxpy/_cuda_utils.py#L8
rtxpy/_cuda_utils.py:8:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): rtxpy/__init__.py#L4
rtxpy/__init__.py:4:15: F401 `.hillshade` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): rtxpy/__init__.py#L3
rtxpy/__init__.py:3:15: F401 `.viewshed` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): rtxpy/__init__.py#L2
rtxpy/__init__.py:2:15: F401 `.mesh` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): rtxpy/__init__.py#L1
rtxpy/__init__.py:1:23: F401 `.rtx.has_cupy` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): rtxpy/__init__.py#L1
rtxpy/__init__.py:1:18: F401 `.rtx.RTX` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (I001): rtxpy/__init__.py#L1
rtxpy/__init__.py:1:1: I001 Import block is un-sorted or un-formatted