windkit.landcover_map_to_file

windkit.landcover_map_to_file(landcover_map, filename, **kwargs)[source]

Write landcover map to file.

The file can be either a raster file or a vector file.

If the file is a raster file, the following formats are supported:

“grd” and “tif” (geoTIFF).

If the file is a vector file, the following formats are supported:

“gpkg”, “gml”, “map”, “tmp”, “zip”, “ZipExtFile”

Parameters: