Difference between revisions of "Visualizing Multi-Temporal Data with Time Manager"

From CUOSGwiki
Jump to navigationJump to search
Line 53: Line 53:
 
* Proceed to [https://data-seattlecitygis.opendata.arcgis.com/datasets/city-clerk-neighborhoods?geometry=-122.588%2C47.477%2C-121.994%2C47.558 the Seattle geoData website] and download the City Clerk neighbourhood Shapefile
 
* Proceed to [https://data-seattlecitygis.opendata.arcgis.com/datasets/city-clerk-neighborhoods?geometry=-122.588%2C47.477%2C-121.994%2C47.558 the Seattle geoData website] and download the City Clerk neighbourhood Shapefile
 
* Save the file in the same location as the emergency calls file
 
* Save the file in the same location as the emergency calls file
 
==Preparation of Data==
 
 
===Spreadsheet===
 
* Import to Libreoffice or Openoffice
 
 
====LibreOffice Calc/OpenOffice Calc====
 
* Right click on "datetime" column and choose to "Format Cells".
 
* Find and click "Time" under the "Numbers" tab.
 
* Change format code to the following: YYYY-MM-DD HH:MM:SS ''(you have to click on the examples in the format box to see which code they each are)''
 
* Save file in CSV format.
 
   
 
==Importing Data==
 
==Importing Data==

Revision as of 17:54, 6 October 2020

Introduction

In a distant universe, 500 milliseconds ago, you embarked on a mission of temporal exploration and spatial pattern analysis. Your task is to map and visualize the occurrences of emergencies in the City of Seattle within your selected timeframe from the year 2020. You will learn to use Time Manager, a plugin for QGIS, so you may conduct spatial analysis at any point in time. Your analyses will be an option of the following: weekly, bi-weekly, or monthly. The analyses you will conduct are:

1. "points in polygon" to probe the amount of incidents in a given neighbourhood
2. "near neighbourhood analysis" to gauge the average of the distance between incidents
3. "basic statistics" such as the mean, median, min, max and the range of incidents in a given time.

Last but not least you will learn to visualize and animate temporal data.

Introduction to Time Manager

Time Manager is a plugin of QGIS that allows for surfing through temporal geospatial data. It allows for visualization and spatial analysis simultaneously.

Introduction to City of Seattle Real-Time 911 Emergency Calls

As per the title, the data you will be using are close to real time, as they are updated every 5 minutes; they comprise all the emergency calls made to the city's various emergency departments.

Estimated Time to Complete

20 minutes at minimum and 40 to 60 minutes at maximum (dependent on your hardware, software, internet connection/speed and distractions).

Requirements

Windows/Macintosh/Linux Compatible

Installing Time Manager

Installing Plugin

  • Click "Plugins" a drop down menu should show up
  • Click "Manage and Install Plugins..." a menu should pop up
  • Click "Install from zip"
  • Download zip plugin from here
  • Click "Install Plugin" and wait for confirmation of install.
  • Click "Close" to exit.

Enabling Plugin

  • Click "Plugins" on the toolbar. A drop down menu will appear.
  • Click "Manage Plugins"
  • Search "Time Manager"
  • Enable "Time Manager"
  • Click "OK" to exit.

Enabling User Interface

  • Time Manager should appear under "Plugins" drop down menu.
  • If not, right click on the toolbar, drop down menu will appear; scroll down to Time Manager and check.
  • Time Manger should now be at the bottom of your screen.
UX.png
TM3.png

Getting emergency calls data

  • Proceed to this Github link which includes a zip containing all 911 calls for the first 10 months of 2020 in Seattle
  • Press download and save the zip file in an appropriate location

Getting Seattle neighbourhood data

  • Proceed to the Seattle geoData website and download the City Clerk neighbourhood Shapefile
  • Save the file in the same location as the emergency calls file

Importing Data

Importing a Spreadsheet to QGIS

  • Start QGIS and click "Layer" on the toolbar. A drop down menu will appear.
  • Click "Add Delimited Text Layer".
  • Browse to location of Seattle_Real_Time_Fire_911_Calls.csv file.
  • Click on the "OK" button.
  • Right click on the imported spreadsheet on the Layers panel. A drop down menu will appear.
  • Click "Save As"
  • Format should be "ESRI shapefile"
  • CRS should be "WGS84"
  • Name of file is "Seattle.shp"
  • "Add saved file to map" should be enabled.
  • Save file to a desired location.
  • Click on the "OK" button.

Importing a Vector Polyline/Polygon to QGIS

  • Start QGIS and click "Layer" on the toolbar. A dropdown menu will appear.
  • Click "Add Vector Layer".
  • Browse to location of your "Seattle.shp" file.
  • Click on the "Open" button to import.

Importing a Single Dataset to Time Manager

  • Click on the "Settings" button.
  • Click "Add Layer".
  • Choose "Seattle.shp" as the Layer.
  • Choose "Datetime" column as the Start Time.
  • Click "OK" to confirm and exit.

Visualizing the Distribution of the Type of Emergency

  • Right click on seattle.shp, click "properties" from the drop down menu.
  • Browse to the "Style" tab.
  • Change symbology from "Single Symbol" to "Categorized"
  • Choose "Type" as the column.
  • Pick a gradient color ramp.
  • Click on the "Classify" button.

Result: Categorized Symbology

TXT.png

Points in Polygon Spatial Analysis

  • Click "Vector" on the toolbar. A drop down menu will appear.
  • Click "Analysis" from the drop down menu. Another drop down menu will appear.
  • Click "Points in Polygon"
  • Choose "Neighbourhoods.shp" as the input polygon vector layer.
  • Choose "Seattle.shp" as the input point vector layer.
  • Choose a output shapefile name, for this tutorial I chose "area.shp".
  • Click "OK" to process.
  • Click "Close" afterwards to exit.

Results:Bi-Weekly

  • OCT1&22.PNG
  • OCT3&445.PNG
  • NOV1&22.PNG
  • NOV3&44.PNG

Results:Monthly

OCT20122.PNG
NOV20122.PNG

Animation with Time Manager

Importing multiple datasets

  • Click on the "Settings" button.
  • Click "Add Layer".
  • Choose "Seattle_Start.shp" as the Layer.
  • Choose "Datetime" column as the Start Time.
  • Click "OK" to confirm and exit.
  • Repeat process with "Seattle_End.shp" as the Layer.
  • Change the offset to -20
  • Click "OK"

Result: Visualization

Conclusion

At this point in time, you have learned to utilize the following to conduct spatial pattern analysis:

  • Time Manager plugin for QGIS
  • Visualize data with Time Manager
  • Animate/Simulate with Time Manager
  • Point in Polygon Analysis
  • Nearest Neighbour Analysis
  • Basic Statistics such as min, max, median and range.


Feel free to share your results in this wiki and/or make this tutorial more effective.

User Guides

QGIS

References

Time Manager How-to