Closed BaptisteVandecrux closed 3 years ago
Are you sure they are not in the same order? On my computer:
$ diff <(head -n1 temperature.csv |tr ',' '\n') <(head -n1 temperature_dnorm.csv | tr ',' '\n')
1c1
< depth [m]
---
> d normalized
In meta.csv:
In temperature.csv:
I would expect the two to have the same order. But it's very minor detail.
Ah sorry! I compared temperature CSVs, not meta & temperature. Yes, I will homogenize the order.
Fixed in 9c23d81:
$ diff <(head -n1 temperature.csv |tr ',' '\n') <(cut -d, -f1 meta.csv)
1c1
< depth [m]
---
> Borehole ID
... consider harmonizing.
Thanks for putting this together. I like the new format!