ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
330 stars 84 forks source link

Fix gefs.R to correctly add time indices to returned data.frame #231

Closed potterzot closed 7 years ago

potterzot commented 7 years ago

Description

Change the allocation of time indices to correctly append to the data.frame in gefs_GET(). Earlier version was incorrectly repeating time values within ensembles when it should have repeated time values across ensembles so that each ensemble has a time value for each time period.

Related Issue

Fixes #230

sckott commented 7 years ago

LGTM