mnp.preparation.read_rasters_from_cover

Module Contents

Functions

read_rasters_from_cover

Read the rasters from the given directory in the cover.

API

mnp.preparation.read_rasters_from_cover.read_rasters_from_cover(folder: str) dict[str:np.ndarray]

Read the rasters from the given directory in the cover.

folder_keystr

Key for a cover directory to read all rasters from.

rastersdict[str:np.ndarray]

Dictionary with raster name : numpy array. Name is taken from file name.