اوپن سٹریٹ میپ دا لوگو اوپن سٹریٹ میپ

Changeset کدوں ٹپݨی
157056611 2 مہیناں کُ پہلاں

Meines Wissens nach existieren IBNRs nur für Bahnhöfe die in UIC Merits enthalten sind. Vermutlich liefert die Bahn in Nordmatzedonien keine Fahrplandaten an UIC Merits.

157056611 ایہہ 4 مہیناں پہلاں

Hi!
I needed the ibnr to match stations from the Deutsche Bahn Hafas API to OSM. I found out the ibnrs by querying their API with a small script, but the API has gone defunct since.
You can however use the ÖBB endpoint instead with my fork of pyhafas (https://github.com/jbruechert/pyhafas/commits/zpcg-scraper/).

The script is then really simple:
```
from pyhafas import HafasClient
from pyhafas.profile import OEBBProfile
import sys

client = HafasClient(OEBBProfile())

locations = client.locations(sys.argv[1])
print([(s.name, s.id) for s in locations])
```

122745858 ایہہ 11 مہیناں پہلاں

I found 7200012 as the UIC code from the Deutsche Bahn API, were did this information come from?