Sebastian Müller

Results 67 issues of Sebastian Müller

Hey there, when using `guess_coord_axis` with `lat`/`lon` coords, the axis attribute is not added. The CF-Conventions states: > Optionally, the latitude type may be indicated additionally by providing the standard_name...

Hey there, why was v5.7 the last release to provide a pre-compiled executable for MacOS? Since ogs5py provides a downloading routine, it would be nice to have one. At least...

What is this ``var_n`` variable about? It is never used after setting. https://github.com/ufz/ogs5/blob/e61a9ad538e4fdc5043e3a85bd06b2812760e7e8/FEM/rf_ic_new.cpp#L948

If I call ogs with the "--output-directory" argument, the RWPT vtk files are not stored to the specified output dir but instead to the root folder of the model. Could...

Why is the header for TecPlot files for polyline-data written two times? This is actually violating the TecPlot data format guide: http://home.ustc.edu.cn/~cbq/360_data_format_guide.pdf https://github.com/ufz/ogs5/blob/e8ed76b34e6034a46673b7afdcd0256ebfe56eef/FEM/Output.cpp#L1752

Hey there, ATM I am doing this, to use a local folder for my dependency if it is present (used for source-distribution of our package since users want to be...

Hello Cython Team, I am writing to propose a modification in the `prange` function's handling of the `num_threads` parameter. Currently, `prange` uses `None` as the default value for `num_threads` to...

I am generating coverage reports with lcov (gcovr could also be possible) and I am placing them next to a doxygen documentation formated with this (awesome) repository to make it...

enhancement