SlideShare a Scribd company logo
1 of 44
Download to read offline
Isovist Analyst 2.0
An ArcMap 10 Add-In for Urban Viewshed
Analyses : Visual Surveillance
Sanjay Rana
Ideas and Improvement Group @ BLOM (UK)
Topics
        Brief Overview of Urban Viewshed Analysis and its
        application in Visual Surveillance

        Isovist Analyst 2.0

        Visual Surveillance Planning and Evaluation using
        Isovist Analyst 2.0




2/ 25
Urban Viewshed or Isovist




3/ 25
Urban Viewshed Or Isovist
        Definition
         An urban viewshed or isovist is (typically a 2D) area visible
         from a location in an indoor or outdoor urban environment.

        Purpose
         Evaluating “Visual” Accessibility of Open Spaces is vital for
         various applications e.g. visual surveillance, evacuation,
         crime pattern analyses, pedestrian wayfinding, and so on.

        Example of an Isovist
         Tate Britain Gallery, London, UK

4/ 25
Urban Viewshed Or Isovist
        Brief History
         Proposed by Tandy (1967) and popularised by Benedikt
         (1979) for studies in architecture, urban design, urban
         planning, transport planning.

         Research on this theme now come under the field of “Space
         Syntax”.

         Relevant Wikipedia Entries: isovist space syntax visibility
         graph analysis space network analysis software



5/ 25
Urban Viewshed Or Isovist
        Properties of Isovists
         Geometrical measures
           Shortest/Longest line of sights
           Area
           Shape Ratios
                                             r   d


         Topological measures
           Clustering Coefficient
           Control




6/ 25
Urban Viewshed Or Isovist
                               Dense Mesh of 4298    Isovist Area
                               Observers
        Tate Gallery, London




                                                                    High




                               Maximum              Circularity
                               Diametric Length                     Low




7/ 25
Urban Viewshed Or Isovist
        Some Urban Viewshed Scenarios in Homeland Security:




        Visual Surveillance   Wayfinding in Evacuation   Discarded Needles in
                                                         City of Montreal




8/ 25
Visual Surveillance




9/ 25
Visual Surveillance
         Two types of visual surveillance
          Passive or Natural Visual Surveillance
              Design of urban open spaces so as to ensure that
              occupants can self-regulate themselves and reduce the
              fear of crime.
              Cheap, long lasting but involves a risk.

          Active or Artificial Visual Surveillance
              Direct and intrusive remote monitoring via devices such
              as CCTV or human observers.
              Potentially more effective but costly.

10/ 25
Passive Visual Surveillance




11/ 25
Passive Visual Surveillance
         Passive Visual Surveillance
            The aim is to create the perception of being observed or
            feeling safe by suitable architectural design of an open
            space:
                Occupants can see other occupants and entry/exist points in
                space, so that they can self-regulate themselves, e.g., in
                public spaces,
                Occupants always feel being watched by an invisible
                observer.


            Measures include removal of blind spots, dark alleys,
            installing one-way screens (Venetian blinds) etc.

12/ 25
Passive Visual Surveillance
         Passive Visual Surveillance
          Perception of safety and well-being in an open space can be
          correlated to the visibility properties of the open space for
          instance, poorly lit (e.g., by natural light) areas generate a
          fear of crime.

          People follow cues (e.g., long corridors) in the space while
          exploring open spaces.

          Isovist measures are correlated to empirical data on
          perception of crime and people behaviour to design new
          urban open spaces.


13/ 25
Passive Visual Surveillance
          Natural Visual Surveillance




         Greene, M., and Greene, R., 2004, Urban safety in residential areas, Space
         Syntax Conference.
14/ 25
Passive Visual Surveillance
         Famous Example of Passive Visual Surveillance: The Panopticon
         Prison Design by Jeremy Bentham

                                      A central guard tower, surrounded
                                      by prison cells but the prisoners can
                                      neither see each other nor the
                                      prison guards therefore creating the
                                      perception of being under constant
                                      invisible observation.

                                      Examples include Twin Towers
                                      Correctional Facility (Los Angeles)
                                      and Pentonville Prison (England).

15/ 25
Active Visual Surveillance




16/ 25
Active Visual Surveillance
         Active Visual Surveillance
          The use of visual surveillance has dramatically increased in
          recent years, as demands arose for monitoring,
              Criminal behaviour in public space,
              Traffic,
              etc. etc.

          Several thousand millions of pounds are spent on sales and
          rental of CCTV and other types of visual surveillance.




17/ 25
Active Visual Surveillance




                       CCTV Cameras in Manhattan

18/ 25
Active Visual Surveillance
         Active Visual Surveillance
             The aim is to ensure complete/maximum visual coverage
             of an open space.

            It involves an iterative, manual and gut-feel process of
            trying various layouts until a satisfactory solution has been
            found.

            Traditionally done by architects, security consultants and
            urban planners using CAD software.



19/ 25
Active Visual Surveillance
         Example Of Active
         Visual Surveillance

         Identification of the
         Four Suspects In London
         Transport Network
         Bombings (July, 2005)




20/ 25
Active Visual Surveillance
         Active Visual Surveillance
          Challenges:
            Costs of installation and maintenance, and coverage of CCTV
            cameras need to be addressed.

            The problem of ensuring maximum visual coverage with a
            minimum number of CCTV/observers is broadly similar to
            Location-Allocation, Chinese Postman/Travelling Salesman
            problems in GIS, and most importantly closely similar to the Art
            Gallery Problem in Computer Science.




21/ 25
Art Gallery Problem




22/ 25
Active Visual Surveillance
         Art Gallery Problem (AGP)
          Proposed by Victor Klee in 1973.
          What’s the minimum number of guards necessary to provide
          complete visual coverage of an art gallery?
          Solution of the AGP is going to be relevant for an affordable
          and effective CCTV network.
          However, there are no robust algorithms that guarantee a
          general purpose solution.
          Mathematically, the problem is NP-hard. Thus, it is
          analytically and computationally non-trivial and unsolvable at
          present therefore approximate solutions are used.

23/ 25
Active Visual Surveillance
         Art Gallery Problem
          Most existing algorithms assume a certain topology of the art
          gallery e.g., rectilinear, convex. A well known formula to solve
          the AGP is by Chv’atal (1975),

          For a gallery with n walls and h holes, at most (n+h/3)
          number of guards are sufficient to provide complete visual
          coverage,

          This solution doesn’t guarantee the minimum number in all
          shapes but definitely yields a number enough for complete
          visual coverage e.g.


24/ 25
How Many Guards Are Sufficient to
     Cover the Gallery ?




                                         71 Walls + 0 Holes
                                         (n+h)/3 = 23?
                                         9




25/ 25
Rank and Overlap Elimination
                              (ROPE)


26/ 25
Active Visual Surveillance
         Rank and Overlap Elimination (ROPE) For Solving AGP
          It is essentially a greedy-search method.

          The open space is discretised with a dense mesh of potential
          observers.

          Each observer is assigned a rank based on the number of other
          observers seen by it. Higher rank means higher visibility.

          Starting with the highest ranking observer (observer with largest
          isovist area), an iterative process selects the optimal observers



27/ 25
Active Visual Surveillance
                                                START

                                     Pick highest ranking observer
                                    remaining in potential observers

          ROPE Selection             Remove all potential observers
         Process Flowchart         visible to highest ranking observer


                             Yes    Potential observers left in open
                                                space ?

                                                  No

                                                 STOP

28/ 25
Active Visual Surveillance




         Dense Mesh of         Isovist of the highest   Two optimal
         Potential Observers   ranking observer         observers



29/ 25
Active Visual Surveillance
         ROPE technique doesn’t guarantee the minimum number of
         observers in all shapes.




                                 Optimal Observers
                                 ROPE Observers
                               But it’s not worse than the analytical
                               solution (Chv’atal, 1975):
                               (10 walls + 0 holes) / 3 = 3 guards


30/ 25
Isovist Analyst 2.0




