decimation_test

./vector/v.in.lidar – decimation_test

Test failed

Testdecimation_test
Testsuite./vector/v.in.lidar
Test file./vector/v.in.lidar/testsuite/decimation_test.py
StatusFAILED
Return code1
Number of tests11
Successful tests0
Failed tests11
Percent successful0%
Test duration0:00:02.274850

Supplementary files

Standard error output (stderr)

... (lines omitted)
See the following errors:
ERROR: Projection of dataset does not appear to match current location.

GRASS LOCATION PROJ_UNITS is:
unit: metre
units: metres
meters: 1

Import dataset PROJ_UNITS is:
unit: meter
units: meters
meters: 1

In case of no significant differences in the projection definitions, use the -o flag to ignore them and use current location definition.
Consider generating a new location with 'location' parameter from input data set.



======================================================================
FAIL: test_offset_preserve (__main__.TestCountBasedDecimation)
Test to see if the outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.lidar/testsuite/decimation_test.py", line 133, in test_offset_preserve
    offset=105, preserve=10)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <v.in.lidar> module ended with non-zero return code (1)
Called: v.in_lidar(input='vinlidar_decimation_points.las', output='vinlidar_decimation_imported', mask_layer='1', preserve=10, offset=105, flags=u'tb')
See the following errors:
ERROR: Projection of dataset does not appear to match current location.

GRASS LOCATION PROJ_UNITS is:
unit: metre
units: metres
meters: 1

Import dataset PROJ_UNITS is:
unit: meter
units: meters
meters: 1

In case of no significant differences in the projection definitions, use the -o flag to ignore them and use current location definition.
Consider generating a new location with 'location' parameter from input data set.



----------------------------------------------------------------------
Ran 11 tests in 1.518s
FAILED (failures=11)