Driver#

class hgrs.driver.Driver(satellite='enmap')[source]#

Bases: object

read_l1c_prisma(l1c_path: str, reflectance_unit=False, drop_vars=False)[source]#

Load PRISMA L1C data into xarray rasters :param l1c_path: absolute path to the .h5 prisma file :param reflectance_unit: to convert from TOA radiance to TOA reflectance :param drop_vars: if True remove the radiance raster to keep reflectance only :return:

read_l2c_prisma(l2c_path: str)[source]#

Load PRISMA L2C data (including observation angles) into xarray rasters :param l2c_path: absolute path to the .h5 prisma file :return: