Stijn Van Hoey

Results 63 comments of Stijn Van Hoey

I would say having different output types (list versus vpts) for a single function is undesirable in general (any programming language), as users will potentially be tricked by it. A...

Just some references to existing examples of data cleaning using scripts: - [Standardizing data to Darwin Core using R](https://github.com/inbo/dwc-in-R), a short-course (still in evolution) using mainly dplyr (R package) functionalities...

We will have to work towards a stable current draft, able to run all our tox and travis tests...

I just proposed as I had experience with it. What would be the potential benefits of using pytest instead of the default library unittest?

Would it be an option to work with DataFrames as base for the hydropy datatype (currenty the .data of the attribute is a dataframe) of the HydroAnalysis class? Henc, a...

Some first thoughts on this, but I think it needs to destilate a bit more: - I would not keep baseflow calculations (or other derivative calculations) inside the same DataFrame...

@mroberge, with respect to the usage of Panels: https://github.com/pandas-dev/pandas/issues/13563

Good point of being allowed... Depends of the license information provided with the data provider. Check the description here: http://www.canadensys.net/2012/why-we-should-publish-our-data-under-cc0

@niconoe I do understand the benefits of this, but I would keep this indeed as an optional setting as for some use cases (e.g. validation of inputs [pywhip](https://github.com/inbo/pywhip)) knowing the...