Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Link via @HRCH - The Guardian reports on T&E’s research about rail booking problems https://www.theguardian.com/environment/2026/apr/21/almost-half-of-eus-busiest-flight-routes-are-hard-or-impossible-to-book-on-trains-report

Link via @HRCH - The Guardian reports on T&E’s research about rail booking problems https://www.theguardian.com/environment/2026/apr/21/almost-half-of-eus-busiest-flight-routes-are-hard-or-impossible-to-book-on-trains-report

Scheduled Pinned Locked Moved Uncategorized
80 Posts 12 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cycling_on_rails@mastodon.socialC cycling_on_rails@mastodon.social

    @bovine3dom @redjives Do these by-country CSVs include international routes btw?

    redjives@todon.euR This user is from outside of this forum
    redjives@todon.euR This user is from outside of this forum
    redjives@todon.eu
    wrote last edited by
    #67

    @cycling_on_rails @bovine3dom Yes, they do. And it's well within my competency so I might just do it in a bit as an excuse to learning how to use eurostat data in r.

    bovine3dom@masto.aiB 1 Reply Last reply
    0
    • redjives@todon.euR redjives@todon.eu

      @cycling_on_rails @bovine3dom Yes, they do. And it's well within my competency so I might just do it in a bit as an excuse to learning how to use eurostat data in r.

      bovine3dom@masto.aiB This user is from outside of this forum
      bovine3dom@masto.aiB This user is from outside of this forum
      bovine3dom@masto.ai
      wrote last edited by
      #68

      @redjives @cycling_on_rails https://github.com/bovine3dom/biggest_aviation/blob/master/undirected_passengers_per_day.csv

      maybe the eurostat package makes it nicer but for me the worst bit was downloading the data

      redjives@todon.euR cycling_on_rails@mastodon.socialC 2 Replies Last reply
      0
      • bovine3dom@masto.aiB bovine3dom@masto.ai

        @redjives @cycling_on_rails https://github.com/bovine3dom/biggest_aviation/blob/master/undirected_passengers_per_day.csv

        maybe the eurostat package makes it nicer but for me the worst bit was downloading the data

        redjives@todon.euR This user is from outside of this forum
        redjives@todon.euR This user is from outside of this forum
        redjives@todon.eu
        wrote last edited by
        #69

        @bovine3dom I think it should, or at least this will be a nice excuse to find out. I'll let you know when I get around to it. What do you mostly use if not R?

        @cycling_on_rails

        bovine3dom@masto.aiB 1 Reply Last reply
        0
        • bovine3dom@masto.aiB bovine3dom@masto.ai

          @cycling_on_rails @redjives

          yes

          it took me like an hour to wrangle and grok it so i don't think i was being too rude when i said it was probably beyond T&E

          Link Preview Image
          partim@social.tchncs.deP This user is from outside of this forum
          partim@social.tchncs.deP This user is from outside of this forum
          partim@social.tchncs.de
          wrote last edited by
          #70

          @bovine3dom @cycling_on_rails @redjives This looks weird. Departure and arrival country look flipped from departure and arrival airport.

          And if you have them, IATA codes would be nicer than ICAO codes.

          bovine3dom@masto.aiB 1 Reply Last reply
          0
          • redjives@todon.euR redjives@todon.eu

            @bovine3dom I think it should, or at least this will be a nice excuse to find out. I'll let you know when I get around to it. What do you mostly use if not R?

            @cycling_on_rails

            bovine3dom@masto.aiB This user is from outside of this forum
            bovine3dom@masto.aiB This user is from outside of this forum
            bovine3dom@masto.ai
            wrote last edited by
            #71

            @redjives @cycling_on_rails

            i started with duckdb because people always tell me it is good and i want to understand why. then as usual i went back to clickhouse-local when basic features like `limit by` were missing

            Link Preview Image
            biggest_aviation/readme.md at master · bovine3dom/biggest_aviation

            wrangle eurostat data to get biggest cross-border aviation routes - biggest_aviation/readme.md at master · bovine3dom/biggest_aviation

            favicon

            GitHub (github.com)

            cycling_on_rails@mastodon.socialC 1 Reply Last reply
            0
            • partim@social.tchncs.deP partim@social.tchncs.de

              @bovine3dom @cycling_on_rails @redjives This looks weird. Departure and arrival country look flipped from departure and arrival airport.

              And if you have them, IATA codes would be nicer than ICAO codes.

              bovine3dom@masto.aiB This user is from outside of this forum
              bovine3dom@masto.aiB This user is from outside of this forum
              bovine3dom@masto.ai
              wrote last edited by
              #72

              @partim sorry, yeah, it's undirected and i knew that could happen but i decided i didn't care. i didn't want to group by them because god knows how basel is listed

              i only have the codes i was given but a join would be trivial (i was considering making a map before my stomach reminded me that i hadn't had lunch yet)

              @cycling_on_rails @redjives

              partim@social.tchncs.deP 1 Reply Last reply
              0
              • bovine3dom@masto.aiB bovine3dom@masto.ai

                @redjives @cycling_on_rails https://github.com/bovine3dom/biggest_aviation/blob/master/undirected_passengers_per_day.csv

                maybe the eurostat package makes it nicer but for me the worst bit was downloading the data

                cycling_on_rails@mastodon.socialC This user is from outside of this forum
                cycling_on_rails@mastodon.socialC This user is from outside of this forum
                cycling_on_rails@mastodon.social
                wrote last edited by
                #73

                @bovine3dom @redjives Hum looks like cn_dep and cn_arr have been swapped.

                Interesting that Madrid-Rome is top 1 (of international routes). When high-speed rail tunnel through the Mediterranean? 🤔 A good one for @jon 's #BullshitMeter 😜

                1 Reply Last reply
                0
                • bovine3dom@masto.aiB bovine3dom@masto.ai

                  @redjives @cycling_on_rails

                  i started with duckdb because people always tell me it is good and i want to understand why. then as usual i went back to clickhouse-local when basic features like `limit by` were missing

                  Link Preview Image
                  biggest_aviation/readme.md at master · bovine3dom/biggest_aviation

                  wrangle eurostat data to get biggest cross-border aviation routes - biggest_aviation/readme.md at master · bovine3dom/biggest_aviation

                  favicon

                  GitHub (github.com)

                  cycling_on_rails@mastodon.socialC This user is from outside of this forum
                  cycling_on_rails@mastodon.socialC This user is from outside of this forum
                  cycling_on_rails@mastodon.social
                  wrote last edited by
                  #74

                  @bovine3dom @redjives For the license I guess https://commission.europa.eu/legal-notice_en applies (linked as "Legal Notice" from the Eurostat website)?

                  "Unless otherwise indicated (e.g. in individual copyright notices), content owned by the EU on this website is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) licence. This means that reuse is allowed, provided appropriate credit is given and changes are indicated."

                  cycling_on_rails@mastodon.socialC 1 Reply Last reply
                  0
                  • bovine3dom@masto.aiB bovine3dom@masto.ai

                    @partim sorry, yeah, it's undirected and i knew that could happen but i decided i didn't care. i didn't want to group by them because god knows how basel is listed

                    i only have the codes i was given but a join would be trivial (i was considering making a map before my stomach reminded me that i hadn't had lunch yet)

                    @cycling_on_rails @redjives

                    partim@social.tchncs.deP This user is from outside of this forum
                    partim@social.tchncs.deP This user is from outside of this forum
                    partim@social.tchncs.de
                    wrote last edited by
                    #75

                    @bovine3dom @cycling_on_rails @redjives Might be worth doing the code mapping – everyone remotely involved with aviation will know the IATA codes for these airports by heart and basically noone outside a cockpit will know any of the ICAO codes.

                    partim@social.tchncs.deP 1 Reply Last reply
                    0
                    • cycling_on_rails@mastodon.socialC cycling_on_rails@mastodon.social

                      @bovine3dom @redjives For the license I guess https://commission.europa.eu/legal-notice_en applies (linked as "Legal Notice" from the Eurostat website)?

                      "Unless otherwise indicated (e.g. in individual copyright notices), content owned by the EU on this website is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) licence. This means that reuse is allowed, provided appropriate credit is given and changes are indicated."

                      cycling_on_rails@mastodon.socialC This user is from outside of this forum
                      cycling_on_rails@mastodon.socialC This user is from outside of this forum
                      cycling_on_rails@mastodon.social
                      wrote last edited by
                      #76

                      @bovine3dom @redjives ...which of course doesn't say much as the Eurostat data is on a different domain. And the notice only applies to "content owned by the EU", which is impossible to know as a passerby.

                      1 Reply Last reply
                      0
                      • partim@social.tchncs.deP partim@social.tchncs.de

                        @bovine3dom @cycling_on_rails @redjives Might be worth doing the code mapping – everyone remotely involved with aviation will know the IATA codes for these airports by heart and basically noone outside a cockpit will know any of the ICAO codes.

                        partim@social.tchncs.deP This user is from outside of this forum
                        partim@social.tchncs.deP This user is from outside of this forum
                        partim@social.tchncs.de
                        wrote last edited by
                        #77

                        @bovine3dom @cycling_on_rails @redjives And for bonus points, collapse all airports of a metropolitan region (i.e., all the London airports into LON). No idea if these datasets are available freely. IATA can be a wee bit greedy.

                        bovine3dom@masto.aiB 1 Reply Last reply
                        0
                        • partim@social.tchncs.deP partim@social.tchncs.de

                          @bovine3dom @cycling_on_rails @redjives And for bonus points, collapse all airports of a metropolitan region (i.e., all the London airports into LON). No idea if these datasets are available freely. IATA can be a wee bit greedy.

                          bovine3dom@masto.aiB This user is from outside of this forum
                          bovine3dom@masto.aiB This user is from outside of this forum
                          bovine3dom@masto.ai
                          wrote last edited by
                          #78

                          @partim @cycling_on_rails @redjives grouping by nearest big city seems to help. apparently i need to exclude more of north africa and south america

                          Link Preview Image
                          cycling_on_rails@mastodon.socialC 1 Reply Last reply
                          0
                          • bovine3dom@masto.aiB bovine3dom@masto.ai

                            @partim @cycling_on_rails @redjives grouping by nearest big city seems to help. apparently i need to exclude more of north africa and south america

                            Link Preview Image
                            cycling_on_rails@mastodon.socialC This user is from outside of this forum
                            cycling_on_rails@mastodon.socialC This user is from outside of this forum
                            cycling_on_rails@mastodon.social
                            wrote last edited by
                            #79

                            @bovine3dom @partim @redjives So many flights to Barcelona and still only 2000 pax/day/direction across the border on the high-speed line. 🫣 #CrossBorderRail

                            1 Reply Last reply
                            0
                            • moof@cupoftea.socialM This user is from outside of this forum
                              moof@cupoftea.socialM This user is from outside of this forum
                              moof@cupoftea.social
                              wrote last edited by
                              #80

                              @q @bovine3dom @stefanlindbohm @jon @HRCH The problem there becomes one of certificate management though.

                              If I set up Trainseller.com and manage to get a license to sell DB and OBB tickets, and bundle them together… The various scanning machines that all the companies use still need to be updated with Trainseller.com’s signing certificate, or my certificate needs signing by the various operators individually, and that be bundled on the ticket… What is your proposal to make that viable?

                              (And of course, you need to deal with revocations and the like)

                              You've made two attempts at this famous for being a pain to deal with.

                              How do you solve this at a European scale, when there could be thousands of resellers that need certificates managing?

                              1 Reply Last reply
                              1
                              0
                              • R relay@relay.infosec.exchange shared this topic
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups