-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug in flag parsing for ncdc data #199
Comments
Still haven't heard back on this - sending more emails |
heard back, progress, not sorted out yet though |
e..g, ncdc(datasetid='GSOM', startdate = '2013-10-01', enddate = '2013-12-01')$data
#> date datatype station value fl_miss fl_cmiss NA. NA..1 NA..2
#> 1 2013-10-01T00:00:00 DX32 GHCND:AE000041196 0.00 1 S <NA> <NA> <NA>
#> 2 2013-10-01T00:00:00 DX70 GHCND:AE000041196 30.00 1 S <NA> <NA> <NA>
#> 3 2013-10-01T00:00:00 DX90 GHCND:AE000041196 30.00 1 S <NA> <NA> <NA>
#> 4 2013-10-01T00:00:00 EMXT GHCND:AE000041196 40.20 1 S 02 <NA>
#> 5 2013-10-01T00:00:00 TMAX GHCND:AE000041196 36.38 1 S <NA>
#> 6 2013-10-01T00:00:00 DP01 GHCND:AEM00041194 0.00 1 S <NA> <NA> <NA> |
sckott
added a commit
that referenced
this issue
May 5, 2017
fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at least with GSOM - there appear to be 4 flags now for each data record, whereas there was 2 before when it was GHCNDMS
inquiring about this
The text was updated successfully, but these errors were encountered: