Metadata-Version: 2.4
Name: public_transport_datasets
Version: 0.1.37
Summary: A Python package for public transport datasets for multiple cities.
Home-page: https://github.com/maxmazzeschi/public-transport-datasets
Author: Max Mazzeschi
Author-email: max.mazzeschi@gmail.com
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: gtfs-realtime-bindings
Requires-Dist: jsonpath-ng
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# public_transport_datasets

A Python package that provides public transport datasets for multiple cities.

Please refer to [https://github.com/maxmazzeschi/public-transport-datasets/blob/main/Report.md](Report.md) for Countries and Cities supported

## Adopt a City or a Country !
Can't find your City or Country?  
I will be happy for your contribution!  
Send me a message with details for the feed, or with the city and the transportation provider, and I'll try to add to the datasets!

## Installation

You can install the package via pip:
```
public_transport_datasets
```

## How to use
There is a simple webapp available on Github [bus-and-go](https://github.com/maxmazzeschi/bus-and-go) that uses the datasets, plotting data on a map.


It's available at [https://bus-and-go.onrender.com/](https://bus-and-go.onrender.com/)
 
## To Do
- Add stop stations

- Support SIRI standard (wip)

- Support TFL standard (wip)

- AOB

## Credits

Most of the feeds information have been taken from [www.mobilitydatabase.org](http://www.mobilitydatabase.org)
