-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
I've been having problems loading in a csv catalog that goes back to the year 1700.
I've been loading it in like so:
Then I get the following traceback:
I think I've traced the issue to this function in time_utils.py, which seems to have a baseline of 1970:
Because if I trim my test catalog so that it starts in 1970 instead of 1700, then it's able to be loaded in no problem. And if I go back to using the entire catalog, but in the function I change 1970 to 1700, then I get the following:
It loads in the entire catalog, but now it seems to think it starts in 1970 and ends ~270 years in the future. Any help with getting it to read in the entire catalog with the correct years would be much appreciated!
Thanks,
Andrea
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done