• alycat [she/her, comrade/them]@hexbear.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months 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)