jlu-ilr-hydro / odmf

Observatory Data Management Framework
MIT License
4 stars 5 forks source link

Labimport does not deal with seperated date / time columns #160

Open philippkraft opened 3 months ago

philippkraft commented 3 months ago

Not all sample names contain date & time - sometimes they are in separate columns. Before applying the sample parser

https://github.com/jlu-ilr-hydro/odmf/blob/f35827659c7469e8ae6bc426d7f5f279477dec7d/odmf/dataimport/lab_import.py#L237-L242

we need to check for the type time and timeonly to create a time column with datetime objects.