Bas des Tombe
Bas des Tombe
Thank you for the pointers :) I'll have a look at it later this week.
Will do, thanks for your interest
Could we use hatch for this, such that we don't have to worry about the environment?
`timezone_netcdf` is not used in read_sensortran_files() and read_apsensing_files() either. Also state in the docstring which time from the measurement file is used (filename of from within the file) to verify...
@BSchilperoort could you have a look at this? Maybe in v3.1 instead of v3.0?
Sounds very reasonable! All for keeping the codebase manageable.
To what extent do we actually need the DataStore class as subclass of Xarray's Dataset? What about instead of subclassing to add a dts accessor that holds the calibration functions?...
I would think the latter. There would be no need for two sparse solvers so `wls_sparse2` would supersede `wls_sparse`, at least I can't come up with a reason to keep...
But I'm open to using other names :) we could drop the `wls_` since all implemented solvers support weights.