Skip to content

Add GDALViewshedGenerate binding #463

Add GDALViewshedGenerate binding

Add GDALViewshedGenerate binding #463

Triggered via pull request February 15, 2025 10:39
Status Success
Total duration 2m 15s
Artifacts

ubuntu.yml

on: pull_request
Matrix: install-gdal
Matrix: ubuntu
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Go 1.23 + GDAL release/3.10 test: godal_test.go#L4656
Error return value of `gridDs.Read` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L4669
Error return value of `nbDs.Read` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L4728
Error return value of `gridDs.Read` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L4741
Error return value of `nbDs.Read` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L4827
Error return value of `gridDs.Read` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L4843
Error return value of `nbDs.Read` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L5255
Error return value of `gridDs.SetProjection` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L5390
Error return value of `gridDs.SetProjection` is not checked (errcheck)
Go 1.23 + GDAL release/3.10 test: godal_test.go#L3854
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
Go 1.23 + GDAL release/3.10 test
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.