windkit.roughness_map.read_roughness_map
- windkit.roughness_map.read_roughness_map(filename, crs=None, **kwargs)[source]
Reads file into a roughness map.
- Parameters:
filename (str or pathlib.Path) – Path to file
crs (int, dict, str or pyproj.crs.CRS) – Value to initialize
pyproj.crs.CRS
(Default: read from file)**kwargs (dict) – Additonal keyword arguments passed to reader.
- Returns:
xarray.DataArray – rougness_map object
LandCoverTable – LandCoverTable optional.