-
Notifications
You must be signed in to change notification settings - Fork 16
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
kickstarting python lib #1
Comments
I tried out the test code, and it worked well. Should be possible to run with this. |
👍 Sounds good. I'll try to build up the documentation to have both Python & Javascript sync up. A few method names might need to change to follow the Python idioms. Ex: Should we also divide the Python "core" library with the "pbf" parser (eventually writer).
|
I’d keep them together; there’s little benefit to prematurely carving up libraries just yet! A few things I’d like to see in this library, that I’m willing to personally work on:
|
@migurski this sounds great! and big +1 on the tile server with slippy preview. Having a CLI we can point at local tile directory would be fantastic. I'm curious if we can leverage any of the the existing React UI (http://platform.sharedstreets.io/) to boostrap this. I'm about to flip the switch on the public repo of this. The extensible layer infrastructure still needs a lot of work but hopefully a good starting point. |
What would the local tile directory CLI do? Fill it up, or convert it out? |
I was thinking something like the node "serve" command to spin up a slippy map viewer for local files. |
@migurski just moving this thread over from sharedstreets/sharedstreets-ref-system#16 From the ticket:
Let's use your example code as starting point for building tile loading functionality in the python lib.
Also @DenisCarriere want to create a punch list based on the core functionality from the JS lib so we can try and keep parity in the python version?
The text was updated successfully, but these errors were encountered: