SlideShare una empresa de Scribd logo
1 de 30
Visualising the energy costs of
commuting
From static graphs to online,
maps via infographics
Robin Lovelace, University of Leeds
(GeoTalisman)
@robinlovelace, github
Motivation
• Peak oil, obesity, climate change, recession
• Energy: 'master resource', affects all
See Berners-Lee and Clarke (2013)
Thinking about energy costs of
transport
See Lovelace et al. (2011)
Here!
Sense
of future
Where we're at: regional variability
Energy use per
average one way
trip to work: Mega
Joules per trip (Etrp
in MJ)
Data source: 2001 Census
Train network
• Cut continous variable in
bath-sized chunks:
la$Baths <- cut(la$ET/
(la$all.all * 3.6 * 5),
breaks=c(0,1,2,3)
)
One bath = 5 kWh = 3.6 * 5 MJ
(MacKay, 2009)
Add baths and text
in image editor
Individual-level variability
Data source: National Travel Survey (2002 - 2008)
Inequalities within areas
Lovelace et al. (2013)
Going Dutch
• Scenario of high
cycling uptake
• Realistic based
on Dutch data
• 'What if' not 'it
will' approach
source: London Cycling Campaign
Going Dutch: Energy savings from
high cycling uptake scenario
National-level comparisons
Average energy costs per one way trip to work in English regions (2001) and
Dutch provinces (2010)
Going Finnish
Going Finnish: assumptions
Based on work by Finlanders Helminen,
Ristimäki, M. (2007)
Energy saving from telecommuting
results
Compare with cycling uptake
(below)
Making analysis reproducible
• Link to data: Dutch data taken from
Statistics Netherlands and English
data from Casweb
• Most analysis + visualisation in R
• Result reproducible: RPubs
documents + uploaded .zip folder
• RMarkdown runs code 'live'
Key functions for mapping in R
x = c("ggplot2", "sp", "rgeos", "mapproj", "rgdal",
"maptools")
lapply(x, require, character.only = T)
gors <- readOGR(".", layer = "GOR_st121")
fgor <- fortify(gors, region = "ZONE_LABEL")
fgor <- merge(fgor, gors@data[, c(1, 2, 3, 8, ncol(gors@data))],
by.x = "id", by.y = ZONE_LABEL")
p <- ggplot(data = fgor, aes(x = long/1000, y =
lat/1000))
p + geom_polygon(data = fgor, aes(x = long/1000, y =
lat/1000, fill = ET/all.all,
group = group)) + ...
Making that dynamic
• Gas guzzler map - video
• Work needed here
• Ideal would be interactive
Google's Fusion Tables
• Shpescape = for
loading shp files
• As described by Dr Rae
• Pros
– Fast, user friendly
– Sensible presets
– no need for servers
• Cons
– Not flexible
– Data ownership (NSA?)
Geoserver on Amazon Web Server
• Experimented with Geoserver
• Running on Amazon's Web Services
(AWS), with 1 year free
• Upload shapefiles, server side (Geoserver
interface) + client side (OpenLayers) edits
• Not currently set-up
• Pros: Flexibility, control of information,
massively scalable (geodb)
• Cons: Tricky, time consuming and some
cost
Impact
• People seem to relate to research more
when it's in visual form
• Very good response from people in range
of other disciplines
• Still struggling to engage 'policy makers'
• Increased accessibility and potential
'impact' (in context of REF)
Taking it further
• Geo-visualisations with 'processing'
• Flow mapping in R
• Energy use at the road level
• Comparisons with other energy users
Conclusions
• Range of visualisation options available
now is wider than ever - take advantage!
• Each option has pros and cons - decision
should be context-specific
• Advantages of moving beyond static
graphs and maps, esp. in age of 'big data'
• Don't get caught up in the details, focus on
message
Go references + questions
Berners-Lee, M., & Clark, D. (2013). The Burning Question: We can’t burn half
the world's oil, coal and gas. So how do we quit? Profile Books
Helminen, V., & Ristimäki, M. (2007). Relationships between commuting
distance, frequency and telework in Finland. Journal of Transport
Geography
Lovelace, R., Ballas, D., & Watson, M. (2013). A spatial microsimulation
approach for the analysis of commuter patterns: from individual to regional
levels. Journal of Transport Geography
Lovelace, R., Beck, S. B. M. B. M., Watson, M., & Wild, A. (2011). Assessing
the energy implications of replacing car trips with bicycle trips in Sheffield,
UK. Energy Policy
Email: R . Lovelace @ Leeds . ac . uk
'Eco-localisation'
• It's the localisation of
economic activity (North
2010; Greer 2009)
• Extent of process
depends on your
perspective
• Tried to model it...
• But some things are best
not quantified (and so
says Vaclav Smil)
Visualising the energy costs of commuting

Más contenido relacionado

La actualidad más candente

Visualizing 3D atmospheric data with spherical volume texture on virtual globes
Visualizing 3D atmospheric data with spherical volume texture on virtual globesVisualizing 3D atmospheric data with spherical volume texture on virtual globes
Visualizing 3D atmospheric data with spherical volume texture on virtual globesJianming Liang
 
ePOM - Intro to Ocean Data Science - Raster and Vector Data Formats
ePOM - Intro to Ocean Data Science - Raster and Vector Data FormatsePOM - Intro to Ocean Data Science - Raster and Vector Data Formats
ePOM - Intro to Ocean Data Science - Raster and Vector Data FormatsGiuseppe Masetti
 
3D Analyst - Lake Lorelindu by GRASS
3D Analyst - Lake Lorelindu by GRASS3D Analyst - Lake Lorelindu by GRASS
3D Analyst - Lake Lorelindu by GRASSHartanto Sanjaya
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood ArifKU Leuven
 
OpenLayers Feature Frenzy
OpenLayers Feature FrenzyOpenLayers Feature Frenzy
OpenLayers Feature FrenzyAndreas Hocevar
 
Digital Ortho Image Creation of Hall County Aerial Photos
Digital Ortho Image Creation of Hall County Aerial PhotosDigital Ortho Image Creation of Hall County Aerial Photos
Digital Ortho Image Creation of Hall County Aerial Photosmpadams77
 
TGS AP - Australia 3Ds Flyer
TGS AP - Australia 3Ds FlyerTGS AP - Australia 3Ds Flyer
TGS AP - Australia 3Ds FlyerTGS
 

La actualidad más candente (13)

3D GIS time travel
3D GIS time travel3D GIS time travel
3D GIS time travel
 
Aligning data
Aligning dataAligning data
Aligning data
 
Visualizing 3D atmospheric data with spherical volume texture on virtual globes
Visualizing 3D atmospheric data with spherical volume texture on virtual globesVisualizing 3D atmospheric data with spherical volume texture on virtual globes
Visualizing 3D atmospheric data with spherical volume texture on virtual globes
 
ePOM - Intro to Ocean Data Science - Raster and Vector Data Formats
ePOM - Intro to Ocean Data Science - Raster and Vector Data FormatsePOM - Intro to Ocean Data Science - Raster and Vector Data Formats
ePOM - Intro to Ocean Data Science - Raster and Vector Data Formats
 
3D Analyst - Lake Lorelindu by GRASS
3D Analyst - Lake Lorelindu by GRASS3D Analyst - Lake Lorelindu by GRASS
3D Analyst - Lake Lorelindu by GRASS
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
 
BREWSTER_K_poster
BREWSTER_K_posterBREWSTER_K_poster
BREWSTER_K_poster
 
OpenLayers Feature Frenzy
OpenLayers Feature FrenzyOpenLayers Feature Frenzy
OpenLayers Feature Frenzy
 
PhD Topics
PhD TopicsPhD Topics
PhD Topics
 
Hawaii november conference outline
Hawaii november conference outlineHawaii november conference outline
Hawaii november conference outline
 
Digital Ortho Image Creation of Hall County Aerial Photos
Digital Ortho Image Creation of Hall County Aerial PhotosDigital Ortho Image Creation of Hall County Aerial Photos
Digital Ortho Image Creation of Hall County Aerial Photos
 
Icelandic Bathy model
Icelandic Bathy modelIcelandic Bathy model
Icelandic Bathy model
 
TGS AP - Australia 3Ds Flyer
TGS AP - Australia 3Ds FlyerTGS AP - Australia 3Ds Flyer
TGS AP - Australia 3Ds Flyer
 

Similar a Visualising the energy costs of commuting

Travelling to work in a post-carbon world
Travelling to work in a post-carbon worldTravelling to work in a post-carbon world
Travelling to work in a post-carbon worldRobin Lovelace
 
NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...
NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...
NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...North Dakota GIS Hub
 
EcoTas13 BradEvans e-Mast UNSW
EcoTas13 BradEvans e-Mast UNSWEcoTas13 BradEvans e-Mast UNSW
EcoTas13 BradEvans e-Mast UNSWTERN Australia
 
Automated schematization using open standards, by Nottingham Uni
Automated schematization using open standards, by Nottingham UniAutomated schematization using open standards, by Nottingham Uni
Automated schematization using open standards, by Nottingham UniBritish Cartographic Society
 
Exploring DEM error with geographically weighted regression
Exploring DEM error with geographically weighted regressionExploring DEM error with geographically weighted regression
Exploring DEM error with geographically weighted regressionGeoCommunity
 
Assessing ecosystem services over large areas
Assessing ecosystem services over large areasAssessing ecosystem services over large areas
Assessing ecosystem services over large areasAlessandro Gimona
 
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RFinding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RRevolution Analytics
 
EcoTas13 BradEvans e-MAST data
EcoTas13 BradEvans e-MAST dataEcoTas13 BradEvans e-MAST data
EcoTas13 BradEvans e-MAST dataTERN Australia
 
D1T2 canonical ecological niche modeling
D1T2 canonical ecological niche modelingD1T2 canonical ecological niche modeling
D1T2 canonical ecological niche modelingTown Peterson
 
Aghora A High-Order DG Solver for Turbulent Flow Simulations.pdf
Aghora  A High-Order DG Solver for Turbulent Flow Simulations.pdfAghora  A High-Order DG Solver for Turbulent Flow Simulations.pdf
Aghora A High-Order DG Solver for Turbulent Flow Simulations.pdfSandra Valenzuela
 
ECEN+5264 TERM PAPER_Mithul Thanu
ECEN+5264 TERM PAPER_Mithul ThanuECEN+5264 TERM PAPER_Mithul Thanu
ECEN+5264 TERM PAPER_Mithul ThanuMithul Thanu
 
Autocorrelation_kriging_techniques for Hydrology
Autocorrelation_kriging_techniques for HydrologyAutocorrelation_kriging_techniques for Hydrology
Autocorrelation_kriging_techniques for Hydrologysmartwateriitrk
 
Adv. Structral geolgy assignment.pptx
Adv. Structral geolgy assignment.pptxAdv. Structral geolgy assignment.pptx
Adv. Structral geolgy assignment.pptxDidhaaDirribaaHarmee
 
EcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MASTEcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MASTTERN Australia
 
Comparing directional maps
Comparing directional mapsComparing directional maps
Comparing directional mapsRahul Rakshit
 
USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...
USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...
USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...IEA-ETSAP
 
A Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image DenoisingA Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image DenoisingIOSR Journals
 
Topological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial SystemsTopological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial SystemsMason Porter
 

Similar a Visualising the energy costs of commuting (20)

Travelling to work in a post-carbon world
Travelling to work in a post-carbon worldTravelling to work in a post-carbon world
Travelling to work in a post-carbon world
 
NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...
NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...
NDGeospatialSummit2019 - Using GIS and Machine-Learning to Recognize Subtle L...
 
EcoTas13 BradEvans e-Mast UNSW
EcoTas13 BradEvans e-Mast UNSWEcoTas13 BradEvans e-Mast UNSW
EcoTas13 BradEvans e-Mast UNSW
 
Automated schematization using open standards, by Nottingham Uni
Automated schematization using open standards, by Nottingham UniAutomated schematization using open standards, by Nottingham Uni
Automated schematization using open standards, by Nottingham Uni
 
Exploring DEM error with geographically weighted regression
Exploring DEM error with geographically weighted regressionExploring DEM error with geographically weighted regression
Exploring DEM error with geographically weighted regression
 
Assessing ecosystem services over large areas
Assessing ecosystem services over large areasAssessing ecosystem services over large areas
Assessing ecosystem services over large areas
 
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RFinding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
 
EcoTas13 BradEvans e-MAST data
EcoTas13 BradEvans e-MAST dataEcoTas13 BradEvans e-MAST data
EcoTas13 BradEvans e-MAST data
 
D1T2 canonical ecological niche modeling
D1T2 canonical ecological niche modelingD1T2 canonical ecological niche modeling
D1T2 canonical ecological niche modeling
 
Aghora A High-Order DG Solver for Turbulent Flow Simulations.pdf
Aghora  A High-Order DG Solver for Turbulent Flow Simulations.pdfAghora  A High-Order DG Solver for Turbulent Flow Simulations.pdf
Aghora A High-Order DG Solver for Turbulent Flow Simulations.pdf
 
ECEN+5264 TERM PAPER_Mithul Thanu
ECEN+5264 TERM PAPER_Mithul ThanuECEN+5264 TERM PAPER_Mithul Thanu
ECEN+5264 TERM PAPER_Mithul Thanu
 
Variograms
VariogramsVariograms
Variograms
 
Autocorrelation_kriging_techniques for Hydrology
Autocorrelation_kriging_techniques for HydrologyAutocorrelation_kriging_techniques for Hydrology
Autocorrelation_kriging_techniques for Hydrology
 
Adv. Structral geolgy assignment.pptx
Adv. Structral geolgy assignment.pptxAdv. Structral geolgy assignment.pptx
Adv. Structral geolgy assignment.pptx
 
EcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MASTEcoTas13 BradEvans e-MAST
EcoTas13 BradEvans e-MAST
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Comparing directional maps
Comparing directional mapsComparing directional maps
Comparing directional maps
 
USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...
USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...
USEPA9rT whole energy system decarbonization scenario analysis in the Energy ...
 
A Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image DenoisingA Comparative Study of Wavelet and Curvelet Transform for Image Denoising
A Comparative Study of Wavelet and Curvelet Transform for Image Denoising
 
Topological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial SystemsTopological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial Systems
 

Más de Robin Lovelace

Whitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerWhitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerRobin Lovelace
 
From Big City to Bike City NYC's cycling transformation 2007-2013
From Big City to Bike City  NYC's cycling transformation 2007-2013From Big City to Bike City  NYC's cycling transformation 2007-2013
From Big City to Bike City NYC's cycling transformation 2007-2013Robin Lovelace
 
What people think: explaining urban cycling
What people think: explaining urban cyclingWhat people think: explaining urban cycling
What people think: explaining urban cyclingRobin Lovelace
 
Dynamics of Social Interaction Frequency: Role of Geography and Accessibility
Dynamics of Social Interaction Frequency: Role of Geography and AccessibilityDynamics of Social Interaction Frequency: Role of Geography and Accessibility
Dynamics of Social Interaction Frequency: Role of Geography and AccessibilityRobin Lovelace
 
Open Source Software for GIS
Open Source Software for GISOpen Source Software for GIS
Open Source Software for GISRobin Lovelace
 
Transport for development
Transport for developmentTransport for development
Transport for developmentRobin Lovelace
 
Making new connections: transport, mobilities and mobile phones in sub-Sahara...
Making new connections: transport, mobilities and mobile phones in sub-Sahara...Making new connections: transport, mobilities and mobile phones in sub-Sahara...
Making new connections: transport, mobilities and mobile phones in sub-Sahara...Robin Lovelace
 
The Bristol-Bath Freight Consolidation Centre
The Bristol-Bath Freight Consolidation CentreThe Bristol-Bath Freight Consolidation Centre
The Bristol-Bath Freight Consolidation CentreRobin Lovelace
 
In the wake of a tidal stream turbine
In the wake of a tidal stream turbineIn the wake of a tidal stream turbine
In the wake of a tidal stream turbineRobin Lovelace
 
The place of transport in geography
The place of transport in geography The place of transport in geography
The place of transport in geography Robin Lovelace
 
Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...
Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...
Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...Robin Lovelace
 
Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...
Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...
Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...Robin Lovelace
 
English cars vs Dutch bikes
English cars vs Dutch bikesEnglish cars vs Dutch bikes
English cars vs Dutch bikesRobin Lovelace
 

Más de Robin Lovelace (13)

Whitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerWhitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developer
 
From Big City to Bike City NYC's cycling transformation 2007-2013
From Big City to Bike City  NYC's cycling transformation 2007-2013From Big City to Bike City  NYC's cycling transformation 2007-2013
From Big City to Bike City NYC's cycling transformation 2007-2013
 
What people think: explaining urban cycling
What people think: explaining urban cyclingWhat people think: explaining urban cycling
What people think: explaining urban cycling
 
Dynamics of Social Interaction Frequency: Role of Geography and Accessibility
Dynamics of Social Interaction Frequency: Role of Geography and AccessibilityDynamics of Social Interaction Frequency: Role of Geography and Accessibility
Dynamics of Social Interaction Frequency: Role of Geography and Accessibility
 
Open Source Software for GIS
Open Source Software for GISOpen Source Software for GIS
Open Source Software for GIS
 
Transport for development
Transport for developmentTransport for development
Transport for development
 
Making new connections: transport, mobilities and mobile phones in sub-Sahara...
Making new connections: transport, mobilities and mobile phones in sub-Sahara...Making new connections: transport, mobilities and mobile phones in sub-Sahara...
Making new connections: transport, mobilities and mobile phones in sub-Sahara...
 
The Bristol-Bath Freight Consolidation Centre
The Bristol-Bath Freight Consolidation CentreThe Bristol-Bath Freight Consolidation Centre
The Bristol-Bath Freight Consolidation Centre
 
In the wake of a tidal stream turbine
In the wake of a tidal stream turbineIn the wake of a tidal stream turbine
In the wake of a tidal stream turbine
 
The place of transport in geography
The place of transport in geography The place of transport in geography
The place of transport in geography
 
Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...
Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...
Transport, Energy and Socio-Economic Transformation: Solutions for Sustainabi...
 
Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...
Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...
Modelling adaptive capacity to fuel shocks – an indicator for sustainable tra...
 
English cars vs Dutch bikes
English cars vs Dutch bikesEnglish cars vs Dutch bikes
English cars vs Dutch bikes
 

Último

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 

Último (20)

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 

Visualising the energy costs of commuting

  • 1. Visualising the energy costs of commuting From static graphs to online, maps via infographics Robin Lovelace, University of Leeds (GeoTalisman) @robinlovelace, github
  • 2. Motivation • Peak oil, obesity, climate change, recession • Energy: 'master resource', affects all See Berners-Lee and Clarke (2013)
  • 3. Thinking about energy costs of transport See Lovelace et al. (2011)
  • 5. Where we're at: regional variability Energy use per average one way trip to work: Mega Joules per trip (Etrp in MJ) Data source: 2001 Census
  • 6.
  • 8. • Cut continous variable in bath-sized chunks: la$Baths <- cut(la$ET/ (la$all.all * 3.6 * 5), breaks=c(0,1,2,3) ) One bath = 5 kWh = 3.6 * 5 MJ (MacKay, 2009)
  • 9. Add baths and text in image editor
  • 10. Individual-level variability Data source: National Travel Survey (2002 - 2008)
  • 12. Going Dutch • Scenario of high cycling uptake • Realistic based on Dutch data • 'What if' not 'it will' approach source: London Cycling Campaign
  • 13. Going Dutch: Energy savings from high cycling uptake scenario
  • 14. National-level comparisons Average energy costs per one way trip to work in English regions (2001) and Dutch provinces (2010)
  • 16. Going Finnish: assumptions Based on work by Finlanders Helminen, Ristimäki, M. (2007)
  • 17. Energy saving from telecommuting results
  • 18. Compare with cycling uptake (below)
  • 19. Making analysis reproducible • Link to data: Dutch data taken from Statistics Netherlands and English data from Casweb • Most analysis + visualisation in R • Result reproducible: RPubs documents + uploaded .zip folder • RMarkdown runs code 'live'
  • 20. Key functions for mapping in R x = c("ggplot2", "sp", "rgeos", "mapproj", "rgdal", "maptools") lapply(x, require, character.only = T) gors <- readOGR(".", layer = "GOR_st121") fgor <- fortify(gors, region = "ZONE_LABEL") fgor <- merge(fgor, gors@data[, c(1, 2, 3, 8, ncol(gors@data))], by.x = "id", by.y = ZONE_LABEL") p <- ggplot(data = fgor, aes(x = long/1000, y = lat/1000)) p + geom_polygon(data = fgor, aes(x = long/1000, y = lat/1000, fill = ET/all.all, group = group)) + ...
  • 21.
  • 22. Making that dynamic • Gas guzzler map - video • Work needed here • Ideal would be interactive
  • 23. Google's Fusion Tables • Shpescape = for loading shp files • As described by Dr Rae • Pros – Fast, user friendly – Sensible presets – no need for servers • Cons – Not flexible – Data ownership (NSA?)
  • 24. Geoserver on Amazon Web Server • Experimented with Geoserver • Running on Amazon's Web Services (AWS), with 1 year free • Upload shapefiles, server side (Geoserver interface) + client side (OpenLayers) edits • Not currently set-up • Pros: Flexibility, control of information, massively scalable (geodb) • Cons: Tricky, time consuming and some cost
  • 25. Impact • People seem to relate to research more when it's in visual form • Very good response from people in range of other disciplines • Still struggling to engage 'policy makers' • Increased accessibility and potential 'impact' (in context of REF)
  • 26. Taking it further • Geo-visualisations with 'processing' • Flow mapping in R • Energy use at the road level • Comparisons with other energy users
  • 27. Conclusions • Range of visualisation options available now is wider than ever - take advantage! • Each option has pros and cons - decision should be context-specific • Advantages of moving beyond static graphs and maps, esp. in age of 'big data' • Don't get caught up in the details, focus on message
  • 28. Go references + questions Berners-Lee, M., & Clark, D. (2013). The Burning Question: We can’t burn half the world's oil, coal and gas. So how do we quit? Profile Books Helminen, V., & Ristimäki, M. (2007). Relationships between commuting distance, frequency and telework in Finland. Journal of Transport Geography Lovelace, R., Ballas, D., & Watson, M. (2013). A spatial microsimulation approach for the analysis of commuter patterns: from individual to regional levels. Journal of Transport Geography Lovelace, R., Beck, S. B. M. B. M., Watson, M., & Wild, A. (2011). Assessing the energy implications of replacing car trips with bicycle trips in Sheffield, UK. Energy Policy Email: R . Lovelace @ Leeds . ac . uk
  • 29. 'Eco-localisation' • It's the localisation of economic activity (North 2010; Greer 2009) • Extent of process depends on your perspective • Tried to model it... • But some things are best not quantified (and so says Vaclav Smil)