Intro to GGMAP Emmalee Dolfi. Ethical Implications of Spatial Analysis  Spatially displaying data can change how it’s interpreted  Locational privacy.

Slides:



Advertisements
Similar presentations
Get Started with GIS Mapping Part 1of 3 Madhu Lakshmanan.
Advertisements

1 Spatial Data What is Geographic Spatial Data? What are its Properties TWiST.
ggplot2 - spatial plotting - spatial plotting Norsk statistikermøte, Halden, 11. juni 2013 André Teigland Forskningssjef SAMBA Elisabeth.
Alla Petrakova.  Becoming familiar with Motion Pattern algorithms described in: Similarity Invariant Classification of Events by KL Divergence Minimization.
Chapter Three: Understanding Maps: “The Language of Geography”
A reactive location-based service for geo-referenced individual data collection and analysis Xiujun Ma Department of Machine Intelligence, Peking University.
GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of.
Geographic Information Systems
Geographic Information Systems. What is a Geographic Information System (GIS)? A GIS is a particular form of Information System applied to geographical.
Lecture 16: Data input 1: Digitizing and Geocoding By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
Fundamentals of GIS Materials by Austin Troy © 2008 Lecture 18: Data Input: Geocoding and Digitizing By Austin Troy University of Vermont NR 143.
Quick maps in R Melanie Frazier, NCEAS Presentation materials here:
Mapping in R Allan Hicks FISH 554A Beautiful Graphics in R 03/03/2014.
Introduction to the Use of Geographic Information Systems in Public Health Elio Spinello, MPH California State University, Northridge.
Intro to Maps Global Studies Mr. McRoberts Formulate a broad understanding of the location of countries of Africa, Asia and the southwest Pacific.
Business Driven Technology Unit 4 Building Innovation Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without.
Density vs Hot Spot Analysis. Density Density analysis takes known quantities of some phenomenon and spreads them across the landscape based on the quantity.
Introduction to GIS/GPS Mr. Canada World Geography Burris Laboratory School.
Title: Spatial Data Mining in Geo-Business. Overview  Twisting the Perspective of Map Surfaces — describes the character of spatial distributions through.
Name of presentation Month 2009 Name of presentation Month 2008 School of Geography, Planning and Environmental Management 7 Billion and Counting Dr Jonathan.
Exploring Map Layers in Google Earth Georeferencing Images.
CE 525. SPATIAL ANALYSIS Using Spatial Analyst Point Density (Data Management) Clipping Cell size - smoothness Raster Calculator (Map Algebra) Combined.
CE 525. Grading GIS Proficiency Exam 10% Attendance 10% 90–100 = A Pop Quiz Questions 10% 80 – 89 = B Homework/Certifications 20% 70 – 79 = C Midterm.
Using Maps and Globes.
Understanding and Interpreting maps
TOURISM PLANNING OF ALMATY INFRASTRUCTURE IN GEOINFORMATION SYSTEMS Erkin H. KakymzhanovErkin H. Kakymzhanov.
Lin Lu Math/atmospheric & oceanic sciences GIS minor FB: Lucky Lin Lu California Geographical Society.
1 1 ISyE 6203 Radical Tools Intro To GIS: MapPoint John H. Vande Vate Spring 2012.
Presenter: Rich Lee Location Suitability Analysis New Burger stores in San Fernando Valley 2010 Fall 406 Final Project.
Graphing Parameters Titles X-Axis Title Y-Axis Title Legend Scales Color Gridlines library(help="graphics") Basic Chart Types The R Graphics Package LineHistogram.
Slide 1Fig 2-2a, p.33. Slide 2 Fig 2-14, p.42 Slide 3Fig 2-7, p.36.
Mapping City Wide Travel Times Andrew Hardin. Project Goal Encouraging alternate transportation – NYC- Bike Share – Boulder’s Transportation Management.
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
SCALES IN PHYSICAL GEOGRAPHY
Map Projections. What is a Map Projection? A mathematical expression used to represent the 3D surface of the earth on a 2D map Always results in distortions.
A Quick Introduction to GIS
Geographical Data and Measurement Geography, Data and Statistics.
INTRO TO SPATIAL DATA ANALYSIS JOU-1526 Computer Assisted Reporting.
Advanced Spatial Methods in R
This theme of geography tells you where something is. Location.
Ggplot2 A cool way for creating plots in R Maria Novosolov.
Extra Vocabulary-Thinking Geographically. Reference Maps vs. Thematic Maps Reference Maps A highly generalized map type designed to show general spatial.
1 Kalev Leetaru, Eric Shook, and Shaowen Wang CyberInfrastructure and Geospatial Information Laboratory (CIGI) Department of Geography and Geographic Information.
Conclusion BACKGROUND Since the basis of this analysis is not based on the skill of the offender, but rather, an inherent dependence on environmental and.
ITS NATURE AND PERSPECTIVES
Globes and maps.
Air Traffic Simulation Sam Eberspacher. What is it? Simulation of air traffic over the United States Uses a sample of 51 major airports to simulate Uses.
Geocoding Chapter 16 GISV431 &GEN405 Dr W Britz. Georeferencing, Transformations and Geocoding Georeferencing is the aligning of geographic data to a.
Unit: 5 Mapping Earth Why Mapping?. Mapping Earth Whether you think about it or not. Your life (especially this day in age) is effected directly by having.
Geocoding Chapter 16 GISV431 &GEN405 Dr W Britz. Georeferencing, Transformations and Geocoding Georeferencing is the aligning of geographic data to a.
Introduction to GIS Programming Final Project Submitted by Todd Lenkin Geography 375 Spring of 2011 American River College.
# install.packages( "RCurl" ) # install RCurl if you have not done this already library( RCurl ) # package to read data from html files # copy the download.
Geospatial Mapping, Analysis, & Data (GeoMAD) Unit For more information, contact: Ariann Nassel – GeoMAD Director – –
Mapping in R Allan Hicks FISH 554A Beautiful Graphics in R 03/02/2015.
Geocoding Addresses Ming-Chun Lee.
Useful packages for visualisation, GIS analysis and more
Intro to Geospatial Data Science
From: What are the units of storage in visual working memory?
Touring Data with Power Map
Data Representation and Mapping
Scale: Kilometers.
Geography Visual Vocabulary
The Geographer’s World
Scale: Kilometers.
Introduction to Geographic Information Systems (GIS)
NJ-GeoWeb Interactive Basics Workshop
Imaginary Lines on a Map
Types of Geography.
Presentation transcript:

Intro to GGMAP Emmalee Dolfi

Ethical Implications of Spatial Analysis  Spatially displaying data can change how it’s interpreted  Locational privacy and ethics  Volunteered Geographic Information System (VGIS)  Location-based services (LBS)  Data is often collected without the subject knowing it  Radio Frequency Identification (RFID)  Crime Mapping

What is GGMAP?  Spatial visualization with Google Maps, OpenStreetMaps, StamenMaps and CloudMadeMaps  Combine with GGPLOT2 to spatially display data  Use ggmap() to create basemap layer, use “+” to add ggplot2 layer with data HoustonMap <- qmap("houston", zoom = 13, color = "bw") HoustonMap + geom_point(data=violent_crimes,aes(x = lon, y = lat, colour = offense ) ) HoustonMap <- qmap("houston", zoom = 13, color = "bw") HoustonMap + geom_point(data=violent_crimes,aes(x = lon, y = lat, colour = offense ) )

Geocoding Your Data  Data must be spatially referenced in order to display it using ggmap

The Process of Geocoding  Assigning a location (latitude, longitude) to an address  Compares elements in the given address the reference data set and finds the best match

Getting a Base Map  Get_map() combines get_googlemap(), get_openstreetmap(), get_stamenmap(), get_cloudmademap()  Arguments:  Center, zoom, maptype, color, source

Examples of Maptypes

Displaying Point Data  Geom_point()  Must specify data  Argument: aes()  x = longitude  y = latitude  color = variable to display  If you have factored levels:  Can scale the points based on these factors

Hexagonal Bins  Displays a spatial histogram  Calculates density per bin from point data  Stat_binhex()  Specify data  Need lat and long in aes()  Bins controls the number of bins across the x-axis, which control the size of the bins  Alpha controls transparency

Kernel Density  Calculate magnitude per unit area from point data  Creates equal area cells (like a raster) and gives each cell a value based on the number of point in a “search radius”

References  Michael Mann, Department of Geography, GWU    (Movebank.org) Fuller, M.R., Seegar, W.S., and Schueck, L.S Routes and Travel Rates of Migrating Peregrine Falcons Falco peregrinus and Swainson's Hawks Buteo swainsoni in the Western Hemisphere. Journal of Avian Biology 29:  geocoding  e.PDF