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?
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 leveltakes precedence overheight above ellipsoidif both are provided.height above mean sea level
Definition:
A value
120is currently mapped to:120120elevations are altitude above mean sea levelheight above ellipsoid
Definition:
A value
120is currently mapped to:120120elevations are altitude above ellipsoidheight above ground level
Definition:
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?