• 7bicycles [he/him]
    ·
    1 year ago

    https://overpass-turbo.eu/

    Based on OSM data, so can be spotty depending on the local scene, also foregoes on street parking but it gets you close enough and it's free

    • alycat [she/her, comrade/them]
      ·
      1 year ago

      Thank you for that. I'm just realising how "tame" my area is with parking in comparison to places in the US. There are new ones being built though, so it's actively getting as bad as it is there

      This was the query I ran if anyone wants to reuse it

      query spoiler
      /*
      This has been generated by the overpass-turbo wizard.
      The original search was:
      “"parking lot"”
      */
      [out:json][timeout:55];
      // gather results
      (
        // query part for: “"parking lot"”
        node["amenity"="parking"]({{bbox}});
        way["amenity"="parking"]({{bbox}});
        relation["amenity"="parking"]({{bbox}});
      );
      // print results
      out body;
      >;
      out skel qt;
      

      It did pick up some street parking, but only the ones that had it in the middle not the sides (like the ones where there's a bus lane on the left)