pywasp.wasp.TopographyMap.load#

classmethod TopographyMap.load(filename)[source]#

Load a TopographyMap from a zip file.

In the zipfile, roughness/landcover maps are saved as a GeoDataFrame, elevation maps are saved as a GeoDataFrame or a netcdf file depending on the type of map. The landcover table is saved as a json file.

Parameters:

filename (str, Path) – Name of the zip file to load from

Returns:

TopographyMap