I got tired of searching “where was this filmed” and landing on listicles, so I built the map instead. Search a title to see where it was shot, or search a place to see what was made there.

2,538 locations, 4,214 films and series. It is all built from Wikidata, one statement per pin, so every card links back to the source and you can check me.

It is honest about what it does not know, which no listicle is. 938 productions are recorded only at country level and the page says so. Gladiator is Malta and Morocco and nothing finer. Casablanca resolves to California. It also never claims which scene was shot where, because filming records do not carry that.

430 video games are on there too, placed by where they are set rather than shot, because a game is filmed nowhere.

:https://thefilmmap.com/

  • mushroommunk@lemmy.today
    link
    fedilink
    English
    arrow-up
    13
    ·
    5 days ago

    Wikidata misses so much information for film locations sadly.

    Did you look at parsing locations under the “Filming” sections of Wikipedia? Those get more detailed and accurate.

    A good example is Transformers: The Last Knight. Wikidata has nothing, Wikipedia has like 15 locations, some down to the exact building

    • Flightmussy@sopuli.xyzOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 days ago

      I will see if I can find a solution for it. It is started with wikidata because it is the easiest solution, but I will have to sooner parse because to get a more complete map. I hope to make the map more complete.

      • mushroommunk@lemmy.today
        link
        fedilink
        English
        arrow-up
        4
        ·
        5 days ago

        Yeah don’t get me wrong. I love the idea and project and that’s exactly why I’m suggesting more sources. I want to see it succeed. I totally get having to start somewhere though and coding the easiest start.

    • [object Object]@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 days ago

      Yep, I lived in Brantford while they filmed Silent Hill and it’s not on the map

      We were all really excited that they cleaned up the creepy fake people added to the abandoned storefronts to make downtown feel nicer.

      • Flightmussy@sopuli.xyzOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        5 days ago

        That must be so cool to witness it! I will see if I can add it and you will be cited of course in the change log. Thanks for mentioning it:)

      • mushroommunk@lemmy.today
        link
        fedilink
        English
        arrow-up
        2
        ·
        5 days ago

        That was probably fun for a week or two though I’d imagine. Leaning into a little horror fun. I’m a sucker for Halloween though so maybe just me

        • [object Object]@lemmy.ca
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 days ago

          They had these colourful human silhouettes in all the closed businesses to make it feel lively. But the problem is when the whole street is just silhouettes it does not feel lively, it’s creepy and weird. And not in a Halloween way.

      • mushroommunk@lemmy.today
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 days ago

        Although normally I’d agree, not so much here. Wikipedia headers are uniform most of the time so checking if a film has a filming section is easy. Then they handily wrap locations in a tag for their own processing purposes.

        For example: [[Havana]]

        That’s about as easy to parse as you can get.

        • Aatube@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          5 days ago

          they don’t just wrap locations in brackets, they wrap every single link in brackets so the software knows to make it a link. wikipedia’s big shtick is making articles have tons of link to each other so that is not easy to figure out which one is the location

          not to mention examples like Terminator 1:

          Filming for ‘‘The Terminator’’ was set to begin in early 1983 in [[Toronto]], but was halted when producer [[Dino De Laurentiis]] applied an option in Schwarzenegger’s contract that would make him unavailable

          when they started filming, the set was moved to Los Angeles. following a link in that section to Rambo 2:

          The film was shot between June and August 1984 [[Location shooting|on location]] in the state of [[Guerrero]], Mexico, and [[Thailand]].

          clearly, the movie wasn’t shot in “Location shooting”, and we can’t just discard Thailand when placing all of the films dots on a map. similarly, Get Out begins with “[[Principal photography]] began on February 16, 2016.”

          • mushroommunk@lemmy.today
            link
            fedilink
            English
            arrow-up
            2
            ·
            5 days ago

            Yeah? That’s all exceedingly easy to the point of boring to handle. Grab everything between double brackets, test against the openstreetmaps data they’re using. If it isn’t a location, ignore. Done. As for your Thailand example, discarding regions that are too broad is exactly what they’re doing already based on a couple movies I looked at. I’d probably still save it for later as it’s a known trusted location I can compare against if I ever find another source of data.

            • Aatube@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              4 days ago

              What about the Terminator example? That is a location.

              i’m not saying they should discard locations that are too broad (which in fact shouldn’t be linked); i’m saying when there’s multiple locations, all should be included.