Skip to content

Re-evaluating recorded height #109

Description

@peterdesmet

In response to gbif/dwc-dp#128 and reopening #30

There are three Movebank height fields we want to translate to Darwin Core. In our mapping, we only map one of the fields if more than one is provided. Currently height above mean sea level takes precedence over height above ellipsoid if both are provided.

height above mean sea level

Definition:

The estimated height of the tag above mean sea level, typically estimated by the tag. If altitudes are calculated as height above an ellipsoid, use 'height above ellipsoid'. Example: '34'; Units: meters; Entity described: event

A value 120 is currently mapped to:

  • dwc:minimumElevationInMeters: 120
  • dwc:maximumElevationInMeters: 120
  • dwc:locationRemarks: elevations are altitude above mean sea level

height above ellipsoid

Definition:

The estimated height above the ellipsoid, typically estimated by the tag. If altitudes are calculated as height above mean sea level, use 'height above mean sea level'. Example: '24.8'; Units: meters; Entity described: event

A value 120 is currently mapped to:

  • dwc:minimumElevationInMeters: 120
  • dwc:maximumElevationInMeters: 120
  • dwc:locationRemarks: elevations are altitude above ellipsoid

height above ground level

Definition:

The height above ground level. For altitudes independent of ground level, use 'barometric height', 'height above ellipsoid', 'height above mean sea level' or 'height raw'. Example: '123'; Units: meters; Entity described: event

We currently don't map this.


@tucotuco, we now understand that these - in contrast with previous suggestions - should not be mapped to elevation, but to distanceAboveSurface. How would you recommend mapping the above three fields?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions