GSTPy.OutputShapeParameters

class GSTPy.OutputShapeParameters

Parameter for shape output.

__init__((object)arg1, (str)output_path[, (str)title=''[, (str)json_config=''[, (float)vertical_exaggeration=1.0[, (bool)in_profile_coords=False]]]]) → object :

Constructor.

Parameters:
  • output_path (str) – The path where the output will be stored.
  • title (str) – The title of the output.
  • json_config (str) – JSON config for the shape output.
  • vertical_exaggeration (float) – The vertical exaggeration , z-values will be multiplied by this value.
  • in_profile_coords (bool) – Whether or not the shape output should be in profile coordinates.