Andrew Bowell
Andrew Bowell
That's great to hear! Thanks for getting onto this so quickly.
Oh wow, that was insanely quick! Thank you very much for implementing this. Andrew
> Any news on this issue? I've managed to implement a fix for this and have opened a pull request. It seems to be working for me so far: https://github.com/HTenkanen/pyrosm/pull/234
After taking a deeper dive, I realise that the section of code I was referring to [here](https://github.com/HTenkanen/pyrosm/blob/66de74bd0496d1148618842cac58923bf22d97ea/pyrosm/data_manager.pyx#L104C1-L107C63), in the original issue, is executed way after the ID problem arises. [I've...
I like the idea! I think if I were to do this, I'd end up adding some form of multithreading to it too as otherwise it would just be the...
I've released a new version, v0.2.0 which has a basic implementation of this. You can smooth many series of data, but it will need to be the same length and...