Skip to content

Commit

Permalink
Remove duplicate feed for Donkey Republic in Rotterdam (#689)
Browse files Browse the repository at this point in the history
This PR removes a duplicate feed from @DonkeyRepublic [systems.csv](https://github.com/MobilityData/gbfs/blob/master/systems.csv) for Rotterdam.

Indeed, the feed for system id `donkey_rotterdam_den_haag` contains exactly the same information as the feed for system id `donkey_rt`, minus some information. The feed should be removed to avoid duplicates.

Identical information in the following files:
- station_information.json
- station_status.json
- system_hours.json
- system_regions.json
- gbfs_versions.json
- vehicle_types.json

Extra information in the following files of `donkey_rt`:
- system_information (license_url, purchase_url, url)
- system_pricing_plans.json (url)
- free_bike_status (one extra bike)

Thank you @merjakaj for raising this issue.
  • Loading branch information
richfab authored Oct 10, 2024
1 parent 4840025 commit 1a611c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion systems.csv
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ NL,Donkey Republic Den Haag,Den Haag,donkey_den_haag,https://www.donkey.bike/cit
NL,Donkey Republic Dordrecht,Dordrecht,donkey_dordrecht,https://www.donkey.bike/cities/bike-rental-dordrecht/,https://stables.donkey.bike/api/public/gbfs/2/donkey_dordrecht/gbfs.json,1.0 ; 2.3,
NL,Donkey Republic Gorinchem,Gorinchem,donkey_gorinchem,https://www.donkey.bike/,https://stables.donkey.bike/api/public/gbfs/2/donkey_gorinchem/gbfs.json,1.0 ; 2.3,
NL,Donkey Republic Rotterdam,Rotterdam,donkey_rt,https://www.donkey.bike/nl/steden/deelfietsen-rotterdam/,https://stables.donkey.bike/api/public/gbfs/2/donkey_rt/gbfs.json,1.0 ; 2.3,
NL,Donkey Republic Rotterdam/Den Haag,Rotterdam,donkey_rotterdam_den_haag,donkeyrepublic.com,https://stables.donkey.bike/api/public/gbfs/2/donkey_rotterdam_den_haag/gbfs,1.0 ; 2.3,
NL,Donkey Republic Utrecht,Utrecht,donkey_ut,https://www.donkey.bike/cities/bike-rental-utrecht/,https://stables.donkey.bike/api/public/gbfs/2/donkey_ut/gbfs.json,1.0 ; 2.3,
NL,Donkey Republic Utrechtse Heuvelrug,Utrechtse Heuvelrug,donkey_utrechtse_heuvelrug,https://www.donkey.bike/,https://stables.donkey.bike/api/public/gbfs/2/donkey_utrechtse_heuvelrug/gbfs.json,1.0 ; 2.3,
NL,GoAbout,Netherlands,goabout,https://goabout.com,https://gbfs.goabout.com/2/gbfs.json,2.0,
Expand Down

0 comments on commit 1a611c4

Please sign in to comment.