get_grts_from_ll: Get GRTS information from Lat / Lon

View source: R/geospatial.R

get_grts_from_llR Documentation

Get GRTS information from Lat / Lon

Description

Takes a latitude and longitude in EPSG 4326 (WGS 84) and returns a

Usage

get_grts_from_ll(
  token,
  latitude,
  longitude,
  branch = "prod",
  url = NULL,
  aws_gql = NULL,
  aws_alb = NULL,
  docker = FALSE
)

Arguments

token

List token created from get_nabat_gql_token() or get_refresh_token()

latitude

Numeric latitude in EPSG 4326 (WGS 84)

longitude

Numeric latitude in EPSG 4326 (WGS 84)

branch

(optional) String that defaults to 'prod' but can also be 'dev'|'beta'|'local'

url

(optional) String url to use for GQL

aws_gql

(optional) String url to use in aws

aws_alb

(optional) String url to use in aws

docker

(optional) Boolean if being run in docker container or not


usgs/nabatr documentation built on Jan. 28, 2024, 7:10 a.m.