31/ 25
Isovist Analyst 2.0
          ArcMap add-in for computing isovist and over 20 isovist
          properties.
          1.x versions released about a decade ago as extensions to
          ArcView 3.x (Screen shot):
            Still the only such application embedded inside ESRI suite of
            GIS. Used worldwide for research and teaching purposes.
            Voted Second Best User Software Application at 2007 ESRI
            International User Conference.
          Open space can be of arbitrary topology (i.e., with/out holes)
          and geometry (i.e., lines, polygons).
          Key achievement is the integration of urban visibility analyses
          in GIS.

32/ 25
Isovist Analyst 2.0
         How it works
          Technique of Ray Tracing is used to cast rays (line of sights)
          at a user-defined angular interval into the open space from a
          viewpoint.
          Nearest points of ray intersection with obstacles are
          connected together to form the isovist polygon.

         Requirements
          Point Feature Layers as Observers/Viewpoints.
          Polyline or Polygon Feature Layers as Obstacles.


33/ 25
Isovist Analyst 2.0
         Software Components:
             Combination of superior cartographic visualisation and
             data interactivity of ArcMap 10 with light-weight and easy
             to code Open Source geospatial libraries.
             ArcObjects
             NetTopologySuite, MapTools, GeoAPI




34/ 25
Isovist Analyst 2.0
            Demonstration


35/ 25
Isovist Analyst 2.0
         Demonstrations:
          Tate Gallery Isovist
             Data Used: Tate Gallery Outline. Tate Gallery Demo


          A (very) crude evaluation of CCTV Coverage of Norwich City
          Centre, UK.
             Data Used:
             Blom3D Level of Data 1 (LOD 1) Building Footprint polygons as
             Obstacles
             Blom WebViewer for visualising surveillance context e.g.
             Landuse


36/ 25
Planning and Evaluating Visual
         Surveillance using IA 2.0
         Disclaimer: Solely to demonstrate the application context and
         doesn’t in any way indicate any actual issue being studied.

         Norwich is an important city in East of England.

         City was basically chosen because CCTV and Crime data
         was found on the internet, and BLOM contains good
         coverage of the city in aerial photographs and vector data
                                                        Norwich




37/ 25
Planning and Evaluating Visual
         Surveillance using IA 2.0
         Current distribution of CCTV in Norwich City Centre.
         Source: http://sites.google.com/site/norwichpolicecctv/, last
         accessed 23rd October 2011.




38/ 25
Planning and Evaluating Visual
           Surveillance using IA 2.0
         Where are the                46 Sites after a
                                     6400
         CCTVs and                  717 for full
                                     Potentialsearch
                                      greedy
                                     66%
         street crimes?             coverage
                                     CCTV
                                     uncovered
                                     Locations
         7288 Norwich City Centre
         Street Crimes
         Dec 2010 - Aug 2011
            Anti-social behaviour
            Burglary
            Other crime
            Robbery
            Vehicle crime
            Violent crime




39/ 25
Conclusions
         Conclusions and Future Directions
         This work demonstrates
          Visual Surveillance has become a necessary aspect of
          modern society,
          Planning of Visual Surveillance is essentially a geospatial
          exercise.
          Most GISs do not provide in-built functions for planning visual
          surveillance.
          Automated algorithms for evaluating the structure of open
          spaces and planning visual coverage, in relation to planning
          visual surveillance can be easily developed in a GIS.

40/ 25
Disclaimer and Credits
         All views and work expressed are solely my own. Blom has
         no responsibility for any errors or opinions.
         Images:
           http://www.chelmsford.gov.uk/media/image/m/d/Monitor_wall_%2
           8o%29_large.jpg
           http://urbandesign.tfl.gov.uk/Design-Guidance/London-
           Rail/Crossrail/Underground-Rail-%281%29/Routes-
           %281%29.aspx
           BLOM for access to building footprints and Blom WebViewer data
           www. isee.com for the CCTV coverage of Manhattan image.
           Conroy and Dalton (1999) for the Tate Gallery outline.
           www.police.uk for crime data

