Skip to content

Commit da4a3e3

Browse files
committed
➕ Add Üröm GTFS for 2026/27
1 parent f514b75 commit da4a3e3

File tree

11 files changed

+810
-0
lines changed

11 files changed

+810
-0
lines changed

.github/workflows/hu_urom.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Update hu_urom feed
2+
3+
on:
4+
push:
5+
branches: main
6+
7+
defaults:
8+
run:
9+
working-directory: hu_urom
10+
11+
jobs:
12+
13+
upload-zip:
14+
name: Package and upload to AWS S3
15+
16+
runs-on: macos-latest
17+
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
21+
22+
- name: Package GTFS
23+
run: zip gtfs_hu_urom.zip *
24+
25+
- name: Configure AWS credentials
26+
uses: aws-actions/configure-aws-credentials@v4
27+
with:
28+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
29+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30+
aws-region: eu-central-1
31+
32+
- name: Deploy to AWS S3
33+
run: |
34+
aws s3 cp gtfs_hu_urom.zip s3://gtfs-gy-mate/ \
35+
--content-disposition attachment

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ This repository contains the following GTFS Schedule feeds maintained by me.
1414

1515
[`hu_chairlift`](hu_chairlift)
1616

17+
#### Üröm
18+
19+
[`hu_urom`](hu_urom)
20+
21+
Many thanks to the team of [menetrend.app](https://menetrend.app) for helping to create the first version of the feed!
22+
1723
## Deployment
1824

1925
On pushes to `main`, all changed feeds are zipped and uploaded to my public [AWS S3 bucket](s3://gtfs-gy-mate/). See their HTTPS permalinks at [gy-mate.hu/gtfs](https://gy-mate.hu/gtfs).

hu_urom/agency.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
agency_id,agency_name,agency_url,agency_timezone,agency_lang,agency_phone,agency_fare_url,agency_email
2+
urom,Üröm Község Önkormányzata,https://www.urom.hu/,Europe/Budapest,hu,+36 26 350 054,https://www.urom.hu/menetrendek/539-urom-kisbusz#:~:text=Viteldíj,pmh@urom.hu

hu_urom/calendar.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
service_id,monday,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date
2+
1,1,1,1,1,1,0,0,20260101,20270228

hu_urom/calendar_dates.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
service_id,date,exception_type
2+
1,20260101,2
3+
1,20260403,2
4+
1,20260406,2
5+
1,20260501,2
6+
1,20260525,2
7+
1,20260820,2
8+
1,20261023,2
9+
1,20261225,2
10+
1,20270101,2

hu_urom/feed_info.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
feed_publisher_name,feed_publisher_url,feed_contact_url,feed_lang,feed_start_date,feed_end_date,feed_version
2+
Máté Gyöngyösi,https://github.com/gy-mate/gtfs-feeds,https://gy-mate.hu,hu,20260101,20270228,1

hu_urom/routes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
route_id,agency_id,route_short_name,route_long_name,route_desc,route_type,route_url,route_color,route_text_color
2+
1,urom,1,,,3,https://www.urom.hu/menetrendek/539-urom-kisbusz,465729,FFFFFF
3+
2,urom,2,,,3,https://www.urom.hu/menetrendek/539-urom-kisbusz,465729,FFFFFF

0 commit comments

Comments
 (0)