-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing instructions on how to use this repository #1
Comments
It was never intended to be used for any other api other than the one from the VVO. If you want to, you can configure the url in |
Python is just not an ideal language for processing large amounts of data within python. fabi321/pytrias@61ece37 is the latest commit before the ZODB infection of the codebase, that tried to do parallel processing, without any effect. If you want to go on, I recommend to build up on this commit. |
Thanks for the fast reply. I will have a closer look. Do I understand it right, that from your side there are no ambitions to further develop or maintain it? |
Not really. It has been tailored to a very specific use case: collect stations and delay data and put it int an json file. It was never intended to be a general python api. I don't really have any ambitions on mainaining it, however I'm open to help you on getting your own library on track. |
Adding insult to injury, the actual data extraction in this project is based on xpaths for specific problems. So there is no simple way of transforming it into an general use python api |
I gave the idea of building a new library a second thought, and while still not really having a general picture of how such a library could look like, I'm certainly interested in either helping to do it or eventually even doing it myself. |
I saw you created a new repository for the dual-language setup, which seems interesting to me. Sadly I don't have any prior knowledge in Rust and therefore can't help you on that part, without the need to learn Rust before. |
Hi, Regarding the original issue: You might want to mark this repository as archived, to show that development stopped and is continued in your other repository. |
Hi,
found your repo, as I was interested in communicating with a TRIAS-API in python. I wanted to give it a try, but wasn't able to figure out, how to properly use it. Could you add some information on how to use this repo to the Readme? I would be interested to contribute as well.
Best regards
The text was updated successfully, but these errors were encountered: