Skip to content
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

Retrieving hourly data for > 1 day #3

Open
Pakillo opened this issue May 19, 2016 · 0 comments
Open

Retrieving hourly data for > 1 day #3

Pakillo opened this issue May 19, 2016 · 0 comments

Comments

@Pakillo
Copy link
Contributor

Pakillo commented May 19, 2016

Hi,
Shouldn't fcTimeSeriesHourly retrieve data for every single hour within a period of days (and years)?
For example:

fcTimeSeriesHourly(variable="airt",latitude=55.5, longitude=37.3,
     firstDay=183,lastDay=213,
     firstYear=2008,lastYear=2008,
     startHour=0,stopHour=24)

gives

$values
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11]
[1,] 15.2346 15.65923 16.08386 16.50849 16.93312 17.35775 17.91059 18.59164 19.2727 19.95375 20.63481
[,12] [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22]
[1,] 21.31586 21.44146 21.01161 20.58175 20.15189 19.72203 19.29217 18.73169 18.04059 17.3495 16.6584
[,23] [,24]
[1,] 15.9673 15.2762

$sd
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11]
[1,] 3.460771 3.460087 3.459745 3.459745 3.460087 3.460771 3.460771 3.460087 3.459745 3.459745 3.460087
[,12] [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22]
[1,] 3.460771 3.460771 3.460087 3.459745 3.459745 3.460087 3.460771 3.460771 3.460087 3.459745 3.459745
[,23] [,24]
[1,] 3.460087 3.460771

$provenance
[1] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[3] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[5] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[7] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[9] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[11] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[13] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[15] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[17] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[19] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[21] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
[23] NCEP/NCAR Reanalysis 1 (regular grid) NCEP/NCAR Reanalysis 1 (regular grid)
Levels: NCEP/NCAR Reanalysis 1 (regular grid)

$hours
[1] 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

That is, only 24 values, when I would expect 24 * 31 values (hours * days), as are in fact obtained if doing the same search through the website.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant