read_exposure_geoms

GeomModel.read_exposure_geoms(paths=None, **kwargs)

Read the exposure geometries.

If no path is provided the method tries to infer it from the model configurations.

Parameters

Name Type Description Default
paths List[Path] A list of paths to the vector files. None
kwargs dict Keyword arguments for reading. These are passed into open_geom after which into GeomSource/ {}
Back to top