iota2.configuration_files.sections.sensors_sections

Definitions of the parameters corresponding to all the sensors sections of the configuration file

Classes

Iota2ParamSection(*args, **kwargs)

Iota2 parameter section base class.

Landsat5OldSection(*args, **kwargs)

Parameters of the section 'Landsat5_old'.

Landsat8OldSection(*args, **kwargs)

Parameters of the section 'Landsat8_old'.

Landsat8Section(*args, **kwargs)

Parameters of the section 'Landsat8'.

Landsat8USGSInfraredSection(*args, **kwargs)

Parameters of the section 'Landsat8_usgs_infrared'.

Landsat8USGSOpticalSection(*args, **kwargs)

Parameters of the section 'Landsat8_usgs_optical'.

Landsat8USGSSection(*args, **kwargs)

Parameters of the section 'Landsat8_usgs'.

Landsat8USGSThermalSection(*args, **kwargs)

Parameters of the section 'Landsat8_usgs_thermal'.

Sentinel2L3ASection(*args, **kwargs)

Parameters of the section 'Sentinel_2_L3A'.

Sentinel2S2CSection(*args, **kwargs)

Parameters of the section 'Sentinel_2_S2C'.

Sentinel2TheiaSection(*args, **kwargs)

Parameters of the section 'Sentinel_2'.

UserFeatSection(*args, **kwargs)

Parameters of the section 'userFeat'.

Exceptions

ConfigError(msg[, blinking])

Throws exceptions related to i2 config file.

class iota2.configuration_files.sections.sensors_sections.Landsat5OldSection(*args, **kwargs)[source]

Parameters of the section ‘Landsat5_old’.

additional_features: str = ''
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7']
section_name: ClassVar[str] = 'Landsat5_old'
start_date: str = ''
temporal_resolution: int = 10
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Landsat8OldSection(*args, **kwargs)[source]

Parameters of the section ‘Landsat8_old’.

additional_features: str = ''
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7']
section_name: ClassVar[str] = 'Landsat8_old'
start_date: str = ''
temporal_resolution: int = 10
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Landsat8Section(*args, **kwargs)[source]

Parameters of the section ‘Landsat8’.

additional_features: str = ''
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7']
section_name: ClassVar[str] = 'Landsat8'
start_date: str = ''
temporal_resolution: int = 16
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Landsat8USGSInfraredSection(*args, **kwargs)[source]

Parameters of the section ‘Landsat8_usgs_infrared’.

additional_features: str = ''
enable_sensor_gapfilling: bool = False
end_date: str = ''
keep_bands: list[str] = ['B10', 'B11']
section_name: ClassVar[str] = 'Landsat8_usgs_infrared'
start_date: str = ''
temporal_resolution: int = 16
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Landsat8USGSOpticalSection(*args, **kwargs)[source]

Parameters of the section ‘Landsat8_usgs_optical’.

additional_features: str = ''
enable_sensor_gapfilling: bool = True
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7']
section_name: ClassVar[str] = 'Landsat8_usgs_optical'
start_date: str = ''
temporal_resolution: int = 16
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Landsat8USGSSection(*args, **kwargs)[source]

Parameters of the section ‘Landsat8_usgs’.

additional_features: str = ''
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7', 'B8', 'B9', 'B10']
section_name: ClassVar[str] = 'Landsat8_usgs'
start_date: str = ''
temporal_resolution: int = 16
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Landsat8USGSThermalSection(*args, **kwargs)[source]

Parameters of the section ‘Landsat8_usgs_thermal’.

additional_features: str = ''
enable_sensor_gapfilling: bool = False
end_date: str = ''
keep_bands: list[str] = ['B10', 'EMIS']
section_name: ClassVar[str] = 'Landsat8_usgs_thermal'
start_date: str = ''
temporal_resolution: int = 16
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Sentinel2L3ASection(*args, **kwargs)[source]

Parameters of the section ‘Sentinel_2_L3A’.

additional_features: str = ''
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7']
section_name: ClassVar[str] = 'Sentinel_2_L3A'
start_date: str = ''
temporal_resolution: int = 10
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Sentinel2S2CSection(*args, **kwargs)[source]

Parameters of the section ‘Sentinel_2_S2C’.

additional_features: str = ''
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7']
section_name: ClassVar[str] = 'Sentinel_2_S2C'
start_date: str = ''
temporal_resolution: int = 10
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.Sentinel2TheiaSection(*args, **kwargs)[source]

Parameters of the section ‘Sentinel_2’.

additional_features: str = ''
end_date: str = ''
keep_bands: list[str] = ['B1', 'B2', 'B3', 'B4', 'B5', 'B6', 'B7']
section_name: ClassVar[str] = 'Sentinel_2'
start_date: str = ''
temporal_resolution: int = 10
write_reproject_resampled_input_dates_stack: bool = True
class iota2.configuration_files.sections.sensors_sections.UserFeatSection(*args, **kwargs)[source]

Parameters of the section ‘userFeat’.

adaptive_lr_forbidden_values()

Check forbidden char.

arbo: str = '/*'
patterns: str = 'ALT,ASP,SLP'
section_name: ClassVar[str] = 'userFeat'