Skip to content

VPTS calculated relative to ground height #49

@adokter

Description

@adokter

Hi @peterdesmet, I'm looking into implementing profiles calculated relative to ground level instead of sea level. When grouping radar pixels into profile height bins, the height of a radar pixel will be calculated relative to the ground using a digital elevation map, instead of relative to sea level. In regions with topography, height relative to sea level will no longer be well-defined.

I'm wondering how to fit this into the VPTS CSV format, I see a few options:

  1. relax the requirement that height has to be relative to sea level, and store heights relative to ground level in the same column; however in that case it becomes unclear from the VPTS CSV itself how height is defined, therefore not ideal.
  2. add an additional (optional) height_agl column for this specific use case, not including a height column. Current specification has height as a required column, so then the requirement should change to one of height or height_agl.
  3. add an additional (optional) height_agl column for this specific use case, but still calculate height as the average height above sea level for the pixels in each height_agl bin, such that it is always has a value as currently required. But then height will no longer be regularly spaced, breaking things in e.g. bioRad.
  4. add an additional categorical height_reference column, that specifies the reference point for the height definition. Could be one of "ground", "sea", "antenna". If height_reference column is absent, it defaults to sea_level.

Any thoughts or preferences?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions