SlideShare a Scribd company logo
Magisterarbeit 1/??
   12 International Conference on Computational Science and Its Applications
      th

                                (ICCSA2012 in Salvador da Bahia/Brazil)


                      Session GeoAnMod-3 on Monday June 18, 2012




             Geovisualization and Geostatistics:
          A Concept for the Numerical and Visual
             Analysis of Geographic Mass Data




                Julia Gonschorek | Geoinformation Research Group | University of Potsdam
                Co-Author: Lucia Tyrallová | Geoinformation Research Group | University of Potsdam
ICCSA Brazil 2012
Magisterarbeit          2/12
                       2/??



     Outline

     1. Preface and Motivation
     2. Spatio-Temporal Analysis for Civil Security
     3. Summary and Future Plans




    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit          3/12
                       3/??



     1. Preface and Motivation (1)

      Increasing availability of (mass-) data and need for specific
        information  complex computational analysis tools and techniques
      Highly dimensional data needs to be analysed rapidly to discover
        relationships, clusters and trends
      Scientific visualization offers a wide range of methods and
        techniques to efficiently analyze and visualize spatial and temporal
        data and information




    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit          4/12
                       4/??



     1. Preface and Motivation (2)




    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit          5/12
                       5/??



     2. Spatio-Temporal Analysis for Civil Security (1)
      Simple lineplot to visualize the temporal distribution of internistic emergencies
      in the City of Cologne (total number of 26,475 in 2007):




    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit          6/12
                       6/??



     2. Spatio-Temporal Analysis for Civil Security (2)
      Box-and-Whisker-Plots to show differences in varaiances:




                                          R-Code (without months “January” and “February”):

                                          emergency <- read.csv(“c:tempintern07.csv”,header=T, sep=“;”)
                                          chisq.test(emergency[1:7,4:13])
                                                    Pearson's Chi-squared test
                                                    data: emergency[1:7, 4:13]
                                                    X-squared = 409.496, df = 54, p-value < 2.2e-16

                                          qchisq(0.95,54)
                                                    72.15322




      The non-parametric χ²- Test for testing dependency validates the observation.
      The correlation between “Day of the Week” and “Months” is highly significant.
    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit          7/12
                       7/??



     2. Spatio-Temporal Analysis for Civil Security (3)
    Heatmap to detect temporal clusters:
                                              R-Code:

                                              install.packages(“gplots”)
                                              install.packages
                                                (“RColorBrewer”)
                                              library(gplots)
                                              library(RColorBrewer)
                                              x <-
                                                read.csv(“c:temp
                                                intern07.csv”, header=T,
                                                sep=“;”, row.names=1)
                                              matrix=data.matrix(x)
                                              heatmap.2(matrix, Rowv=T,
                                                Colv=T, dendrogram=c(“none”),
                                                distfun=dist,
                                                hclustfun=hclust, key=T,
                                                keysize=1, trace=“none”,
                                                density.info=c(“none”),
                                                margins=c(10,10),
                                                col=brewer.pal(10,”PiYG”))




    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit          8/12
                       8/??



     2. Spatio-Temporal Analysis for Civil Security (4)
      Map of 17,000 surgery emergencies in the City of Cologne during July, 2007 and
      June 2008 with kernel density estimation using Epanechnikov kernel:




                                      Hotspots of surgery emergencies…
             on Friday                         on Saturday               on Sunday
    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit                  9/12
                               9/??



     2. Spatio-Temporal Analysis for Civil Security (5)
                                                                                                               (e)



                                                                                                               (d)

             Surgical Emergencies
             > total: 300
                                                                                                               (c)
             > daytime: 6.00 – 7.00 a.m.
             > year: 2009
             > district: Altstadt Sued
                                                                                                               (b)




                                                                                                               (a)




     (a) Data Source: all incoming emergency calls
     (b) First-order circle: inhomogeneous parts for cluster or administrative information (urban districts)
     (c) Second-order circle: homogeneous parts for temporal information: year
     (d) Third-order circle: inhomogeneous parts for temporal information: month, daytime, …
    @gonschorek ∙ university of potsdam
     (e) Fourth-order circle: inhomogeneous parts; Type of emergency case
ICCSA Brazil 2012
Magisterarbeit          10/12
                       10/??



     3. Summary and Future Plans (1)

      Methods can be used to efficiently extract spatio-temporal
        information from large databases
      It is shown how specific emergency services cluster in space
        and time
      Nearly the whole city area of Cologne was an emergency
        scene during the analysed perid. Especially the city centre,
        leisure facilities and nursing homes were emergency hot spots
      Combination of different explorative techniques with those
        from geovisualisation can check the (long-term) experience of
        the firefighters on different spatial scales and precision



    @gonschorek ∙ university of potsdam
ICCSA Brazil 2012
Magisterarbeit          11/12
                       11/??



     3. Summary and Future Plans (2)

      Methods and results are important for future explorative
         analyses and geovisual analytics
        Information and a deep understanding of specific
         distributions and patterns as well as (ir-) regularities of
         intensity are absolutely necessary for prevention
         measurements to be well-directed and needs based.
        Time-series-analysis and prognoses are suitable for the
         operational, strategic and tactical planning.




    @gonschorek ∙ university of potsdam
Magisterarbeit   12/??




                    Thank you for your attention!




                 Julia Gonschorek | julia.gonschorek@uni-potsdam.de
                 Department of Geography | University of Potsdam
                 http://www.geographie.uni-potsdam.de/geoinformatik

More Related Content

Viewers also liked

Geostatistics Portal - the multitool for statistics on maps
Geostatistics Portal - the multitool for statistics on mapsGeostatistics Portal - the multitool for statistics on maps
Geostatistics Portal - the multitool for statistics on maps
Mirosław Migacz
 
Information visualization - introduction
Information visualization - introductionInformation visualization - introduction
Information visualization - introduction
Katrien Verbert
 

Viewers also liked (10)

ICA Research Agenda
ICA Research AgendaICA Research Agenda
ICA Research Agenda
 
Project 2MattWeik
Project 2MattWeikProject 2MattWeik
Project 2MattWeik
 
Geostatistics Portal - the multitool for statistics on maps
Geostatistics Portal - the multitool for statistics on mapsGeostatistics Portal - the multitool for statistics on maps
Geostatistics Portal - the multitool for statistics on maps
 
Information Visualization - Invited Lecture - Webdesign II - FBAUL
Information Visualization - Invited Lecture - Webdesign II - FBAULInformation Visualization - Invited Lecture - Webdesign II - FBAUL
Information Visualization - Invited Lecture - Webdesign II - FBAUL
 
Geo visualization_why maps
Geo visualization_why mapsGeo visualization_why maps
Geo visualization_why maps
 
Information visualization - introduction
Information visualization - introductionInformation visualization - introduction
Information visualization - introduction
 
Open seminar series 3: Mapping, Geovisualization and OpenStreetMap
Open seminar series 3: Mapping, Geovisualization and OpenStreetMapOpen seminar series 3: Mapping, Geovisualization and OpenStreetMap
Open seminar series 3: Mapping, Geovisualization and OpenStreetMap
 
Data Visualization: advances by Brazilian researchers
Data Visualization: advances by Brazilian researchersData Visualization: advances by Brazilian researchers
Data Visualization: advances by Brazilian researchers
 
The Importance of Data Visualization
The Importance of Data VisualizationThe Importance of Data Visualization
The Importance of Data Visualization
 
From Data to Visualization, what happens in between?
From Data to Visualization, what happens in between?From Data to Visualization, what happens in between?
From Data to Visualization, what happens in between?
 

Similar to Geovisualization and Geostatistics: A Concept for the Numerical and Visual Analysis of Geographic Mass Data Julia Gonschorek, Lucia Tyrallová, - University of Potsdam

Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...
Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...
Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...
University of Southern California
 
Combined Chebyshev and logistic maps to generate pseudorandom number generat...
Combined Chebyshev and logistic maps to generate  pseudorandom number generat...Combined Chebyshev and logistic maps to generate  pseudorandom number generat...
Combined Chebyshev and logistic maps to generate pseudorandom number generat...
IJECEIAES
 
Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)
Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)
Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)
Peter Löwe
 

Similar to Geovisualization and Geostatistics: A Concept for the Numerical and Visual Analysis of Geographic Mass Data Julia Gonschorek, Lucia Tyrallová, - University of Potsdam (20)

[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
[20240415_LabSeminar_Huy]Deciphering Spatio-Temporal Graph Forecasting: A Cau...
 
Sentinel-2 Semantic Data & Information Cube Austria
Sentinel-2 Semantic Data & Information Cube AustriaSentinel-2 Semantic Data & Information Cube Austria
Sentinel-2 Semantic Data & Information Cube Austria
 
Model-counting Approaches For Nonlinear Numerical Constraints
Model-counting Approaches For Nonlinear Numerical ConstraintsModel-counting Approaches For Nonlinear Numerical Constraints
Model-counting Approaches For Nonlinear Numerical Constraints
 
PAKDD2013
PAKDD2013PAKDD2013
PAKDD2013
 
Multiscale Granger Causality and Information Decomposition
Multiscale Granger Causality and Information Decomposition Multiscale Granger Causality and Information Decomposition
Multiscale Granger Causality and Information Decomposition
 
I/ITSEC2009 Best Tutorial
I/ITSEC2009 Best TutorialI/ITSEC2009 Best Tutorial
I/ITSEC2009 Best Tutorial
 
Building blocks for aggregate programming of self-organising applications
Building blocks for aggregate programming of self-organising applicationsBuilding blocks for aggregate programming of self-organising applications
Building blocks for aggregate programming of self-organising applications
 
Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...
Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...
Crowdsourcing the Acquisition and Analysis of Mobile Videos for Disaster Resp...
 
Promoting a Joint EU-BR Digital Future - High Performance Computing
Promoting a Joint EU-BR Digital Future - High Performance ComputingPromoting a Joint EU-BR Digital Future - High Performance Computing
Promoting a Joint EU-BR Digital Future - High Performance Computing
 
Nuclear emergency response and Big Data technologies
Nuclear emergency response and Big Data technologiesNuclear emergency response and Big Data technologies
Nuclear emergency response and Big Data technologies
 
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
 
Miklovicz thesis defence 2017
Miklovicz thesis defence 2017Miklovicz thesis defence 2017
Miklovicz thesis defence 2017
 
Processing Events in Probabilistic Risk Assessment
Processing Events in Probabilistic Risk AssessmentProcessing Events in Probabilistic Risk Assessment
Processing Events in Probabilistic Risk Assessment
 
Combined Chebyshev and logistic maps to generate pseudorandom number generat...
Combined Chebyshev and logistic maps to generate  pseudorandom number generat...Combined Chebyshev and logistic maps to generate  pseudorandom number generat...
Combined Chebyshev and logistic maps to generate pseudorandom number generat...
 
2014-10-10-SBC361-Reproducible research
2014-10-10-SBC361-Reproducible research2014-10-10-SBC361-Reproducible research
2014-10-10-SBC361-Reproducible research
 
QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...
QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...
QMC: Transition Workshop - Selected Highlights from the Probabilistic Numeric...
 
Data Provenance for Data Science
Data Provenance for Data ScienceData Provenance for Data Science
Data Provenance for Data Science
 
Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)
Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)
Scientific 3D Printing with GRASS GIS (FOSSGIS 2014)
 
ADAPTIVE MODELING OF URBAN DYNAMICS DURING EPHEMERAL EVENT VIA MOBILE PHONE T...
ADAPTIVE MODELING OF URBAN DYNAMICS DURING EPHEMERAL EVENT VIA MOBILE PHONE T...ADAPTIVE MODELING OF URBAN DYNAMICS DURING EPHEMERAL EVENT VIA MOBILE PHONE T...
ADAPTIVE MODELING OF URBAN DYNAMICS DURING EPHEMERAL EVENT VIA MOBILE PHONE T...
 

More from Beniamino Murgante

GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
Beniamino Murgante
 

More from Beniamino Murgante (20)

Analyzing and assessing ecological transition in building sustainable cities
Analyzing and assessing ecological transition in building sustainable citiesAnalyzing and assessing ecological transition in building sustainable cities
Analyzing and assessing ecological transition in building sustainable cities
 
Smart Cities: New Science for the Cities
Smart Cities: New Science for the CitiesSmart Cities: New Science for the Cities
Smart Cities: New Science for the Cities
 
The evolution of spatial analysis and modeling in decision processes
The evolution of spatial analysis and modeling in decision processesThe evolution of spatial analysis and modeling in decision processes
The evolution of spatial analysis and modeling in decision processes
 
Smart City or Urban Science?
Smart City or Urban Science?Smart City or Urban Science?
Smart City or Urban Science?
 
Involving citizens in smart energy approaches: the experience of an energy pa...
Involving citizens in smart energy approaches: the experience of an energy pa...Involving citizens in smart energy approaches: the experience of an energy pa...
Involving citizens in smart energy approaches: the experience of an energy pa...
 
Programmazione per la governance territoriale in tema di tutela della biodive...
Programmazione per la governance territoriale in tema di tutela della biodive...Programmazione per la governance territoriale in tema di tutela della biodive...
Programmazione per la governance territoriale in tema di tutela della biodive...
 
Involving Citizens in a Participation Process for Increasing Walkability
Involving Citizens in a Participation Process for Increasing WalkabilityInvolving Citizens in a Participation Process for Increasing Walkability
Involving Citizens in a Participation Process for Increasing Walkability
 
Presentation of ICCSA 2019 at the University of Saint petersburg
Presentation of ICCSA 2019 at the University of Saint petersburg Presentation of ICCSA 2019 at the University of Saint petersburg
Presentation of ICCSA 2019 at the University of Saint petersburg
 
RISCHIO TERRITORIALE NEL GOVERNO DEL TERRITORIO: Ricerca e formazione nelle s...
RISCHIO TERRITORIALE NEL GOVERNO DEL TERRITORIO: Ricerca e formazione nelle s...RISCHIO TERRITORIALE NEL GOVERNO DEL TERRITORIO: Ricerca e formazione nelle s...
RISCHIO TERRITORIALE NEL GOVERNO DEL TERRITORIO: Ricerca e formazione nelle s...
 
Presentation of ICCSA 2017 at the University of trieste
Presentation of ICCSA 2017 at the University of triestePresentation of ICCSA 2017 at the University of trieste
Presentation of ICCSA 2017 at the University of trieste
 
GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...
GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...
GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...
 
Focussing Energy Consumers’ Behaviour Change towards Energy Efficiency and Lo...
Focussing Energy Consumers’ Behaviour Change towards Energy Efficiency and Lo...Focussing Energy Consumers’ Behaviour Change towards Energy Efficiency and Lo...
Focussing Energy Consumers’ Behaviour Change towards Energy Efficiency and Lo...
 
Socio-Economic Planning profiles: Sciences VS Daily activities in public sector 
Socio-Economic Planning profiles: Sciences VS Daily activities in public sector Socio-Economic Planning profiles: Sciences VS Daily activities in public sector 
Socio-Economic Planning profiles: Sciences VS Daily activities in public sector 
 
GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...
GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...
GEOGRAPHIC INFORMATION – NEED TO KNOW (GI-N2K) Towards a more demand-driven g...
 
Garden in motion. An experience of citizens involvement in public space regen...
Garden in motion. An experience of citizens involvement in public space regen...Garden in motion. An experience of citizens involvement in public space regen...
Garden in motion. An experience of citizens involvement in public space regen...
 
Planning and Smartness: the true challenge
Planning and Smartness: the true challengePlanning and Smartness: the true challenge
Planning and Smartness: the true challenge
 
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
GeoSDI: una piattaforma social di dati geografici basata sui principi di INSP...
 
Murgante smart energy
Murgante smart energyMurgante smart energy
Murgante smart energy
 
Informazione Geografica, Città, Smartness
Informazione Geografica, Città, Smartness Informazione Geografica, Città, Smartness
Informazione Geografica, Città, Smartness
 
Tecnologie, Territorio, Smartness
Tecnologie, Territorio, SmartnessTecnologie, Territorio, Smartness
Tecnologie, Territorio, Smartness
 

Recently uploaded

Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Peter Udo Diehl
 

Recently uploaded (20)

Intelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdfIntelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdf
 
In-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT ProfessionalsIn-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT Professionals
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
The architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfThe architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdf
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
Enterprise Security Monitoring, And Log Management.
Enterprise Security Monitoring, And Log Management.Enterprise Security Monitoring, And Log Management.
Enterprise Security Monitoring, And Log Management.
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
Motion for AI: Creating Empathy in Technology
Motion for AI: Creating Empathy in TechnologyMotion for AI: Creating Empathy in Technology
Motion for AI: Creating Empathy in Technology
 

