LT: Calculate the Local Time for each timestep of the MCSs

View source: R/time_LT.R

LTR Documentation

Calculate the Local Time for each timestep of the MCSs

Description

Calculate the Local Time for each timestep of the MCSs, using (by default) Natural Earth timezones.

Usage

LT(
  x,
  y = system.file("extdata", "ne_10m_time_zones/ne_10m_time_zones.shp", package =
    "percolator"),
  coords = c("XLON", "YLAT")
)

Arguments

x

data.table or data.frame with lat and long coordinates.

y

String. Input file with the timezones in shapefile format. By default y is Natural Earth timezones

coords

vector of strings. Coordinates names (longitude first). www.naturalearthdata.com/downloads/10m-cultural-vectors/timezones/

Value

data.frame


salvatirehbein/percolator documentation built on June 3, 2024, 7:16 a.m.