From 1b62fc5b0587b39b5362706cd0c43898d83c79d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gonz=C3=A1lez=20G=C3=B3mez?= Date: Tue, 17 Oct 2023 20:21:59 -0400 Subject: [PATCH 1/2] Add Donkey Republic systems in Switzerland --- pybikes/data/gbfs.json | 86 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/pybikes/data/gbfs.json b/pybikes/data/gbfs.json index 957ee93cc..f898a2241 100644 --- a/pybikes/data/gbfs.json +++ b/pybikes/data/gbfs.json @@ -1125,6 +1125,92 @@ "feed_url": "https://gateway.prod.partners-fs37hd8.zoov.site/gbfs/2.2/landerneau/en/gbfs.json?&key=M2RjMTgyODYtZDM0OS00NjI0LWJiMjMtYzhmYjVlMDI0MzM0", "station_information": "https://gateway.prod.partners-fs37hd8.zoov.site/gbfs/2.2/landerneau/en/station_information.json?&key=M2RjMTgyODYtZDM0OS00NjI0LWJiMjMtYzhmYjVlMDI0MzM0", "station_status": "https://gateway.prod.partners-fs37hd8.zoov.site/gbfs/2.2/landerneau/en/station_status.json?&key=M2RjMTgyODYtZDM0OS00NjI0LWJiMjMtYzhmYjVlMDI0MzM0" + }, + { + "tag": "velopartage-geneve", + "meta": { + "city": "Genève", + "name": "VéloPartage", + "country": "CH", + "company": [ + "Genèveroule", + "Donkey Republic" + ], + "latitude": 46.2021, + "longitude": 6.1457 + }, + "feed_url": "https://stables.donkey.bike/api/public/gbfs/2/donkey_ge/gbfs.json" + }, + { + "tag": "regivelo-kreuzlingen", + "meta": { + "city": "Kreuzlingen", + "name": "Regivelo", + "country": "CH", + "company": [ + "Regivelo", + "Donkey Republic" + ], + "latitude": 47.6460, + "longitude": 9.1716 + }, + "feed_url": "https://stables.donkey.bike/api/public/gbfs/2/donkey_kreuzlingen/gbfs.json" + }, + { + "tag": "lelocleroule", + "meta": { + "city": "Le Locle", + "name": "Le Locle Roule", + "country": "CH", + "company": [ + "Donkey Republic" + ], + "latitude": 47.0554, + "longitude": 6.7466 + }, + "feed_url": "https://stables.donkey.bike/api/public/gbfs/2/donkey_le_locle/gbfs.json" + }, + { + "tag": "neuchatelroule", + "meta": { + "city": "Neuchâtel", + "name": "Neuchâtelroule", + "country": "CH", + "company": [ + "Donkey Republic" + ], + "latitude": 46.9916, + "longitude": 6.9269 + }, + "feed_url": "https://stables.donkey.bike/api/public/gbfs/2/donkey_neuchatel/gbfs.json" + }, + { + "tag": "thun", + "meta": { + "city": "Thun", + "name": "Donkey Republic Thun", + "country": "CH", + "company": [ + "Donkey Republic" + ], + "latitude": 46.7576, + "longitude": 7.6287 + }, + "feed_url": "https://stables.donkey.bike/api/public/gbfs/2/donkey_thun/gbfs.json" + }, + { + "tag": "yverdon-les-bains", + "meta": { + "city": "Yverdon-les-Bains", + "name": "Donkey Republic Yverdon-les-Bains", + "country": "CH", + "company": [ + "Donkey Republic" + ], + "latitude": 46.7788, + "longitude": 6.6414 + }, + "feed_url": "https://stables.donkey.bike/api/public/gbfs/2/donkey_yverdon-les-bains/gbfs.json" } ], "system": "gbfs", From d940497f4354ed4ae7eec71572d53cd00483d76a Mon Sep 17 00:00:00 2001 From: eskerda Date: Fri, 20 Oct 2023 17:44:01 +0200 Subject: [PATCH 2/2] [gbfs] fix LeLocleroule name --- pybikes/data/gbfs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybikes/data/gbfs.json b/pybikes/data/gbfs.json index f898a2241..3b6b09a58 100644 --- a/pybikes/data/gbfs.json +++ b/pybikes/data/gbfs.json @@ -1160,7 +1160,7 @@ "tag": "lelocleroule", "meta": { "city": "Le Locle", - "name": "Le Locle Roule", + "name": "LeLocleroule", "country": "CH", "company": [ "Donkey Republic"