Hello, I'd like to get all the disused train lines in France. The following query can time-out, and iOT isn't happy if I run it again ("Check your quota"):
Is there a better way, possibly using the command-line? Thank you. asked 25 Aug '21, 18:44 Shohreh |
If you're after actual closed railways the popular tags are:
I've used a smaller relation for ease of explanation. For the whole of France & Corsica use area(3601403916); (~20mb) If you're specifically after tags which aren't the above then you'll almost certainly need to split your search into smaller areas as using the 'railway' key searched all values for it, which returns quite a bit more data than just 'rail'. answered 26 Aug '21, 15:38 DaveF Thanks much for the syntax.
(26 Aug '21, 17:26)
Shohreh
|
Addendum to original answer: You may get away with calling this just once, for the whole of the country (~40mb). The Regex '^' & '$' means the search has to start & end with those words so, in fact, it's only searching for whole words.
answered 26 Aug '21, 18:01 DaveF I'll give it a try, and see if OT doesn't complain with my querying too much data.
(26 Aug '21, 18:11)
Shohreh
|