Skip to content

Commit 9526f69

Browse files
authored
Merge pull request #785 from martgnz/bizi-update
Move Bizi to PBSC GBFS feed
2 parents 0668c56 + 6c9fea4 commit 9526f69

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

pybikes/data/gbfs.json

+15
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,21 @@
13711371
},
13721372
"append_feed_args_to_req": true,
13731373
"feed_url": "https://api.omega.fifteen.eu/gbfs/2.2/marseille/en/gbfs.json?&key=MjE0ZDNmMGEtNGFkZS00M2FlLWFmMWItZGNhOTZhMWQyYzM2"
1374+
},
1375+
{
1376+
"tag": "bizi",
1377+
"meta": {
1378+
"latitude": 41.6487908,
1379+
"city": "Zaragoza",
1380+
"name": "Bizi",
1381+
"longitude": -0.8895811,
1382+
"country": "ES",
1383+
"company": [
1384+
"UTE Serveo Servicios",
1385+
"PBSC Urban Solutions"
1386+
]
1387+
},
1388+
"feed_url": "https://zaragoza.publicbikesystem.net/customer/gbfs/v2/gbfs.json"
13741389
}
13751390
],
13761391
"system": "gbfs",

pybikes/data/smartbike.json

-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
"system": "smartbike",
33
"class": "SmartBike",
44
"instances": [
5-
{
6-
"tag": "bizi",
7-
"meta": {
8-
"latitude": 41.6487908,
9-
"city": "Zaragoza",
10-
"name": "Bizi",
11-
"longitude": -0.8895811,
12-
"country": "ES"
13-
},
14-
"endpoint": "https://cc-smartbike-opendata.s3.eu-west-1.amazonaws.com/zaragoza"
15-
},
165
{
176
"tag": "malmobybike",
187
"meta": {

0 commit comments

Comments
 (0)