eumap.mapper.PredictionStrategyType

class PredictionStrategyType(value)[source]

Bases: enum.Enum

Strategy to read multiple raster files during the prediction

Attributes

Lazy

Load one year while predict other.

Eager

First load all years, then predict all.

Eager = 2

First load all years, then predict all.

Lazy = 1

Load one year while predict other.