Skip to content

Project exploring rendering mapping data from UK cinemas

Notifications You must be signed in to change notification settings

surelybassy/FoliumMapping

Repository files navigation

Folium Mapping

Outline

Explore interactive mapping techniques with Folium, Python and Dash.

The Data

Using Python and the Beautiful Soup library, the Data was scraped across multiple page from https://film.list.co.uk/cinemas/ into a Pandas Dataframe and exported to a CSV file.

Mapping the Data

The data collected was imported into Python and mapped using the Folium library. The maps are then exported as HTML pages, that can then be used in various ways.

Below are several examples of the different settings and options available.

Interactive demos:

Simple Mapping Example.

Map with colour coded points.

Points with pop-ups

Maps with Clusters

Example 1: Simple plotting of cinema coordinates on the map. Settings: tiles='CartoDB dark_matter'

Map 1

Example 2: Plotting cinema coordinates, colour coded by variables in the dataset. Settings: tiles='Stamen Watercolor'

Map 2

Example 3: Adding pop-up with information to each point. Settings: tiles='CartoDB positron'

Map 3

Example 4: Colour coded with Pop-ups. Settings: tiles='OpenStreetMap'

Map 4

Example 5: Clustering point by location. Settings: tiles='CartoDB dark_matter'

Clustered Map

About

Project exploring rendering mapping data from UK cinemas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages