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

Downloaded data tables different between mac and windows #20

Open
lkuiucsb opened this issue Jun 9, 2021 · 0 comments
Open

Downloaded data tables different between mac and windows #20

lkuiucsb opened this issue Jun 9, 2021 · 0 comments

Comments

@lkuiucsb
Copy link

lkuiucsb commented Jun 9, 2021

Hi David,

You will be very interested in this. I try this code and the output tables are different depending on whether I used mac or windows:
output <-importNOAA(code = "958960-99999",
year = 1995:2000,
quiet = FALSE,hourly=T)
Mac_output_for958960.csv
Win_output_for958960.csv

These are the example sites. I also tried out a few other sites and the differences are consistent:

  1. the data download in Windows has "precip" column but this column is not exit in the data table download in Mac.
  2. the precip_6 in windows version was 10 times greater than the values in the table in the Mac version.

I made sure that the package version are the same on both machines. Because I have code running in both machines, it will be great if the output are the same.

In addition, some sites have "precipitation" related columns and some sites don't. It will be nice the downloaded data structure is the same but fill in NA if there is no data. But this is low priority compared to the issue described above.

Thank you!

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