transform_into_heightmap_coords {rayshader}R Documentation

Get Position from Lat/Long and heightmap/extent

Description

Get Position from Lat/Long and heightmap/extent

Usage

transform_into_heightmap_coords(
  extent,
  heightmap,
  lat = NULL,
  long = NULL,
  altitude = NULL,
  offset = 0,
  zscale = 1,
  use_altitude = TRUE,
  filter_bounds = TRUE
)

Value

x/y/z

Examples

#Fake example

[Package rayshader version 0.37.3 Index]