iota2.configuration_files.sections.sensors_sections
Definitions of the parameters corresponding to all the sensors sections of the configuration file
Classes
|
Iota2 parameter section base class. |
|
Parameters of the section 'Landsat5_old'. |
|
Parameters of the section 'Landsat8_old'. |
|
Parameters of the section 'Landsat8'. |
|
Parameters of the section 'Landsat8_usgs_infrared'. |
|
Parameters of the section 'Landsat8_usgs_optical'. |
|
Parameters of the section 'Landsat8_usgs'. |
|
Parameters of the section 'Landsat8_usgs_thermal'. |
|
Parameters of the section 'Sentinel_2_L3A'. |
|
Parameters of the section 'Sentinel_2_S2C'. |
|
Parameters of the section 'Sentinel_2'. |
|
Parameters of the section 'userFeat'. |
Exceptions
|
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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features:
- 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
-
additional_features: