From eebaa303c2678cb5e42908c9d7f0f7173b03aeb8 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 19:17:54 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Add=20Ti=20V=C3=A9lo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pybikes/data/gbfs.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pybikes/data/gbfs.json b/pybikes/data/gbfs.json index 04e45b8e3..73a35dd8d 100644 --- a/pybikes/data/gbfs.json +++ b/pybikes/data/gbfs.json @@ -1104,6 +1104,22 @@ "longitude": -58.411560 }, "feed_url": "https://buenosaires.publicbikesystem.net/customer/gbfs/v2/gbfs.json" + }, + { + "tag": "ti-velo", + "meta": { + "city": "Landernau", + "name": "Ti VĂ©lo", + "country": "FR", + "company": [ + "Fifteen SAS" + ], + "latitude": 48.4512, + "longitude": -4.2551 + }, + "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" } ], "system": "gbfs", From 3bfe90833b7a83fd5ded74e5ccfae94a83349029 Mon Sep 17 00:00:00 2001 From: eskerda Date: Fri, 20 Oct 2023 17:30:03 +0200 Subject: [PATCH 2/2] Add license and source for ti-velo --- pybikes/data/gbfs.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pybikes/data/gbfs.json b/pybikes/data/gbfs.json index 73a35dd8d..957ee93cc 100644 --- a/pybikes/data/gbfs.json +++ b/pybikes/data/gbfs.json @@ -1115,7 +1115,12 @@ "Fifteen SAS" ], "latitude": 48.4512, - "longitude": -4.2551 + "longitude": -4.2551, + "source": "https://www.data.gouv.fr/fr/datasets/r/e32b6154-ab60-4eca-8271-0ce846c7bace", + "license": { + "name": "Open Data Commons Open Database License (ODbL)", + "url": "http://opendatacommons.org/licenses/odbl/summary/" + } }, "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",