Transform

GTB.Transform History

Hide minor edits - Show changes to output

November 03, 2009, at 09:40 AM by 93.33.240.215 -
Changed line 14 from:
Command Call with 4 different transform methods applied
to:
Command Call with 4 different transform methods possible
November 03, 2009, at 09:39 AM by 93.33.240.215 -
Added lines 1-2:
Performs different transformations of an input dataset
Changed line 6 from:
Input Data - Elevation
to:
Input Data - DEM (Raster Dataset) - a grid representing a continuous surface
Added lines 16-21:
Four transformation methods have been implemented:
*SQR Transform sqr ( input + 0.5 ) to take care of zeros
*Logit Transform (ln ( input / 1 - input ) )
*Z-Transform ( input - mean input ) / standard deviation of input
*Z-Transform2 according to Wendroth et al. (2002): ( input - mean input - 2 x standard deviation of input ) / 4 x standard deviation of input
Added lines 24-25:

Added lines 28-29:

transformed raster dataset - a grid representing a continuous transformed surface
November 01, 2009, at 07:50 PM by 79.54.156.152 -
Deleted line 0:
Changed lines 5-6 from:
%apply=img width="450" height="360" align="top"%transform/elev.jpg%%
to:
%width=80pct% http://www.ai-relief.org//functions/dataprep/transform/elev.jpg%%
Changed line 13 from:
%apply=img width="450" height="360" align="top"%transform/command.jpg%%
to:
%width=80pct% http://www.ai-relief.org//functions/dataprep/transform/command.jpg%%
Changed lines 20-21 from:
%apply=img width="450" height="360" align="top"%transform/logit.jpg%%
to:
%width=80pct% http://www.ai-relief.org//functions/dataprep/transform/logit.jpg%%
Changed lines 23-24 from:
%apply=img width="450" height="360" align="top"%transform/sqr.jpg%%
to:
%width=80pct% http://www.ai-relief.org//functions/dataprep/transform/sqr.jpg%%
Changed lines 26-27 from:
%apply=img width="450" height="360" align="top"%transform/ztransform.jpg%%
to:
%width=80pct% http://www.ai-relief.org//functions/dataprep/transform/ztransform.jpg%%
Changed line 29 from:
%apply=img width="450" height="360" align="top"%transform/ztransform2.jpg%%
to:
%width=80pct% http://www.ai-relief.org//functions/dataprep/transform/ztransform2.jpg%%
November 01, 2009, at 07:39 PM by 79.54.156.152 -
Added lines 1-32:

(:div input:)
'''INPUT '''

Input Data - Elevation
%apply=img width="450" height="360" align="top"%transform/elev.jpg%%

(:divend:)

(:div commandwindow:)
'''COMMAND '''

Command Call with 4 different transform methods applied
%apply=img width="450" height="360" align="top"%transform/command.jpg%%
(:divend:)

(:div results:)
'''RESULTS '''

LOGIT transform of Input DEM
%apply=img width="450" height="360" align="top"%transform/logit.jpg%%

Square Root transform of Input DEM
%apply=img width="450" height="360" align="top"%transform/sqr.jpg%%

Z-Transform of Input DEM
%apply=img width="450" height="360" align="top"%transform/ztransform.jpg%%

Z-Transform2 of Input DEM
%apply=img width="450" height="360" align="top"%transform/ztransform2.jpg%%

(:divend:)