iota2.sensors.sensors_container

This class manage sensor’s data by tile, providing services needed in whole IOTA² library

Classes

TypeVar(name, *constraints[, bound, ...])

Type variable.

landsat_5_old(tile_name, target_proj, ...)

The landsat 5 old class

landsat_8(tile_name, target_proj, all_tiles, ...)

Landsat 8 sensor

landsat_8_old(tile_name, target_proj, ...)

Landsat 8 old class

sensors_container(tile_name, working_dir, ...)

The sensors container class

sentinel_1(tile_name, image_directory, ...)

sentinel_1 class definition

sentinel_2(tile_name, target_proj, ...)

Sentinel-2 class definition

sentinel_2_l3a(tile_name, target_proj, ...)

The Sentinel_2_L3A class

sentinel_2_s2c(tile_name, target_proj, ...)

Sensor class for sentinel 2 Sen2cor images

user_features(tile_name, image_directory, ...)

user_feature class definition

Exceptions

configError(msg)

Exception raised for configuration errors in the configuration file (like incompatible parameters) IN : msg [string] : explanation of the error