this post was submitted on 20 Aug 2023
51 points (100.0% liked)

traingang

22593 readers
10 users here now

Post as many train pictures as possible.

All about urbanism and transportation, including freight transportation.

Home of train gang

:arm-L::train-shining::arm-R:

Talk about supply chain issues here!

List of cool books and videos about urbanism, transit, and other cool things

Titles must be informative. Please do not title your post "lmao" or use the tired "_____ challenge" format.

Archive links for reactionary sites, including the BBC.

LANDLORDS COWER IN FEAR OF MAOTRAIN

"that train pic is too powerful lmao" - u/Cadende

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 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)