-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
@maxschmi for reference
This is a report on errors, warnings and issues logged by the server while uploading this years data.
Referencing @data-hydenv/students for your information. If you recognize some of the information below, you are welcome to comment, otherwise just ignore the mentioning.
metadata
I guess this is a student who dropped out.
Some entries are missing metadata:
----------------------------------
name hobo_id github_name data_available region latitude longitude exposition altitude influence description
14 ***, *** NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
Additionally, there was an exception, which means there might be missing metadata
[ERROR]: (psycopg2.errors.UndefinedFunction) operator does not exist: character varying = timestamp without time zone
LINE 3: ...RE details.key = 'altitude' AND details.str_value = '1900-01...
^
HINT: No operator matches the given name and argument types. You might need to add explicit type casts.
[SQL: SELECT details.id AS details_id, details.key AS details_key, details.str_value AS details_str_value, details.int_value AS details_int_value, details.float_value AS details_float_value, details.bool_value AS details_bool_value
FROM details
WHERE details.key = %(key_1)s AND details.str_value = %(str_value_1)s
LIMIT %(param_1)s]
[parameters: {'key_1': 'altitude', 'str_value_1': datetime.datetime(1900, 1, 2, 12, 0), 'param_1': 1}]
(Background on this error at: https://sqlalche.me/e/14/f405)
This basically means one student had a date in the altitude column, which was parsed as the 2.1.1900 12:00. Maybe putted 2.1 into the cell and Excel formatted as a date?
Raw data
These are either extra HOBO time series and can be ignored, or the Metadata file references the wrong HOBO (typo?)
File ./data-master/hobo/2023/raw/10350089.csv references HOBO ID=10350089, which is not found.
File ./data-master/hobo/2023/raw/10347324.csv references HOBO ID=10347324, which is not found.
File ./data-master/hobo/2023/raw/10347327.csv references HOBO ID=10347327, which is not found.
File ./data-master/hobo/2023/raw/10347333.csv references HOBO ID=10347333, which is not found.
File ./data-master/hobo/2023/raw/10350107.csv references HOBO ID=10350107, which is not found.
File ./data-master/hobo/2023/raw/10347366.csv references HOBO ID=10347366, which is not found.
Metadata
Metadata
Assignees
Labels
No labels