Michael Behrisch

Results 311 comments of Michael Behrisch

Concerning the counter clockwise ordering, the current approach would be to change this in netconvert as well

we could also throw an error when input and output file have the same name

Did you try svg output?

closing for lack of feedback

@mschrader15 Thanks for this one! It already looks quite advanced. Maybe we should split it into two parts and do the unique_ptr refactoring first? Also is c++17 really required for...

I think we can go forward here but I would like to keep C++17 part a little bit isolated if possible. We need to check for the presence of parquet...

Another thing which I noticed is that structurally Parquet should only be a formatter but not a separate device because in the end it should not matter whether I write...

@aminissn @stprnvsh Wow, there is already a lot of new code in your repo. I would definitely like to merge this but do you think we can somehow do this...

Hi @mschrader15 , great that you are still onboard! I has a talk with @stprnvsh and @aminissn last week and we wanted to start with a minimal working example which...

I was still hoping that we can get away without touching the streams themselves and just change/add formatter and device. Do you think that is feasible? I would rather not...