Geovisualization and Geostatistics: A Concept for the Numerical and Visual Analysis of Geographic Mass Data Julia Gonschorek, Lucia Tyrallová, - University of Potsdam

  • 1. Magisterarbeit 1/?? 12 International Conference on Computational Science and Its Applications th (ICCSA2012 in Salvador da Bahia/Brazil) Session GeoAnMod-3 on Monday June 18, 2012 Geovisualization and Geostatistics: A Concept for the Numerical and Visual Analysis of Geographic Mass Data Julia Gonschorek | Geoinformation Research Group | University of Potsdam Co-Author: Lucia Tyrallová | Geoinformation Research Group | University of Potsdam
  • 2. ICCSA Brazil 2012 Magisterarbeit 2/12 2/?? Outline 1. Preface and Motivation 2. Spatio-Temporal Analysis for Civil Security 3. Summary and Future Plans @gonschorek ∙ university of potsdam
  • 3. ICCSA Brazil 2012 Magisterarbeit 3/12 3/?? 1. Preface and Motivation (1)  Increasing availability of (mass-) data and need for specific information  complex computational analysis tools and techniques  Highly dimensional data needs to be analysed rapidly to discover relationships, clusters and trends  Scientific visualization offers a wide range of methods and techniques to efficiently analyze and visualize spatial and temporal data and information @gonschorek ∙ university of potsdam
  • 4. ICCSA Brazil 2012 Magisterarbeit 4/12 4/?? 1. Preface and Motivation (2) @gonschorek ∙ university of potsdam
  • 5. ICCSA Brazil 2012 Magisterarbeit 5/12 5/?? 2. Spatio-Temporal Analysis for Civil Security (1) Simple lineplot to visualize the temporal distribution of internistic emergencies in the City of Cologne (total number of 26,475 in 2007): @gonschorek ∙ university of potsdam
  • 6. ICCSA Brazil 2012 Magisterarbeit 6/12 6/?? 2. Spatio-Temporal Analysis for Civil Security (2) Box-and-Whisker-Plots to show differences in varaiances: R-Code (without months “January” and “February”): emergency <- read.csv(“c:tempintern07.csv”,header=T, sep=“;”) chisq.test(emergency[1:7,4:13]) Pearson's Chi-squared test data: emergency[1:7, 4:13] X-squared = 409.496, df = 54, p-value < 2.2e-16 qchisq(0.95,54) 72.15322 The non-parametric χ²- Test for testing dependency validates the observation. The correlation between “Day of the Week” and “Months” is highly significant. @gonschorek ∙ university of potsdam
  • 7. ICCSA Brazil 2012 Magisterarbeit 7/12 7/?? 2. Spatio-Temporal Analysis for Civil Security (3) Heatmap to detect temporal clusters: R-Code: install.packages(“gplots”) install.packages (“RColorBrewer”) library(gplots) library(RColorBrewer) x <- read.csv(“c:temp intern07.csv”, header=T, sep=“;”, row.names=1) matrix=data.matrix(x) heatmap.2(matrix, Rowv=T, Colv=T, dendrogram=c(“none”), distfun=dist, hclustfun=hclust, key=T, keysize=1, trace=“none”, density.info=c(“none”), margins=c(10,10), col=brewer.pal(10,”PiYG”)) @gonschorek ∙ university of potsdam
  • 8. ICCSA Brazil 2012 Magisterarbeit 8/12 8/?? 2. Spatio-Temporal Analysis for Civil Security (4) Map of 17,000 surgery emergencies in the City of Cologne during July, 2007 and June 2008 with kernel density estimation using Epanechnikov kernel: Hotspots of surgery emergencies… on Friday on Saturday on Sunday @gonschorek ∙ university of potsdam
  • 9. ICCSA Brazil 2012 Magisterarbeit 9/12 9/?? 2. Spatio-Temporal Analysis for Civil Security (5) (e) (d) Surgical Emergencies > total: 300 (c) > daytime: 6.00 – 7.00 a.m. > year: 2009 > district: Altstadt Sued (b) (a) (a) Data Source: all incoming emergency calls (b) First-order circle: inhomogeneous parts for cluster or administrative information (urban districts) (c) Second-order circle: homogeneous parts for temporal information: year (d) Third-order circle: inhomogeneous parts for temporal information: month, daytime, … @gonschorek ∙ university of potsdam (e) Fourth-order circle: inhomogeneous parts; Type of emergency case
  • 10. ICCSA Brazil 2012 Magisterarbeit 10/12 10/?? 3. Summary and Future Plans (1)  Methods can be used to efficiently extract spatio-temporal information from large databases  It is shown how specific emergency services cluster in space and time  Nearly the whole city area of Cologne was an emergency scene during the analysed perid. Especially the city centre, leisure facilities and nursing homes were emergency hot spots  Combination of different explorative techniques with those from geovisualisation can check the (long-term) experience of the firefighters on different spatial scales and precision @gonschorek ∙ university of potsdam
  • 11. ICCSA Brazil 2012 Magisterarbeit 11/12 11/?? 3. Summary and Future Plans (2)  Methods and results are important for future explorative analyses and geovisual analytics  Information and a deep understanding of specific distributions and patterns as well as (ir-) regularities of intensity are absolutely necessary for prevention measurements to be well-directed and needs based.  Time-series-analysis and prognoses are suitable for the operational, strategic and tactical planning. @gonschorek ∙ university of potsdam
  • 12. Magisterarbeit 12/?? Thank you for your attention! Julia Gonschorek | julia.gonschorek@uni-potsdam.de Department of Geography | University of Potsdam http://www.geographie.uni-potsdam.de/geoinformatik