Update readme for mdbx#110
Conversation
Already handled in setup.sh
|
The binary serializer branch needs one extra trick to process invalid epip, specifically the ServiceCalendar. This is an overly complex object and breaks every good practice ever thaught in database normalisation. Conceptually the fix works, and it likely a matter of days that I am happfy enough and merge everything in the main branch. Again thanks for your contribution, and I am more than happy to have a chat with your were we are heading, and what is important to us. |
|
thanks! Ideally I would just remain a user of data - I want it for making fun maps like this one of services levels around lunchtime or even silly games and so if Trenitalia tomorrow starts providing GTFS directly I would happily switch to that rather than having to deal with NetEx but that said I am stubborn enough that if something is getting in the way of me doing what I want then I will usually try to fix it :) |
ue71603
left a comment
There was a problem hiding this comment.
I think we could merge this one. Is only README.md
| For example via `pip install uv`. | ||
|
|
||
| ```sh | ||
| uv venv |
There was a problem hiding this comment.
Why is this deleted if it is only a README update.
There was a problem hiding this comment.
You don't need it, at least not on my machine. (And IIRC uv venv doesn't play nicely with non-POSIX shells, but it's been long enough that that could have changed).
There was a problem hiding this comment.
It is a recommended practice, and if you ask Google it becomes highly recommended.
https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#
There was a problem hiding this comment.
Please revert this change.
See comment. |
|
Applied examples and readme updates, not remove |
the binary serialisation branch worked great for me with no changes to the code needed. and so much faster than the
mainbranch. so thanks!I've updated the readme to talk about the new format instead of lmdb
Might I suggest changing the default branch on GitHub to
binary_relation_serializerso others don't get caught out like me?