ana3AIMEC.ana3AIMEC.aimecTransform

aimecTransform(rasterTransfo, particle, demHeader, timeSeries=False)[source]

Adding s projected and l projected in thalweg/aimec coordinate system to the particle dictionary

Parameters
  • rasterTransfo (dict) – domain transformation information

  • particle (dict) – dictionary with particle properties, particles x,y coordinate origin is 0,0

  • demHeader (dict) – dict with info on dem cellSize, xllcenter, ..

  • timeSeries (bool) – if timeSeries consider that particles dict is provided as time series if False particles dict is provided for one time step only

Returns

particle – particle dictionary with s grid and l grid added

Return type

dict