Forum Discussion

Wim's avatar
Wim
Steady Solver
4 months ago

Please remove public racks from the City Explorer

In the City Explorer view for Chicago, about half of the "Divvy stations" are not actually stations at all. They're just public bike racks. You can lock an ebike here without a fee, but you can't get or leave a classic bike. They shouldn't show up in the City Explorer.

In the Lyft last mile API json (https://s3.amazonaws.com/lyft-lastmile-production-iad/lbs/chi/station_information.json) these are indicated with:

    "rack_model": "CITY_PUBLIC_RACK"

And in the GBFS station information feed (https://gbfs.divvybikes.com/gbfs/en/station_information.json) they are indicated by:

    "station_type": "lightweight",
    "has_kiosk": false

In the Graph QL API (https://account.divvybikes.com/bikesharefe-gql) they're also indicated as "lightweight", but so are e-bike only stations. Fortunately the station name always seems to start with "Public Rack", so they can still be distinguished by the name prefix e.g.:

{
  "stationId": "motivate_CHI_1806749740082741752",
  "stationName": "Public Rack - Milwaukee Ave & Lawrence Ave",
  "location": {
    "lat": 41.967385,
    "lng": -87.760169,
    "__typename": "Location"
  },
  "bikesAvailable": 0,
  "bikeDocksAvailable": 2,
  "ebikesAvailable": 0,
  "totalBikesAvailable": 0,
  "isValet": false,
  "isOffline": false,
  "isLightweight": true,
  "siteId": "",
  "ebikes": [],
  "lastUpdatedMs": 1682970704000,
  "__typename": "Station"
}

Here is a google maps example of what one of these "stations" looks like, i.e. it's just a city rack:

https://maps.app.goo.gl/jmnHeaqnbtQ32QDM9 

Please remove these from the map in the bike share mobile app. They're too many, too visually noisy, and not useful.

Those city racks are almost always empty, so all they do is put a whole bunch of "Zero" pins on the map and obscure the real stations, like you can see in the screenshot below - the pin near the CTA station is a "real" bike share station, but all the zero pins on S Pulaski Rd are just public racks.

 

7 Replies

  • jm's avatar
    jm
    Hustlin' Helper

    When I go into View Profile  > City Explorer, it shows me a map of the stations visited and not.

  • devvy's avatar
    devvy
    Casual Commenter

    Wim​ is there a way to generate a list of "classic" stations one hasn't visited?

    I'm asking because I believe I'm down to 168 stations to visit, and I imagine based on the process that I've been using so far that tracking down the last dozen or so stations is going to be a nightmare unless I can just have a list, or better yet a map of remaining stations.

    What are your thoughts? Surely there must be a way I can pull my own data out of the app to see which stations I have visited and subtract that from a list of all "classic" stations.

     

  • Lyft_Omar's avatar
    Lyft_Omar
    Bike Angels Team

    Hey Wim!

    Thanks for the breakdown and feedback about how public bike racks are counted as Divvy Stations. I am flagging this feedback internally and will get back to you if this does change as for an app experience I can definitely see how this may be confusing for new riders plus, as you stated, adds visual clutter. 

    • Wim's avatar
      Wim
      Steady Solver

      Hi Omar, what was the result of "flagging this feedback internally"? Any progress on this request? Thanks 

      • Lyft_Omar's avatar
        Lyft_Omar
        Bike Angels Team

        Heya Wim​!

        I did provide the feedback and discussed it with relevant internal teams and they received the feedback well! Just a lot of projects brewing in the background so this might not be immediately changed.

        Apologies for the delay 😔, appreciate your patience and understanding here!