createLandscapeGPKG: createLandscapeGPKG
Description
Creates a GPKG file from a sf object
Usage
createLandscapeGPKG(landscape, outputfile)
Value
the outputfile name (full path)
Arguments
- landscape
a sf object
- outputfile
GPKG output file name
Details
Generates a GPKG file with two layouts.
One layout called "croptypeID" containing the croptypes ID for every year.
One another layout called "area" containing the area of every polygon.