41/ 25
Further Information
         Sanjay Rana
         sanjay.rana@blomasa.com



         Thank you!




42/ 25
43/ 25
Isovist Analyst 1.x




44/ 25

More Related Content

Similar to Isovist Analyst 2.0 for Urban Viewshed Analyses

Review of Pose Recognition Systems
Review of Pose Recognition SystemsReview of Pose Recognition Systems
Review of Pose Recognition Systemsvivatechijri
 
Abandoned Object Detection Based on Statistics for Labeled Regions
Abandoned Object Detection Based on Statistics for Labeled RegionsAbandoned Object Detection Based on Statistics for Labeled Regions
Abandoned Object Detection Based on Statistics for Labeled RegionsIRJET Journal
 
Inter-visibility, a concept at the service of territorial intelligence, a too...
Inter-visibility, a concept at the service of territorial intelligence, a too...Inter-visibility, a concept at the service of territorial intelligence, a too...
Inter-visibility, a concept at the service of territorial intelligence, a too...Territorial Intelligence
 
IRJET- A Survey on Human Action Recognition
IRJET- A Survey on Human Action RecognitionIRJET- A Survey on Human Action Recognition
IRJET- A Survey on Human Action RecognitionIRJET Journal
 
IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics IRJET Journal
 
Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...
Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...
Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...Pradeeban Kathiravelu, Ph.D.
 
Underwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksUnderwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksMohamed Elawady
 
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN BarcelonaDeep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN BarcelonaUniversitat Politècnica de Catalunya
 
Real Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on FpgaReal Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on Fpgaiosrjce
 
NSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practice
NSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practiceNSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practice
NSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practiceNoSuchCon
 
Lbdp localized boundary detection and parametrization for 3 d sensor networks
Lbdp localized boundary detection and parametrization for 3 d sensor networksLbdp localized boundary detection and parametrization for 3 d sensor networks
Lbdp localized boundary detection and parametrization for 3 d sensor networksNexgen Technology
 
Sogei2014 lisi v01
Sogei2014 lisi v01Sogei2014 lisi v01
Sogei2014 lisi v01Marco Lisi
 
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTIONULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTIONIRJET Journal
 
Seeing Through Walls Using Wi-Vi
Seeing Through Walls Using Wi-ViSeeing Through Walls Using Wi-Vi
Seeing Through Walls Using Wi-ViIRJET Journal
 
CHIEF: Controller Farm for Clouds of Software-Defined Community Networks
CHIEF: Controller Farm for Clouds of Software-Defined Community NetworksCHIEF: Controller Farm for Clouds of Software-Defined Community Networks
CHIEF: Controller Farm for Clouds of Software-Defined Community NetworksPradeeban Kathiravelu, Ph.D.
 

Similar to Isovist Analyst 2.0 for Urban Viewshed Analyses (20)

Review of Pose Recognition Systems
Review of Pose Recognition SystemsReview of Pose Recognition Systems
Review of Pose Recognition Systems
 
Abandoned Object Detection Based on Statistics for Labeled Regions
Abandoned Object Detection Based on Statistics for Labeled RegionsAbandoned Object Detection Based on Statistics for Labeled Regions
Abandoned Object Detection Based on Statistics for Labeled Regions
 
Inter-visibility, a concept at the service of territorial intelligence, a too...
Inter-visibility, a concept at the service of territorial intelligence, a too...Inter-visibility, a concept at the service of territorial intelligence, a too...
Inter-visibility, a concept at the service of territorial intelligence, a too...
 
IRJET- A Survey on Human Action Recognition
IRJET- A Survey on Human Action RecognitionIRJET- A Survey on Human Action Recognition
IRJET- A Survey on Human Action Recognition
 
IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics
 
Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...
Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...
Cassowary: Middleware Platform for Context-Aware Smart Buildings with Softwar...
 
Underwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networksUnderwater sparse image classification using deep convolutional neural networks
Underwater sparse image classification using deep convolutional neural networks
 
Deep Video Object Tracking - Xavier Giro - UPC Barcelona 2019
Deep Video Object Tracking - Xavier Giro - UPC Barcelona 2019Deep Video Object Tracking - Xavier Giro - UPC Barcelona 2019
Deep Video Object Tracking - Xavier Giro - UPC Barcelona 2019
 
Zonesec_overview_v3
Zonesec_overview_v3Zonesec_overview_v3
Zonesec_overview_v3
 
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN BarcelonaDeep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
 
F011113741
F011113741F011113741
F011113741
 
Real Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on FpgaReal Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on Fpga
 
NSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practice
NSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practiceNSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practice
NSC #2 - D1 05 - Renaud Lifchitz - Quantum computing in practice
 
Lbdp localized boundary detection and parametrization for 3 d sensor networks
Lbdp localized boundary detection and parametrization for 3 d sensor networksLbdp localized boundary detection and parametrization for 3 d sensor networks
Lbdp localized boundary detection and parametrization for 3 d sensor networks
 
Paper
PaperPaper
Paper
 
ZONeSEC_newsletter_issue_5
ZONeSEC_newsletter_issue_5ZONeSEC_newsletter_issue_5
ZONeSEC_newsletter_issue_5
 
Sogei2014 lisi v01
Sogei2014 lisi v01Sogei2014 lisi v01
Sogei2014 lisi v01
 
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTIONULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
 
Seeing Through Walls Using Wi-Vi
Seeing Through Walls Using Wi-ViSeeing Through Walls Using Wi-Vi
Seeing Through Walls Using Wi-Vi
 
CHIEF: Controller Farm for Clouds of Software-Defined Community Networks
CHIEF: Controller Farm for Clouds of Software-Defined Community NetworksCHIEF: Controller Farm for Clouds of Software-Defined Community Networks
CHIEF: Controller Farm for Clouds of Software-Defined Community Networks
 

More from Esri

INIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreINIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreEsri
 
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Esri
 
Plataforma Smart City de Móstoles
Plataforma Smart City de MóstolesPlataforma Smart City de Móstoles
Plataforma Smart City de MóstolesEsri
 
ArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesEsri
 
Molina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityMolina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityEsri
 
Portal for ArcGIS
Portal for ArcGISPortal for ArcGIS
Portal for ArcGISEsri
 
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataGIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataEsri
 
An Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionAn Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionEsri
 
GeoCollector for ArcPad
GeoCollector for ArcPadGeoCollector for ArcPad
GeoCollector for ArcPadEsri
 
GeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileGeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileEsri
 
Data Appliance for ArcGIS
Data Appliance for ArcGISData Appliance for ArcGIS
Data Appliance for ArcGISEsri
 
Esri and BlackBridge
Esri and BlackBridgeEsri and BlackBridge
Esri and BlackBridgeEsri
 
GeoPlanner for ArcGIS
GeoPlanner for ArcGISGeoPlanner for ArcGIS
GeoPlanner for ArcGISEsri
 
Esri and AccuWeather
Esri and AccuWeatherEsri and AccuWeather
Esri and AccuWeatherEsri
 
Esri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri
 
Esri US Data Fact Sheet
Esri US Data Fact SheetEsri US Data Fact Sheet
Esri US Data Fact SheetEsri
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartEsri
 
ArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsEsri
 
Esri Geoportal Server
Esri Geoportal ServerEsri Geoportal Server
Esri Geoportal ServerEsri
 
ArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerEsri
 

More from Esri (20)

INIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreINIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestre
 
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
 
Plataforma Smart City de Móstoles
Plataforma Smart City de MóstolesPlataforma Smart City de Móstoles
Plataforma Smart City de Móstoles
 
ArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesArcGIS Online para Organizaciones
ArcGIS Online para Organizaciones
 
Molina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityMolina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart city
 
Portal for ArcGIS
Portal for ArcGISPortal for ArcGIS
Portal for ArcGIS
 
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataGIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
 
An Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionAn Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water Protection
 
