37
+ PGIS techniques to identify land use conflicts in Portsmouth Hélène Draux, Cities Institute, London Metropolitan University [email protected]

PGIS techniques to identify land use conflicts in Portsmouth

Embed Size (px)

DESCRIPTION

Presentation given at the GISRUK 2012, introducing my research on Participatory GIS to identify land use conflicts. It introduces the methods used to investigate land use conflict in coastal city, focusing primarily on the online survey.

Citation preview

Page 1: PGIS techniques to identify land use conflicts in Portsmouth

+

PGIS techniques to identify land use conflicts in Portsmouth

Hélène Draux, Cities Institute, London Metropolitan [email protected]

Page 2: PGIS techniques to identify land use conflicts in Portsmouth

Participatory GIS

= maps to improve participation from ‘silent

majority’

to identify land use conflicts in Portsmouth

Page 3: PGIS techniques to identify land use conflicts in Portsmouth

+Structure

Case study: Coastal conflicts in Portsmouth

Methods usedFace-to-face surveySummer FairOnline survey

Recommendations

Page 4: PGIS techniques to identify land use conflicts in Portsmouth

+Case study

Page 5: PGIS techniques to identify land use conflicts in Portsmouth

+Farlington Marshes

Langstone Harbour

British, European and International designations (SSSI, SPA, SAC, and Ramsar)

Reclaimed three centuries ago

Page 6: PGIS techniques to identify land use conflicts in Portsmouth

+Farlington Marshes

Page 7: PGIS techniques to identify land use conflicts in Portsmouth

+Aims

Assess value of vulnerable open spaces

Assess flood knowledge

Understand perception of space regarding flood risks

Page 8: PGIS techniques to identify land use conflicts in Portsmouth

+Face-to-face methodologies

Page 9: PGIS techniques to identify land use conflicts in Portsmouth

+Face-to-face survey:Open space users and/or Farlington Marshes users, stakeholders

45 questions

15 minutes

2 types of mapping activities

162 interviews

Page 10: PGIS techniques to identify land use conflicts in Portsmouth

In-depth qualitative data from each participants

Includes “silent majority”

Time consuming

Surveys only small sample, and quite short survey

Relies on the weather

:(:)

Page 11: PGIS techniques to identify land use conflicts in Portsmouth

+Summer fair survey:Open space users and/or Farlington Marshes users, stakeholders

Organised by Portsmouth Climate Action Network

1 sunny day

Around 60 participants for each of the 4 activities

Page 12: PGIS techniques to identify land use conflicts in Portsmouth

+ :(:)

Can reach more diverse population:FamiliesYoung peopleLess frequent park

users ..

Needs lots of people to man the activities

Relies on the fair organisers .. and weather!

Limited data from each participant

Page 13: PGIS techniques to identify land use conflicts in Portsmouth

+Online survey

Page 14: PGIS techniques to identify land use conflicts in Portsmouth

+Online surveyGeneral public, open space users and/or Farlington Marshes users and stakeholders

Aims to:

Attract all population in Portsmouth

Potentially get a bigger sample

Page 15: PGIS techniques to identify land use conflicts in Portsmouth

+www.openspaces-portsmouth.org.uk

Page 16: PGIS techniques to identify land use conflicts in Portsmouth

+Google Map API v3

Add markers with a click

Capture geolocalised information

Display kml layers..

Fieldwork

Page 17: PGIS techniques to identify land use conflicts in Portsmouth

+Add markers - WebsiteLocations and flooding

Marker

Tutorial

Instructions

Postcode

Page 18: PGIS techniques to identify land use conflicts in Portsmouth

+Add markers - Coding

Map:

var map = new google.maps.Map(document.getElementById("map_canvas"), options);

Add marker:

google.maps.event.addListenerOnce(map, "click", function(event)

var latlng = marker.getPosition();

Lat = latlng.lat() / Lon = latlng.lng()

For 1 location only

Page 19: PGIS techniques to identify land use conflicts in Portsmouth

+Add markers - Database

Page 20: PGIS techniques to identify land use conflicts in Portsmouth

+Add markers - Database

Page 21: PGIS techniques to identify land use conflicts in Portsmouth

+Infowindow - Website

Page 22: PGIS techniques to identify land use conflicts in Portsmouth

+Infowindow - Website

Page 23: PGIS techniques to identify land use conflicts in Portsmouth

+Infowindow - Website

Page 24: PGIS techniques to identify land use conflicts in Portsmouth

+Infowindow - Coding

parksLayer = new google.maps.KmlLayer(‘Parks.kml',{ suppressInfoWindows: true, preserveViewport: true }); parksLayer.setMap(map);

infowindow = new google.maps.InfoWindow({}); // Add a listener for the click event google.maps.event.addListener(parksLayer, 'click', showArrays); html describing

the infowindow

Page 25: PGIS techniques to identify land use conflicts in Portsmouth

+Customised maps: kml and styles

Page 26: PGIS techniques to identify land use conflicts in Portsmouth

+Customised maps: kml and styles

var myStyle = [ {featureType: "road", elementType: "labels", stylers: [{ visibility: "off" }] },{ featureType: "road.highway", elementType: "geometry", stylers: [ { saturation: -50 }, { lightness: 20 }, { visibility:

"simplified" }] },{ featureType: "road.arterial", elementType: "geometry", stylers: [{ visibility: "off" }] },{ featureType: "road.local", elementType: "geometry", stylers: [ { visibility: "off" } ]

Coding Style

Page 27: PGIS techniques to identify land use conflicts in Portsmouth

+Quick analysis

Page 28: PGIS techniques to identify land use conflicts in Portsmouth

+Participation

Background Parks Flood Land Use Willingness to pay Farlington Marshes0

10

20

30

40

50

60

70

80

90

100

18

100

Participants who accessed the page and usable replies

Page 29: PGIS techniques to identify land use conflicts in Portsmouth

+Participation - map

Page 30: PGIS techniques to identify land use conflicts in Portsmouth

+Time spent

1 2 3 4 5 6 7 8 9 10 11 12 13 14 1500:00

00:05

00:10

00:15

00:20

00:25

00:30

00:35

00:40

Average=18 minutes

Page 31: PGIS techniques to identify land use conflicts in Portsmouth

+Flood perception

Page 32: PGIS techniques to identify land use conflicts in Portsmouth

+Preferred scenario

Hold the line 88%

Managed realignment, loss of 80% 6%

Managed realignment, loss of 50% 6%

For 18 participants

Page 33: PGIS techniques to identify land use conflicts in Portsmouth

+Issues

Page 34: PGIS techniques to identify land use conflicts in Portsmouth

+Issues specific to this method

Technical

Extensive time to clear the database

Not enough completed surveys

Loss of some data

Design

Too long survey

Loss of interest

Too many questions:

No clear focus

Page 35: PGIS techniques to identify land use conflicts in Portsmouth

+Recommendations

Page 36: PGIS techniques to identify land use conflicts in Portsmouth

+Recommendations/suggestions

Shorter survey (5 minutes)

Focus survey on one issue

Finding gatekeepers while starting the coding

Organise hands-on sessions? (University / community centre)

Page 37: PGIS techniques to identify land use conflicts in Portsmouth

+ Hélène Draux, Cities Institute

[email protected] http://www.openspaces-portsmouth.org.uk

Thanks!