Noémie

Results 35 issues of Noémie

put back the offset (to make sure the projection on the the ways is ok even if the same way is used multiple times in the relation) Fix #1262

Here is a new version of osm2gtfs for python3 :tada: The most significant changes are: - `dict.items()` instead of `dict.iteritems()` - a whole fat bag of encoding changes - some...

In OpenStreetMap, it is very common to have roundabout represented as a unique closed way. This roundabout may then be used as part as bus route relations. Even if it...

bug

We should allow the default TripCreator to work without schedule data and then generate a GTFS with a `frequency.txt` file that only uses OSM data. Even if it won't fit...

enhancement
help wanted

Follow-up conversation from [this PR](https://github.com/grote/osm2gtfs/pull/150). For now, if we have multiple OSM route_masters with the same `ref` tag, we only keep the first one and discard the others. But multiple...

The `ref:FR:SIRET` is a number from the national statistics bureau of France which allows the identification of any French business. It can be found on shops, offices and some amenities.

it will be very useful to distinguish barber shops from regular hairdressers

We will need a visualization tool (or maybe several tools ?) for our day to day usage of cosmogony. The purpose of this issue is to gather our needs. Then...

tools

Some ideas to test the quality of our dataset: **Non closed boundaries** We need to log the list of the boundaries that could not be imported because they are not...

To make it easier to reuse, we need to add the ability to persist our cosmogony to a postgis database.

help wanted