Learn R Programming

landsepi (version 1.1.1)

createLandscapeGPKG: createLandscapeGPKG

Description

Creates a GPKG file from a sf object

Usage

createLandscapeGPKG(landscape, outputfile)

Arguments

landscape

a sf object

outputfile

GPKG output file name

Value

the outputfile name (full path)

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.