afimb / gtfslib-python

An open source library in python for reading GTFS files and computing various stats and indicators about Public Transport networks
GNU General Public License v3.0
44 stars 6 forks source link

Remove zone parameter from dao.stops() #23

Closed laurentg closed 8 years ago

laurentg commented 8 years ago

Replace by an helper method to build a filter expression:

area = RectangularArea(...)
stops = dao.stops(fltr=dao.in_area(area))