windkit.elevation_map_to_file

windkit.elevation_map_to_file(elevation_map, filename, **kwargs)[source]

Write elevation 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: