Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.73 KB

The Jon Fosse Heatmap

This small repository utilise data from the National Performing Arts Archive (Sceneweb) about theatre productions based on plays by Jon Fosse, to create map visualisations. The objective is to visualise the geographical distribution of Fosse's work over time (1994-2024).

The script:

  • loads data from Excel
  • geocode street addresses into geo-coordinates (OpenCage's Geocoding API)
  • creates an interactive map with all productions
  • creates a heatmap of productions over time

Preview the maps

If you want to view the maps, without producing them yourself, you can download the HTMLs and open them in your browser:

Data

The data is provided by the National Performing Arts Archive of Norway (sceneweb.no).

Running the Notebook

Jupyter Notebooks are interactive tools for computation. However, they do not require computational expertise. Basically, they contain a mix of explanatory text and code cells. Text cells are written in Markdown, while code cells are written in Python.

To execute a code cell, you just have to make sure that it is marked, and then press Shift + Enter.

Read more about working with notebooks at the Jupyter Notebook documentation pages.

Requirements

The script is written in Python and requires the following packages to be installed:

  • pandas
  • geopy
  • opencage
  • folium