point_forecast: Point Forecast Data

point_forecastR Documentation

Point Forecast Data

Description

Point Forecast Data

Usage

point_forecast(lat, lon, timezone = -1, dir_numeric = FALSE)

Arguments

lat

Latitude.

lon

Longitude.

timezone

The nominal timezone for the forecast. One of OlsonNames() or -1 for local time. Defaults to -1.

dir_numeric

TRUE for numeric directions, FALSE for character directions; defaults to FALSE.

Value

Simple features object with forecast meteorological values.

Examples


point_forecast(lat = 40.71427000, lon = -74.00597000, dir_numeric = TRUE)


weathR documentation built on April 4, 2025, 1:38 a.m.