windkit.read_elevation_map

windkit.read_elevation_map(filename, crs=None, **kwargs)[source]

Read elevation map from 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:
Returns:

elevation_map object

Return type:

xarray.DataArray, gpd.GeoDataFrame