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

HOBO Pro H08 HOBOware Export Fails #3

Closed
riggsd opened this issue Sep 21, 2017 · 0 comments
Closed

HOBO Pro H08 HOBOware Export Fails #3

riggsd opened this issue Sep 21, 2017 · 0 comments

Comments

@riggsd
Copy link
Member

riggsd commented Sep 21, 2017

Here's an ancient HOBO Pro H08 data file (originally .dtf format) exported from modern HOBOware, demonstrating RH% values > 100.0:

"Plot Title: Secret Cave"
"#","Date Time, GMT-07:00","H08 Temp., °F (LGR S/N: 274341)","GCap. RH, % (LGR S/N: 274341)"
4,05/25/00 10:52:42 AM,37.20,102.90
5,05/25/00 11:08:42 AM,37.20,102.60
6,05/25/00 11:24:42 AM,37.20,102.60
7,05/25/00 11:40:42 AM,37.20,102.60
8,05/25/00 11:56:42 AM,37.20,102.60
9,05/25/00 12:12:42 PM,37.20,102.60
10,05/25/00 12:28:42 PM,37.20,102.60

Current release of hobo-py fails to detect its temperature column.

$ python -m hobo CRAI_0500-0501ALL.csv

Traceback (most recent call last):
  File "lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "lib/python2.7/site-packages/hobo.py", line 168, in <module>
    for row in HoboCSVReader(sys.argv[1]):
  File "lib/python2.7/site-packages/hobo.py", line 145, in __iter__
    if not row[self._itemp]:  # is this too lenient?
TypeError: list indices must be integers, not NoneType
@riggsd riggsd closed this as completed in fb773e0 Sep 21, 2017
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