Due to the transposing of elevation data at the Greenich line for all my GPX animations data needs to be transposed. Therefore the labels of longitudinal and latitudinal also need to be transposed to suit rayshader package

get_elevdata_list(elevdata)

Arguments

elevdata

(data.frame) generated by get_elevdata_from_bbox

Value

list with three elements: elevation_matrix containing the elevation data with the 0.0 coordinate on top right. lon The longitudinal labels of this elevation matrix lat The latitudinal labels of this elevation matrix