GeoCollector for ArcPad
GeoCollector for ArcPadGeoCollector for ArcPad
GeoCollector for ArcPad
 
GeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileGeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows Mobile
 
Data Appliance for ArcGIS
Data Appliance for ArcGISData Appliance for ArcGIS
Data Appliance for ArcGIS
 
Esri and BlackBridge
Esri and BlackBridgeEsri and BlackBridge
Esri and BlackBridge
 
GeoPlanner for ArcGIS
GeoPlanner for ArcGISGeoPlanner for ArcGIS
GeoPlanner for ArcGIS
 
Esri and AccuWeather
Esri and AccuWeatherEsri and AccuWeather
Esri and AccuWeather
 
Esri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri and Airbus Defense & Space
Esri and Airbus Defense & Space
 
Esri US Data Fact Sheet
Esri US Data Fact SheetEsri US Data Fact Sheet
Esri US Data Fact Sheet
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure Jumpstart
 
ArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime Operations
 
Esri Geoportal Server
Esri Geoportal ServerEsri Geoportal Server
Esri Geoportal Server
 
ArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for Server
 

Recently uploaded

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Recently uploaded (20)

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Isovist Analyst 2.0 for Urban Viewshed Analyses

  • 1. Isovist Analyst 2.0 An ArcMap 10 Add-In for Urban Viewshed Analyses : Visual Surveillance Sanjay Rana Ideas and Improvement Group @ BLOM (UK)
  • 2. Topics Brief Overview of Urban Viewshed Analysis and its application in Visual Surveillance Isovist Analyst 2.0 Visual Surveillance Planning and Evaluation using Isovist Analyst 2.0 2/ 25
  • 3. Urban Viewshed or Isovist 3/ 25
  • 4. Urban Viewshed Or Isovist Definition An urban viewshed or isovist is (typically a 2D) area visible from a location in an indoor or outdoor urban environment. Purpose Evaluating “Visual” Accessibility of Open Spaces is vital for various applications e.g. visual surveillance, evacuation, crime pattern analyses, pedestrian wayfinding, and so on. Example of an Isovist Tate Britain Gallery, London, UK 4/ 25
  • 5. Urban Viewshed Or Isovist Brief History Proposed by Tandy (1967) and popularised by Benedikt (1979) for studies in architecture, urban design, urban planning, transport planning. Research on this theme now come under the field of “Space Syntax”. Relevant Wikipedia Entries: isovist space syntax visibility graph analysis space network analysis software 5/ 25
  • 6. Urban Viewshed Or Isovist Properties of Isovists Geometrical measures Shortest/Longest line of sights Area Shape Ratios r d Topological measures Clustering Coefficient Control 6/ 25
  • 7. Urban Viewshed Or Isovist Dense Mesh of 4298 Isovist Area Observers Tate Gallery, London High Maximum Circularity Diametric Length Low 7/ 25
  • 8. Urban Viewshed Or Isovist Some Urban Viewshed Scenarios in Homeland Security: Visual Surveillance Wayfinding in Evacuation Discarded Needles in City of Montreal 8/ 25
  • 10. Visual Surveillance Two types of visual surveillance Passive or Natural Visual Surveillance Design of urban open spaces so as to ensure that occupants can self-regulate themselves and reduce the fear of crime. Cheap, long lasting but involves a risk. Active or Artificial Visual Surveillance Direct and intrusive remote monitoring via devices such as CCTV or human observers. Potentially more effective but costly. 10/ 25
  • 12. Passive Visual Surveillance Passive Visual Surveillance The aim is to create the perception of being observed or feeling safe by suitable architectural design of an open space: Occupants can see other occupants and entry/exist points in space, so that they can self-regulate themselves, e.g., in public spaces, Occupants always feel being watched by an invisible observer. Measures include removal of blind spots, dark alleys, installing one-way screens (Venetian blinds) etc. 12/ 25
  • 13. Passive Visual Surveillance Passive Visual Surveillance Perception of safety and well-being in an open space can be correlated to the visibility properties of the open space for instance, poorly lit (e.g., by natural light) areas generate a fear of crime. People follow cues (e.g., long corridors) in the space while exploring open spaces. Isovist measures are correlated to empirical data on perception of crime and people behaviour to design new urban open spaces. 13/ 25
  • 14. Passive Visual Surveillance Natural Visual Surveillance Greene, M., and Greene, R., 2004, Urban safety in residential areas, Space Syntax Conference. 14/ 25
  • 15. Passive Visual Surveillance Famous Example of Passive Visual Surveillance: The Panopticon Prison Design by Jeremy Bentham A central guard tower, surrounded by prison cells but the prisoners can neither see each other nor the prison guards therefore creating the perception of being under constant invisible observation. Examples include Twin Towers Correctional Facility (Los Angeles) and Pentonville Prison (England). 15/ 25
  • 17. Active Visual Surveillance Active Visual Surveillance The use of visual surveillance has dramatically increased in recent years, as demands arose for monitoring, Criminal behaviour in public space, Traffic, etc. etc. Several thousand millions of pounds are spent on sales and rental of CCTV and other types of visual surveillance. 17/ 25
  • 18. Active Visual Surveillance CCTV Cameras in Manhattan 18/ 25
  • 19. Active Visual Surveillance Active Visual Surveillance The aim is to ensure complete/maximum visual coverage of an open space. It involves an iterative, manual and gut-feel process of trying various layouts until a satisfactory solution has been found. Traditionally done by architects, security consultants and urban planners using CAD software. 19/ 25
  • 20. Active Visual Surveillance Example Of Active Visual Surveillance Identification of the Four Suspects In London Transport Network Bombings (July, 2005) 20/ 25
  • 21. Active Visual Surveillance Active Visual Surveillance Challenges: Costs of installation and maintenance, and coverage of CCTV cameras need to be addressed. The problem of ensuring maximum visual coverage with a minimum number of CCTV/observers is broadly similar to Location-Allocation, Chinese Postman/Travelling Salesman problems in GIS, and most importantly closely similar to the Art Gallery Problem in Computer Science. 21/ 25
  • 23. Active Visual Surveillance Art Gallery Problem (AGP) Proposed by Victor Klee in 1973. What’s the minimum number of guards necessary to provide complete visual coverage of an art gallery? Solution of the AGP is going to be relevant for an affordable and effective CCTV network. However, there are no robust algorithms that guarantee a general purpose solution. Mathematically, the problem is NP-hard. Thus, it is analytically and computationally non-trivial and unsolvable at present therefore approximate solutions are used. 23/ 25
  • 24. Active Visual Surveillance Art Gallery Problem Most existing algorithms assume a certain topology of the art gallery e.g., rectilinear, convex. A well known formula to solve the AGP is by Chv’atal (1975), For a gallery with n walls and h holes, at most (n+h/3) number of guards are sufficient to provide complete visual coverage, This solution doesn’t guarantee the minimum number in all shapes but definitely yields a number enough for complete visual coverage e.g. 24/ 25
  • 25. How Many Guards Are Sufficient to Cover the Gallery ? 71 Walls + 0 Holes (n+h)/3 = 23? 9 25/ 25
  • 26. Rank and Overlap Elimination (ROPE) 26/ 25
  • 27. Active Visual Surveillance Rank and Overlap Elimination (ROPE) For Solving AGP It is essentially a greedy-search method. The open space is discretised with a dense mesh of potential observers. Each observer is assigned a rank based on the number of other observers seen by it. Higher rank means higher visibility. Starting with the highest ranking observer (observer with largest isovist area), an iterative process selects the optimal observers 27/ 25
  • 28. Active Visual Surveillance START Pick highest ranking observer remaining in potential observers ROPE Selection Remove all potential observers Process Flowchart visible to highest ranking observer Yes Potential observers left in open space ? No STOP 28/ 25
  • 29. Active Visual Surveillance Dense Mesh of Isovist of the highest Two optimal Potential Observers ranking observer observers 29/ 25
  • 30. Active Visual Surveillance ROPE technique doesn’t guarantee the minimum number of observers in all shapes. Optimal Observers ROPE Observers But it’s not worse than the analytical solution (Chv’atal, 1975): (10 walls + 0 holes) / 3 = 3 guards 30/ 25
  • 32. Isovist Analyst 2.0 ArcMap add-in for computing isovist and over 20 isovist properties. 1.x versions released about a decade ago as extensions to ArcView 3.x (Screen shot): Still the only such application embedded inside ESRI suite of GIS. Used worldwide for research and teaching purposes. Voted Second Best User Software Application at 2007 ESRI International User Conference. Open space can be of arbitrary topology (i.e., with/out holes) and geometry (i.e., lines, polygons). Key achievement is the integration of urban visibility analyses in GIS. 32/ 25
  • 33. Isovist Analyst 2.0 How it works Technique of Ray Tracing is used to cast rays (line of sights) at a user-defined angular interval into the open space from a viewpoint. Nearest points of ray intersection with obstacles are connected together to form the isovist polygon. Requirements Point Feature Layers as Observers/Viewpoints. Polyline or Polygon Feature Layers as Obstacles. 33/ 25
  • 34. Isovist Analyst 2.0 Software Components: Combination of superior cartographic visualisation and data interactivity of ArcMap 10 with light-weight and easy to code Open Source geospatial libraries. ArcObjects NetTopologySuite, MapTools, GeoAPI 34/ 25
  • 35. Isovist Analyst 2.0 Demonstration 35/ 25
  • 36. Isovist Analyst 2.0 Demonstrations: Tate Gallery Isovist Data Used: Tate Gallery Outline. Tate Gallery Demo A (very) crude evaluation of CCTV Coverage of Norwich City Centre, UK. Data Used: Blom3D Level of Data 1 (LOD 1) Building Footprint polygons as Obstacles Blom WebViewer for visualising surveillance context e.g. Landuse 36/ 25
  • 37. Planning and Evaluating Visual Surveillance using IA 2.0 Disclaimer: Solely to demonstrate the application context and doesn’t in any way indicate any actual issue being studied. Norwich is an important city in East of England. City was basically chosen because CCTV and Crime data was found on the internet, and BLOM contains good coverage of the city in aerial photographs and vector data Norwich 37/ 25
  • 38. Planning and Evaluating Visual Surveillance using IA 2.0 Current distribution of CCTV in Norwich City Centre. Source: http://sites.google.com/site/norwichpolicecctv/, last accessed 23rd October 2011. 38/ 25
  • 39. Planning and Evaluating Visual Surveillance using IA 2.0 Where are the 46 Sites after a 6400 CCTVs and 717 for full Potentialsearch greedy 66% street crimes? coverage CCTV uncovered Locations 7288 Norwich City Centre Street Crimes Dec 2010 - Aug 2011 Anti-social behaviour Burglary Other crime Robbery Vehicle crime Violent crime 39/ 25
  • 40. Conclusions Conclusions and Future Directions This work demonstrates Visual Surveillance has become a necessary aspect of modern society, Planning of Visual Surveillance is essentially a geospatial exercise. Most GISs do not provide in-built functions for planning visual surveillance. Automated algorithms for evaluating the structure of open spaces and planning visual coverage, in relation to planning visual surveillance can be easily developed in a GIS. 40/ 25
  • 41. Disclaimer and Credits All views and work expressed are solely my own. Blom has no responsibility for any errors or opinions. Images: http://www.chelmsford.gov.uk/media/image/m/d/Monitor_wall_%2 8o%29_large.jpg http://urbandesign.tfl.gov.uk/Design-Guidance/London- Rail/Crossrail/Underground-Rail-%281%29/Routes- %281%29.aspx BLOM for access to building footprints and Blom WebViewer data www. isee.com for the CCTV coverage of Manhattan image. Conroy and Dalton (1999) for the Tate Gallery outline. www.police.uk for crime data 41/ 25
  • 42. Further Information Sanjay Rana sanjay.rana@blomasa.com Thank you! 42/ 25