logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

test.raster3d.lib - Performs unit and integration tests for the raster3d library

Author

       Sören Gebbert

Description

test.raster3d.lib  is  a  module dedicated for testing the raster 3d library functionality and to perform
       benchmark runs.  This module is used by the testing framework to perform library tests.

Keywords

       raster3d, unit test

Name

test.raster3d.lib  - Performs unit and integration tests for the raster3d library

Source Code

       Available at: test.raster3d.lib source code (history)

       Accessed: Friday Apr 04 01:18:12 2025

       Main index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                            test.raster3d.lib(1grass)

Synopsis

test.raster3d.libtest.raster3d.lib--helptest.raster3d.lib    [-ul]     [unit=string]      [depths=integer]      [rows=integer]     [cols=integer]
       [tile_size=integer]   [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-u
           Run all unit tests

       -l
           Switch zip compression on

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:unit=string
           Choose the unit tests to run
           Options: coord,putget,largedepths=integer
           The number of depths to be used for the large file put/get value test
           Default: 20rows=integer
           The number of rows to be used for the large file put/get value test
           Default: 5400cols=integer
           The number of columns to be used for the large file put/get value test
           Default: 10800tile_size=integer
           The tile size in kilo bytes to be used for the large file put/get value test. Set the  tile  size  to
           2048 and the number of row*cols*depths > 130000 to reproduce the tile rle error.
           Default: 32

See Also