From 5631b9364aa4694c492a0ef06953ecb7acfcf6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Gravet?= Date: Mon, 13 Jan 2025 10:12:38 +0100 Subject: [PATCH 1/2] =?UTF-8?q?feat(caen):=20Switch=20V=C3=A9lolib=20from?= =?UTF-8?q?=20cycleo=20to=20fifteen=20(gbfs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pybikes/data/cykleo.json | 11 ----------- pybikes/data/gbfs.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pybikes/data/cykleo.json b/pybikes/data/cykleo.json index c9e409af9..f80c5a1fa 100644 --- a/pybikes/data/cykleo.json +++ b/pybikes/data/cykleo.json @@ -11,17 +11,6 @@ "longitude": 5.0414701 } }, - { - "organization": 2, - "tag": "twisto-velo", - "meta": { - "name": "Twisto vélo", - "city": "Caen", - "country": "FR", - "latitude": 49.1813403, - "longitude": -0.3635615 - } - }, { "organization": 3, "tag": "idecycle", diff --git a/pybikes/data/gbfs.json b/pybikes/data/gbfs.json index a5ae94100..c3755bef6 100644 --- a/pybikes/data/gbfs.json +++ b/pybikes/data/gbfs.json @@ -1,5 +1,16 @@ { "instances": [ + { + "tag": "twisto-velo", + "meta": { + "latitude": 49.1813403, + "longitude": -0.3635615, + "city": "Caen", + "name": "Twisto vélo", + "country": "FR" + }, + "feed_url": "https://gbfs.partners.fifteen.eu/gbfs/2.2/caen/en/gbfs.json" + }, { "tag": "bixi-montreal", "meta": { From a141288ed782049b06e4b49b16b09456014dcbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Gravet?= Date: Mon, 13 Jan 2025 10:19:36 +0100 Subject: [PATCH 2/2] feat(cane): Fix company --- pybikes/data/gbfs.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybikes/data/gbfs.json b/pybikes/data/gbfs.json index c3755bef6..e079f79c8 100644 --- a/pybikes/data/gbfs.json +++ b/pybikes/data/gbfs.json @@ -7,7 +7,10 @@ "longitude": -0.3635615, "city": "Caen", "name": "Twisto vélo", - "country": "FR" + "country": "FR", + "company": [ + "Fifteen" + ] }, "feed_url": "https://gbfs.partners.fifteen.eu/gbfs/2.2/caen/en/gbfs.json" },