Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ERROR

Negative values for basal area and basal area factor in basal area table.

ANSWER

ACTION / FIX

TEST

select * from basal_area where basal_area_factor < 0

ERROR

text in slope and aspect columns

ANSWER

ACTION / FIX

get rid of strings, get rid of non-numeric charcacters (e.g, °)

TEST

expect_numeric(site_location$slope & site_location$aspect) == TRUE

In table soil_characterisation the column mottles_colour is not linked to the look-up table lut_mottle_colour.

...