Vincent Tinet

Results 14 issues of Vincent Tinet

The osm id for relations is not the value from OpenStreetMap. ```python from pyrosm import OSM, get_data filepath = get_data("Marseille") osm_ref = OSM(filepath) parks = osm_ref.get_data_by_custom_criteria( custom_filter={"leisure": ["park"]}, filter_type="keep", keep_ways=True,...

bug

The documentation mentions a planned improvement of "Batch (multi-threaded) routing between a large number of pairs of nodes in the network". Is this still planned ?

Type: new feature

I would be interested in limiting net.aggregate or net.nearest_pois queries to a subset of nodes to make them faster. This would be useful to avoid nodes : - on rural...

Is a new release possible, interesting pull requests having been merged since 2021 ? Thanks

Type: maintenance

This is a feature request for an alternative mode in regional analysis : compute the distance / time to the closest shape in shape file. For example, how much time...

This is a feature request to add the possibility to extend the GTFS file by importing a new one instead of creating a new project.

This is a feature request for a UI to limit the valid date range of the GTFS files.

This is a feature request for a multi simple analysis. By having several start points, it is possible to find the service area of each starting point. As an example,...

This is a feature request to add an address text box to position a marker on the map for a single point analysis.

This is a feature request to add a park and ride mode to Transport Analyst. This is particularly important for regional analysis around train stations.