Creates an lulc_data_t table and validates that it matches the schema.
Usage
as_lulc_data_t(x)
# S3 method for class 'lulc_data_t'
print(x, nrow = 10, ...)Arguments
- x
An object that can be passed to
data.table::setDT()- nrow
- ...
passed to data.table::print.data.table
Value
A data.table of class "lulc_data_t" with columns:
id_coord: Foreign key to coords_tid_lulc: Foreign key to lulc_meta_tid_period: Foreign key to periods_t
Methods (by generic)
print(lulc_data_t): Print an lulc_data_t object, passing params to data.table print
See also
evoland_db method $lulc_data_as_rast() for converting to terra SpatRast