iota2.sensors.SAR.S1Processor

Functions

SAR_floatToInt(filterApplication, nb_bands, ...)

transform float SAR values to integer

concatenate_dates(rasterList)

from a list of raster, find raster to concatenates (same acquisition date)

generate_border_mask(data_img, out_mask[, ...])

get_orbit_direction(manifest)

get_platform_from_s1_raster(PathToRaster)

get_sar_dates(rasterList)

launch_sar_reprojection(rasterList[, ...])

must be use with multiprocessing.Pool

s1_preprocess(cfg, process_tile[, ...])

IN cfg [string] : path to a configuration file process_tile [list] : list of tiles to be processed workingDirectory [string] : path to a working directory

split_by_mode(rasterList)

writeOutputRaster(OTB_App[, overwrite, ...])

Classes

Sentinel1PreProcess(configFile)

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.