You are looking the documentation of a development version. The release version is available at master.

i2_features_to_grid

builders

Name

Default Value

Description

Type

Mandatory

Name

builders_class_name

[‘i2_classification’]

The name of the class defining the builder

list

False

builders_class_name

builders_paths

/path/to/iota2/sources

The path to user builders

str

False

builders_paths

Notes

builders_class_name

Available builders are : ‘i2_classification’, ‘i2_features_map’, ‘i2_obia’ and ‘i2_vectorization’

builders_paths

If not indicated, the iota2 source directory is used: */iota2/sequence_builders/

chain

Name

Default Value

Description

Type

Mandatory

Name

features_path

None

input directory containing features as rasters

str

False

features_path

from_rasterdb_resampling_method

nn

output features type choice among gdalwarp.html#cmdoption-gdalwarp-r. Enabled if chain.rasters_grid_path is set

str

False

from_rasterdb_resampling_method

from_vectordb_resampling_method

near

output features type choice among gdalwarp.html#cmdoption-gdalwarp-r. Enabled if chain.grid is set

str

False

from_vectordb_resampling_method

grid

None

input grid to fit

str

False

grid

list_tile

None

List of tile to process, separated by space

str

True

list_tile

out_worldclim_dtype

float32

output worlclim data type, ie : ‘uint16’, ‘float32’.

np.dtype

False

out_worldclim_dtype

out_worldclim_rescale_range

None

rescale worldclim data between 0 and max(np.dtype) at run time for RAM usage purpose.

np.dtype

False

out_worldclim_rescale_range

output_features_pix_type

float

output features type choice among uint8/uint16/int16/uint32/int32/float/double.

str

False

output_features_pix_type

output_path

None

Absolute path to the output directory

str

True

output_path

rasters_grid_path

None

input grid to fit

str

False

rasters_grid_path

resampling_bco_radius

2

otb radius for bicubic interpolation.

int

False

resampling_bco_radius

s1_dir

None

Sentinel1 data directory

str

False

s1_dir

s2_path

None

Absolute path to Sentinel-2 images (THEIA format)

str

False

s2_path

spatial_resolution

[]

Output spatial resolution

list or scalar

True

spatial_resolution

srtm_path

None

Path to a directory containing srtm data

str

False

srtm_path

tile_field

None

column name in ‘grid’ containing tile’s name.

str

False

tile_field

worldclim_path

None

Path to a directory containing world clim data

str

False

worldclim_path

Notes

output_path

Absolute path to the output directory.It is recommended to have one directory per run of the chain

rasters_grid_path

all rasters must be in the same directory and must be named by tile ie : ‘T31TCJ.tif’

resampling_bco_radius

otb radius for bicubic interpolation. Enabled if ‘nn’ was set to bco in ‘from_rasterdb_resampling_method’ parameter

s1_dir

The directory must contains all *.SAFE Sentinel1 data.

spatial_resolution

The spatial resolution expected.It can be provided as integer or float,or as a list containing two values for non squared resolution