transform_into_heightmap_coords: Get Position from Lat/Long and heightmap/extent

View source: R/transform_into_heightmap_coords.R

transform_into_heightmap_coordsR 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

tylermorganwall/rayshader documentation built on July 3, 2024, 11:50 p.m.