ropensci-archive / isdparser

:warning: ARCHIVED :warning: NOAA ISD/ISH file parser
Other
13 stars 4 forks source link

isd_read error #9

Closed rjbehnke closed 7 years ago

rjbehnke commented 7 years ago

I ran into a new error for isd_read today.

<path>I:\ISD_Compressed\2000\690190-99999-2000

Error in checkForRemoteErrors(val) : 
  3 nodes produced errors; first error: 'names' attribute [11] must be the same length as the vector [8]

This error has only cropped up for usaf = 690... so far.
Also, if you could provide an option to just parse the columns associated with the mandatory variables, that would be a HUGE time saver. An example file is attached.

Thanks, Ruben

690190-99999-2000.gz

sckott commented 7 years ago

thanks for the report. I'll have a look

Also, if you could provide an option to just parse the columns associated with the mandatory variables, that would be a HUGE time saver. An example file is attached.

can you open a separate issues for that

sckott commented 7 years ago

reinstall and try again

rjbehnke commented 7 years ago

Seems to work ok now. Are all the file I parsed already ok? Does this affect those?

sckott commented 7 years ago

it should be fine, since it was a problem that should be fixed for all files, not just that one, there was a problem in the parsing that i made a mistake on

rjbehnke commented 7 years ago

ok, just want to make sure since I have already parsed 10,000 files or more.

rjbehnke commented 7 years ago

I'll wait to redo all these to see if its possible to just parse mandatory variables.

Thank you for looking at that, Ruben

sckott commented 7 years ago

wow, that's a lot of files.

see #10 just pushed a change

rjbehnke commented 7 years ago

Thanks, Scott.