vasile / data.gov.ro-gtfs-exporter

Ruby utility that converts public transport data from data.gov.ro into GTFS
MIT License
32 stars 7 forks source link

Feed 2024 #5

Open Ge-Rag opened 11 months ago

Ge-Rag commented 11 months ago

There are now for 2024 two new stations to be added in the geojson file.

 {
  "type": "Feature",
  "properties": {
    "station_id": "80115",
    "name": "Pantelimon Vest P.O."
  },
  "geometry": {
    "type": "Point",
    "coordinates": [ 
      26.177462,
      44.47706401
    ]
  }
},
 {
  "type": "Feature",
  "properties": {
    "station_id": "16633",
    "name": "Stamora Germană P.O."
  },
  "geometry": {
    "type": "Point",
    "coordinates": [
      21.2547517,
      45.2831227 
    ]
  }
},

Georg Ragaz https://trainspotter.ragaz.net

BodoMinea commented 1 week ago

Also following the re-opening of the Bucharest - Giurgiu via Progresu, Comana service, some additional stops will be needed. I opened PR #8 in regards to adding Vidra, Sintesti, Jilava, Bucuresti Progresu, Vârteju, București Vest.