wonwooyoon/metatake-filming-locations
Metatake Film Filming-Locations Dataset A structured, geocoded map of where films were shot and set — 17,341 locations across 1,917 films and 130 countries, each with coordinates. A layer that mostly does not exist as open data elsewhere: it distinguishes the filmed location from the narrative setting, and records each place's role in the film. Curated and published by Metatake — an independent film-criticism platform. See the full per-film pages, e.g. Mulholland Drive.… See the full description on the dataset page: https://huggingface.co/datasets/wonwooyoon/metatake-filming-locations.
Metatake Film Filming-Locations Dataset
A structured, geocoded map of where films were shot and set — 17,341 locations across 1,917 films and 130 countries, each with coordinates. A layer that mostly does not exist as open data elsewhere: it distinguishes the filmed location from the narrative setting, and records each place's role in the film.
Curated and published by [Metatake](https://metatake.net) — an independent film-criticism platform. See the full per-film pages, e.g. Mulholland Drive.
Files
Fields
How it was built
Locations are extracted per film from public reference sources and Metatake's own close-reading pass, then geocoded and reconciled. Two passes separate filmed from setting. Method notes: https://metatake.net/methodology#locations . This is curated interpretive data, not a comprehensive shooting-permit registry — coverage skews to films Metatake has read closely.
Usage
from datasets import load_dataset
ds = load_dataset("<owner>/metatake-filming-locations") # after upload
# or read the file directly:
import pandas as pd
df = pd.read_json("metatake-filming-locations.jsonl", lines=True)License & citation
Licensed CC BY-NC 4.0 — free to use, share, and adapt with attribution to Metatake, non-commercial. Attribution is the whole deal (the legal form of the "cite us" line every Metatake surface carries).
@misc{metatake_filming_locations,
title = {Metatake Film Filming-Locations Dataset},
author = {Metatake},
year = {2026},
url = {https://metatake.net},
note = {CC BY-NC 4.0}
}Live API for the same data (single film / by country): https://metatake.net/api
