find_image_coordinates: Translate the given long/lat coordinates into an image...

Description Usage Arguments Value

View source: R/get_map_data.R

Description

Translate the given long/lat coordinates into an image position (x, y).

Usage

1
find_image_coordinates(long, lat, bbox, image_width, image_height)

Arguments

long

longitude value

lat

latitude value

bbox

bounding box coordinates (list of 2 points with long/lat values)

image_width

image width, in pixels

image_height

image height, in pixels

Value

named list with elements "x" and "y" defining an image position


nmcdev/nmcMetIO documentation built on Jan. 30, 2022, 5:09 a.m.