Package: RNCEP 1.0.10

Michael U. Kemp

RNCEP: Obtain, Organize, and Visualize NCEP Weather Data

Contains functions to retrieve, organize, and visualize weather data from the NCEP/NCAR Reanalysis (<http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis.html>) and NCEP/DOE Reanalysis II (<http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis2.html>) datasets. Data are queried via the Internet and may be obtained for a specified spatial and temporal extent or interpolated to a point in space and time. We also provide functions to visualize these weather data on a map. There are also functions to simulate flight trajectories according to specified behavior using either NCEP wind data or data specified by the user.

Authors:Michael U. Kemp <[email protected]> with contributions from E. Emiel van Loon, Judy Shamoun-Baranes, and Willem Bouten

RNCEP_1.0.10.tar.gz
RNCEP_1.0.10.tar.gz(r-4.5-noble)RNCEP_1.0.10.tar.gz(r-4.4-noble)
RNCEP_1.0.10.tgz(r-4.4-emscripten)RNCEP_1.0.10.tgz(r-4.3-emscripten)
RNCEP.pdf |RNCEP.html
RNCEP/json (API)

# Install 'RNCEP' in R:
install.packages('RNCEP', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Datasets:
  • gull - GPS data points from a lesser black-backed gull

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

28 exports 2.92 score 14 dependencies 17 mentions 98 scripts 381 downloads

Last updated 4 years agofrom:cb2027905b. Checks:OK: 1 NOTE: 1. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 17 2024
R-4.5-linuxNOTESep 17 2024

Exports:NCEP.aggregateNCEP.AirspeedNCEP.array2dfNCEP.bindNCEP.flightNCEP.FlowSpeedNCEP.gatherNCEP.gather.gaussianNCEP.gather.pressureNCEP.gather.surfaceNCEP.GroundspeedNCEP.interpNCEP.interp.gaussianNCEP.interp.pressureNCEP.interp.surfaceNCEP.loxodromeNCEP.M.GroundspeedNCEP.NegFlowSpeedNCEP.PartialSpeedNCEP.restrictNCEP.TailwindNCEP.track2kmlNCEP.uv.revertNCEP.vis.areaNCEP.vis.pointsrobust.NCEP.interp.gaussianrobust.NCEP.interp.pressurerobust.NCEP.interp.surface

Dependencies:abindclusterdotCall64fieldslatticemapsmaptreeRColorBrewerRcpprpartspspamtgpviridisLite

Readme and manuals

Help Manual

Help pageTopics
This package of functions retrieves, organizes, and visualizes weather data from either the NCEP/NCAR Reanalysis or NCEP/DOE Reanalysis II datasetsRNCEP-package RNCEP
GPS data points from a lesser black-backed gullgull
Temporally Aggregate Weather DataNCEP.aggregate
Calculate flow-assistance according to equation 'Airspeed'NCEP.Airspeed
Convert data from an array to a data frameNCEP.array2df
Bind Two 3-D Arrays of Weather Data Along the Prime MeridianNCEP.bind
Simulate TrajectoriesNCEP.flight
Calculate flow-assistance according to equation 'FlowSpeed'NCEP.FlowSpeed
Queries Weather DataNCEP.gather NCEP.gather.gaussian NCEP.gather.pressure NCEP.gather.surface robust.NCEP.gather.gaussian robust.NCEP.gather.pressure robust.NCEP.gather.surface
Calculate flow-assistance according to equation 'Groundspeed'NCEP.Groundspeed
Interpolates Weather Data to a point in space and timeNCEP.interp NCEP.interp.gaussian NCEP.interp.pressure NCEP.interp.surface robust.NCEP.interp.gaussian robust.NCEP.interp.pressure robust.NCEP.interp.surface
Calculate the loxodrome angle between two points on Earth.NCEP.loxodrome
Calculate flow-assistance according to equation 'M.Groundspeed'NCEP.M.Groundspeed
Calculate flow-assistance according to equation 'NegFlowSpeed'NCEP.NegFlowSpeed
Calculate flow-assistance according to equation 'PartialSpeed'NCEP.PartialSpeed
Temporally Filters Weather DataNCEP.restrict
Calculate flow-assistance according to equation 'Tailwind'NCEP.Tailwind
Plot a track in Google EarthNCEP.track2kml
Reverts speed and direction to U and V components.NCEP.uv.revert
Visualize Weather Data on a MapNCEP.vis.area
Visualize Weather Data Interpolated to a Point on a MapNCEP.vis.points