point_data: Get NWS Metadata for a Point

View source: R/01-point_data.R

point_dataR Documentation

Get NWS Metadata for a Point

Description

Get NWS Metadata for a Point

Usage

point_data(lat, lon)

Arguments

lat

Latitude.

lon

Longitude.

Value

A simple features point object with NWS metadata.

Examples


point_data(lat = 40.71427000, lon = -74.00597000)


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