Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PyBusMap
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton Sarukhanov
PyBusMap
Commits
a2aedfac
Commit
a2aedfac
authored
9 years ago
by
Anton Sarukhanov
Browse files
Options
Downloads
Patches
Plain Diff
Readme updates.
parent
cfd3b6f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-6
18 additions, 6 deletions
README.md
with
18 additions
and
6 deletions
README.md
+
18
−
6
View file @
a2aedfac
# BusMap.py
BusMap is a real-time map of public transit vehicle locations. It's written in Python 3.4 with
[
Flask
](
http://flask.pocoo.org/
)
.
# PyBusMap
PyBusMap is a real-time map of public transit vehicle locations for any agency that uses
Nextbus vehicle trackers. You can see it live at
[
rutge.rs
](
http://rutge.rs
)
.
It's written in Python 3 with
[
Flask
](
http://flask.pocoo.org/
)
and
[
SQLAlchemy
](
http://www.sqlalchemy.org/
)
.
It uses
[
Celery
](
http://www.celeryproject.org/
)
and
[
requests-futures
](
https://github.com/ross/requests-futures
)
to get real-time data from
[
NextBus
](
https://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf
)
at regular intervals. That is collected in a PostgreSQL database, and displayed
on a
[
Leaflet
](
http://leafletjs.com/
)
map.
## Status
This project is not yet in a usable state. So far it is capable of: fetching (some) data from Nextbus on regular intervals.
That is not very useful by itself, as it just provides a local cache of Nextbus data. A front-end/UI is coming next, which will make use of the data.
This project is at v1. It is a feature-complete rewrite of the original
[
PHP version
](
https://git.xhost.io/anton/bus-map
)
. There are a few features
planned, like route planning (directions to a place) and maybe a native
mobile app (some day).
**Feature [suggestions](https://ant.sr/contact) are welcome!**
## Setup
## Setup
for Development
-
Install system-wide dependencies
`sudo apt-get install python python-pip python-virtualenv libxml2-dev libxsl-dev`
-
Create and/or activate your virtualenv
...
...
@@ -52,4 +61,7 @@ Here's a sample uWSGI config for this application:
# Worker behavior
die-on-term = true
vacuum = true
smart-attach-daemon = /tmp/pybusmap-celery.pid %(home)/bin/celery -A celerytasks.celery worker --beat --pidfile=/tmp/pybusmap-celery.pid --logfile=%(base)/log/celery/%n.log
\ No newline at end of file
smart-attach-daemon = /tmp/pybusmap-celery.pid %(home)/bin/celery -A celerytasks.celery worker --beat --pidfile=/tmp/pybusmap-celery.pid --logfile=%(base)/log/celery/%n.log
## License
PyBusMap is MIT-licensed. Please use/fork/share it. Contributions are welcome.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment