Dan Goldberg GIS Research Laboratory Department of Computer Science University of Southern California

Size: px
Start display at page:

Download "Dan Goldberg GIS Research Laboratory Department of Computer Science University of Southern California https://webgis.usc.edu"

Transcription

1 Presented to: CSCI 548 Information Integration on the Web Dan Goldberg GIS Research Laboratory Department of Computer Science University of Southern California 1

2 (Very) Brief Background Locational descriptions Geographic representations USC GIS Research Laboratory 3620 South Vermont Ave, Los Angeles, CA Kaprielian Hall, Room 444 Los Angeles, CA Spatio-Temporal Analyses 2

3 Motivations 3620 S. Vermont Ave, Los Angles CA GEOCODER (Google, ESRI, Yahoo, Geocoder.us, etc.) $$$ $$ $ Parcel Centroid : , Address-Level : , Zip Centroid : , $ Time, Money, Expertise, Programming 3

4 Motivations Error introduction/propagation in epidemiological research Relative Magnitude Error Propagation Address Locational Spatially Referenced Geocode Address Calculate Exposure Incomplete / incorrect Inaccurate location Incorrect assignment Values Spatial Analysis Invalid association Hot Spots Conclusions Misguided actions

5 Motivations Exposure misclassification from inaccurate geocoding Misclassified exposed Misclassified unexposed distribution area zip code 1 zip code 2 address range geocode zip centroid geocode point source 5

6 Motivations Accessibility mischaracterization from inaccurate geocoding zip code 1 zip code 2 address range geocode zip centroid geocode true shortest path false shortest path The error from geocoding can be larger than the distance traveled 6

7 Motivations Geocode quality the type of reference feature matched 3620 S. Vermont Ave, Los Angeles CA = NAACCR GIS Coordinate Quality Codes Code Value 1 Global Positioning System 2 Parcel centroid 3 Complete street address 4 Street intersection 5 Street segment mid-point 6 ZIP+4 7 ZIP+2 8 Manual Assignment 9 ZIP 10 PO Box / Rural Route ZIP 11 City Centroid 12 County Centroid 98 Assigned, quality unknown 99 Non-assignable a) Building b) Parcel c) Street segment d) Relative direction e) ZIP+4 f) City The geocoding process needs to be taken into account g) County h) State 7

8 Motivations All geocodes with same quality do not have the same accuracy or certainty 2562 Elmwood St, Los Angeles CA Attribute Relaxation (Suffix) Soundex(Name E453) Parcel centroid 2562 Ellendale Pl, Los Angeles CA Parcel centroid 2562 N Ellena St, Los Angeles CA Attribute Relaxation (Pre, Suffix) Substring (Name - Ellen) Parcel centroid Qualities of the feature matching method matters Correct Incorrect 8

9 Motivations All geocodes with same quality do not have the same accuracy or certainty NAACCR 2: Parcel Centroid Bound Box: Geometric: Weighted: Address range: X NAACCR 3: Street Address Uniform lot: Actual lot: Y Y*d X *d X Qualities of the feature interpolation matters 9

10 Motivations All geocodes with same quality do not have the same accuracy or certainty :12000 scale :63360 scale : scale Qualities of the reference features matter 10

11 Motivations 3620 S. Vermont Ave, Los Angles CA GEOCODE , Accuracy =?? Match rate of geocoder used =?? Spatial uncertainty of this geocode =?? Reference data used to produce this geocode =?? Interpolation assumptions used to produce this geocode =?? Average spatial uncertainty for other geocodes in the area =?? 11

12 Theoretical and Technical Contributions 1) A theoretical and practical framework for creating and evaluating geocode components Enables 2) A method for evaluating overall geocode accuracy as a composite function of its internal processes Measures 3) Several novel methods for improving geocode accuracy Predicts and Improves 4) A method for predicting and improving the accuracy of geocodes based on local and neighborhood characteristics 12

13 Theoretical Framework Input Normalization/ Standardization Matching Reference 3620 South Vermont Avenue 3620 S VERMONT AVE Transform input to match reference data format Find a matching geographic feature in reference data SELECT FromX, FromY, ToX, ToY FROM SOURCE WHERE (Start >=3620 AND End <= 3620) AND (Pre = S) AND (Name = VERMONT) AND (Suffix = AVE) Interpolation Output Use matched geographic feature to derive output Output Point = (20% * X, 20% * Y) 13

14 Component: Input Input Normalization/ Standardization Matching Reference Error Contribution Many different types, forms, and formats: Street Addresses: 3620 South Vermont Ave Postal Codes: Los Angeles, CA Named Places: USC Kaprielian Hall Intersections: Vermont & 36 th Place Relative Descriptions: b/w Bakersfield & Shafter Different levels of information/certainty: Street Addresses: Somewhere on street Postal Codes: Somewhere on postal route Named Places: Absolute location Intersections: Somewhere near intersection Relative Descriptions: Somewhere near locations Interpolation Output Incompleteness: Inaccuracy: 3260 S Vermont 3620 _ Vermont Ave Vermont Ave 3620 S Verment Ave 362_ S Vermont 3260 _ Vermont St 14

15 Component: Input Cleaning Input Normalization/ Standardization Matching Reference Interpolation Error Contribution - Parsing Separating components of the address Token-Based: relies on formatting - Normalization Identifying components of the address Substitution-Based: relies on the token ordering Context-Based: relies on position and schema knowledge Probability-Based: relies on likelihood of occurrence - Standardization Formatting components of the address Schema mapping: must exist for all reference sources 3620 South Vermont Ave Los Angeles, Street Address City Zip St Los Angeles St Los Angeles, Output Street Address City Zip 23 E South St South Los Angeles, Street Address City Zip 15

16 Component: Matching Input Normalization/ Standardization Matching Reference Error Contribution - Multiple Match Types Feature selected from reference set Exact: A single perfect match Non-exact: A single non-perfect match Exact ambiguous: Multiple perfect matches Non-exact ambiguous: Multiple non-perfect matches None: No matches - Multiple Matching Methods Ways of selecting features Deterministic: Rule-based, iterative Probabilistic: Likelihood-based, attribute weighting Interpolation Output - Multiple Fuzzifying Techniques Alter input data Word Stemming: Porter Stemmer Phonetic : Soundex Attribute Relaxation: Remove attributes and retry match 16

17 Component: Reference Input Normalization/ Standardization Matching Error Contribution - Multiple Types Point-based: ZCTA and Place Centroids Linear-Based: Street Centerlines Areal Unit-Based: Parcels, ZCTA and Place Boundaries - Wide spectrum of accuracies/completeness Commercial vs. Public - Attribute accuracy spatial and non-spatial - Attribute completeness spatial and non-spatial - Feature complexity simple vs. polylines Local Scale vs. National Scale - Census Place Boundaries vs. Local Neighborhoods - Wide spectrum of cost/availability Reference Free vs. Costly: TIGER/Lines vs. TeleAtlas Available vs. Not: Address points CA. vs. N. Carolina Interpolation Output Low resolution reference street High resolution reference street 17

18 Component: Interpolation Input Normalization/ Standardization Matching Error Contribution - Many methods of interpolation Depend on reference feature type Depend on info available (assumptions) - Linear-Based: Linear, Segmented, and Summation Address range: X Reference Y X *d Y*d X Interpolation Uniform lot: - number of lots known Output Actual lot: - sizes and number of lots known 18

19 Component: Interpolation Input Normalization/ Standardization Matching Reference Interpolation Error Contribution - Many methods of interpolation Depend on reference feature type Depend on info available (assumptions) - Areal Unit-Based Centroids: Bound Box: Geometric: Output Weighted: 19

20 Component: Interpolation Input Normalization/ Standardization Error Contribution - Lack of Process Transparency - Nothing reported about the decisions made or alternatives Matching Reference - Output Type: Only Geographic Coordinates - Loss data required for determining true accuracy Interpolation Output - Output Accuracy: Feature Match Type + Probability - Nothing that indicates direction - Nothing that indicates distance - Nothing that indicates certainty area or surface 20

21 New Abilities: Quantitative Error Calculation Input and Representation Normalization/ Standardization Probability and spatial uncertainty surfaces for each step Matching Reference Interpolation Output Geocode location with a spatial probability distribution 21

22 New Abilities: 3620 Vermont, Los Angeles Composite Feature Matching with Dynamically Created Features Search Dynamic Feature Composition Ambiguous Results Feature Interpolation N Vermont Ave N Vermont Pl S Vermont Ave S Vermont Pl 22

23 Current Status Production system > 1,000 users 3 million geocodes produced.net implementation on top of SQL server for reference data TIGER/Lines, LA County Parcel Actively adding more parcel data Code is being reviewed, cleaned, and finalized before open sourcing 23

24 Conclusions Geocoding systems need to be open boxes Users need to know what happened, why, and what the alternatives were The commercial alternatives may be too expensive black boxes Existing open source alternatives are Non-extensible The USC WebGIS Geocoding framework aims to achieve these goals by providing an open source extensible approach to approaching the problem Allowing users to 24

25 Thanks! Advisors John Wilson, USC Geography Craig Knoblock, USC Computer Science Myles Cockburn, USC Preventive Medicine 25

Outline. Geography and GIS as Middleware. Geographic Information Systems. Geographic Information Science. Geographic Information Science (2)

Outline. Geography and GIS as Middleware. Geographic Information Systems. Geographic Information Science. Geographic Information Science (2) 4/15/215 Geography and GIS as Middleware John Wilson 8 July 21 Outline Changing face of geographic information science Recent projects (examples) USC geocoding platform Modeling hydrologic systems in metropolitan

More information

Inclusion of Non-Street Addresses in Cancer Cluster Analysis

Inclusion of Non-Street Addresses in Cancer Cluster Analysis Inclusion of Non-Street Addresses in Cancer Cluster Analysis Sue-Min Lai, Zhimin Shen, Darin Banks Kansas Cancer Registry University of Kansas Medical Center KCR (Kansas Cancer Registry) KCR: population-based

More information

GEOCODING SELF-REPORTED ADDRESSES: LESSONS LEARNED. Karyn Backus CT Department of Public Health

GEOCODING SELF-REPORTED ADDRESSES: LESSONS LEARNED. Karyn Backus CT Department of Public Health GEOCODING SELF-REPORTED ADDRESSES: LESSONS LEARNED Karyn Backus CT Department of Public Health GEOCODING ADDRESSES The process of assigning a location to an address Collect the address information Use

More information

Valdosta State University Strategic Research & Analysis

Valdosta State University Strategic Research & Analysis Christopher Neasbitt, Programmer Analyst Associate (cjneasbi@valdosta.edu) Kristina M. Cragg, Ph.D., Assistant to the President for Strategic Research & Analysis (kmcragg@valdosta.edu) Amir Atabekov, Student

More information

Integrating Online and Geospatial Information Sources

Integrating Online and Geospatial Information Sources Integrating Online and Geospatial Information Sources Craig Knoblock Cyrus Shahabi Jose Luis Ambite Maria Muslea Snehal Thakkar Jason Chen Mehdi Sharifzadeh University of Southern California Introduction

More information

Tax Jurisdiction Sourcing Data Bases

Tax Jurisdiction Sourcing Data Bases Tax Jurisdiction Sourcing Data Bases Reducing Cost and Improving Tax Determination via quality data base information Bob Meador Director, GeoTAX Product Management Group 1 Software Agenda Tax issues Tax

More information

GIS Spatial Statistics for Public Opinion Survey Response Rates

GIS Spatial Statistics for Public Opinion Survey Response Rates GIS Spatial Statistics for Public Opinion Survey Response Rates July 22, 2015 Timothy Michalowski Senior Statistical GIS Analyst Abt SRBI - New York, NY t.michalowski@srbi.com www.srbi.com Introduction

More information

University of Southern California Research Assistant Professor of Spatial Science Associate Director, USC GIS Research Laboratory

University of Southern California Research Assistant Professor of Spatial Science Associate Director, USC GIS Research Laboratory DANIEL W. GOLDBERG, PH.D. Spatial Sciences Institute USC Dana and David Dornsife College of Letters, Arts and Sciences University of Southern California 3616 Trousdale Parkway, AHF B57G Los Angeles, CA

More information

GIS for ChEs Introduction to Geographic Information Systems

GIS for ChEs Introduction to Geographic Information Systems GIS for ChEs Introduction to Geographic Information Systems AIChE Webinar John Cirucci 1 GIS for ChEs Introduction to Geographic Information Systems What is GIS? Tools and Methods Applications Examples

More information

Geographic Analysis of Linguistically Encoded Movement Patterns A Contextualized Perspective

Geographic Analysis of Linguistically Encoded Movement Patterns A Contextualized Perspective Geographic Analysis of Linguistically Encoded Movement Patterns A Contextualized Perspective Alexander Klippel 1, Alan MacEachren 1, Prasenjit Mitra 2, Ian Turton 1, Xiao Zhang 2, Anuj Jaiswal 2, Kean

More information

ZIP Code Tabulation Areas For Census 2000

ZIP Code Tabulation Areas For Census 2000 ZIP Code Tabulation Areas For Census 2000 NCHS, CDC Andrew Flora June 13, 2000 TIGER Operations Branch Geography Division U S C E N S U S B U R E A U Helping You Make Informed Decisions ZIP Code Tabulations

More information

ENGRG 59910: Introduction to GIS

ENGRG 59910: Introduction to GIS ENGRG 59910: Introduction to GIS Lecture 08: Geocoding and Vector Analysis Acknowledgment: Michael Piasecki Today Agenda Geocoding Understanding of Spatial Analysis Attribute-based Operation Statistical

More information

Improving TIGER, Hidden Costs: The Uncertain Correspondence of 1990 and 2010 U.S. Census Geography

Improving TIGER, Hidden Costs: The Uncertain Correspondence of 1990 and 2010 U.S. Census Geography Improving TIGER, Hidden Costs: The Uncertain Correspondence of 1990 and 2010 U.S. Census Geography Jonathan P. Schroeder ABSTRACT: The U.S. Census Bureau supplies GIS-compatible definitions of census geographic

More information

Sensitivity of estimates of travel distance and travel time to street network data quality

Sensitivity of estimates of travel distance and travel time to street network data quality Sensitivity of estimates of travel distance and travel time to street network data quality Paul Zandbergen Department of Geography University of New Mexico Outline Street network quality Approaches to

More information

ArcGIS Pipeline Referencing An Introduction. Anjali Bhangay William Isley

ArcGIS Pipeline Referencing An Introduction. Anjali Bhangay William Isley ArcGIS Pipeline Referencing An Introduction Anjali Bhangay William Isley Pipeline Referencing Overview Information Model Pipeline Referencing Overview Information Model ArcGIS Pro Pipeline Referencing

More information

Lecture 9: Geocoding & Network Analysis

Lecture 9: Geocoding & Network Analysis Massachusetts Institute of Technology - Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lecture 9: Geocoding

More information

Colm O Muircheartaigh

Colm O Muircheartaigh THERE AND BACK AGAIN: DEMOGRAPHIC SURVEY SAMPLING IN THE 21 ST CENTURY Colm O Muircheartaigh, University of Chicago Page 1 OVERVIEW History of Demographic Survey Sampling 20 th Century Sample Design New

More information

Spatial Organization of Data and Data Extraction from Maptitude

Spatial Organization of Data and Data Extraction from Maptitude Spatial Organization of Data and Data Extraction from Maptitude N. P. Taliceo Geospatial Information Sciences The University of Texas at Dallas UT Dallas GIS Workshop Richardson, TX March 30 31, 2018 1/

More information

Census Geography, Geographic Standards, and Geographic Information

Census Geography, Geographic Standards, and Geographic Information Census Geography, Geographic Standards, and Geographic Information Michael Ratcliffe Geography Division US Census Bureau New Mexico State Data Center Data Users Conference November 19, 2015 Today s Presentation

More information

WlLPEN L. GORR KRISTEN S. KURLAND. Universitats- und Landesbibliothek. Bibliothek Architektur und Stadtebau ESRI

WlLPEN L. GORR KRISTEN S. KURLAND. Universitats- und Landesbibliothek. Bibliothek Architektur und Stadtebau ESRI hj WlLPEN L. GORR KRISTEN S. KURLAND Universitats- und Landesbibliothek Darmstadt Bibliothek Architektur und Stadtebau ESRI Contents Acknowledgments Preface xvii XV GIS Tutorial 1 Introduction Launch ArcMap

More information

Areal Interpolation Methods using Land Cover and Street Data. Jeff Bourdier GIS Master s s Project Summer 2006

Areal Interpolation Methods using Land Cover and Street Data. Jeff Bourdier GIS Master s s Project Summer 2006 Areal Interpolation Methods using Land Cover and Street Data Jeff Bourdier GIS Master s s Project Summer 2006 Objective The areal interpolation problem Some variable (here, population) is known in a given

More information

Crime Analysis. GIS Solutions for Intelligence-Led Policing

Crime Analysis. GIS Solutions for Intelligence-Led Policing Crime Analysis GIS Solutions for Intelligence-Led Policing Applying GIS Technology to Crime Analysis Know Your Community Analyze Your Crime Use Your Advantage GIS aids crime analysis by Identifying and

More information

Urban GIS for Health Metrics

Urban GIS for Health Metrics Urban GIS for Health Metrics Dajun Dai Department of Geosciences, Georgia State University Atlanta, Georgia, United States Presented at International Conference on Urban Health, March 5 th, 2014 People,

More information

Louisiana Structures Project

Louisiana Structures Project Louisiana Structures Project USGS Cooperative Agreement with LAGIC to Develop Structures Data for Louisiana Costal Parishes Chris Cretini (USGS) Craig Johnson (LAGIC) Chris Pennington (LAGIC) Contributors

More information

Are You Maximizing The Value Of All Your Data?

Are You Maximizing The Value Of All Your Data? Are You Maximizing The Value Of All Your Data? Using The SAS Bridge for ESRI With ArcGIS Business Analyst In A Retail Market Analysis SAS and ESRI: Bringing GIS Mapping and SAS Data Together Presented

More information

The Joys of Geocoding (from a Spatial Statistician s Perspective)

The Joys of Geocoding (from a Spatial Statistician s Perspective) The Joys of Geocoding (from a Spatial Statistician s Perspective) Dale L. Zimmerman University of Iowa October 21, 2010 2 Geocoding context Applications of spatial statistics to public health and social

More information

Finding Common Ground Through GIS

Finding Common Ground Through GIS Finding Common Ground Through GIS Matthew Stone, MPH Special Unit for Technical Assistance Chronic Disease and Injury Control California Department of Public Health ESRI Health GIS Conference Scottsdale,

More information

Utilizing GIS Technology for Rockland County. Rockland County Planning Department Douglas Schuetz & Scott Lounsbury

Utilizing GIS Technology for Rockland County. Rockland County Planning Department Douglas Schuetz & Scott Lounsbury Utilizing GIS Technology for Rockland County Rockland County Planning Department Douglas Schuetz & Scott Lounsbury Presentation Agenda Introduction What is GIS What can GIS do GIS Efforts for BOE Resources

More information

GIS CONCEPTS Part I. GIS ON THE WEB Part II

GIS CONCEPTS Part I. GIS ON THE WEB Part II Week 2 GIS CONCEPTS Part I GIS ON THE WEB Part II topics of the week part I GIS functions and GIS data Spatial relationships Organizing convention for spatial data Store Information by thematic layers

More information

GIS Lecture 4: Data. GIS Tutorial, Third Edition GIS 1

GIS Lecture 4: Data. GIS Tutorial, Third Edition GIS 1 GIS Lecture 4: Data GIS 1 Outline Data Types, Tables, and Formats Geodatabase Tabular Joins Spatial Joins Field Calculator ArcCatalog Functions GIS 2 Data Types, Tables, Formats GIS 3 Directly Loadable

More information

Washington Master Address Services: Project Overview Ben Vaught, OCIO David Wright, DOR Craig Erickson, DOH Tom Kimpel, OFM

Washington Master Address Services: Project Overview Ben Vaught, OCIO David Wright, DOR Craig Erickson, DOH Tom Kimpel, OFM Washington Master Address Services: Project Overview Ben Vaught, OCIO David Wright, DOR Craig Erickson, DOH Tom Kimpel, OFM 2014 IPMA Forum May 21, 2014 Saint Martin's University Lacey, WA March 18 th

More information

Census 2000 ZCTAs ZIP Code Tabulation Areas Technical Documentation 2000

Census 2000 ZCTAs ZIP Code Tabulation Areas Technical Documentation 2000 Census 2000 ZCTAs ZIP Code Tabulation Areas Technical Documentation 2000 U S C E NSU SBUR E A U Helping You Make Informed Decisions Part 1: Technical Description The ZCTA technical documentation consists

More information

2008 ESRI Business GIS Summit Spatial Analysis for Business 2008 Program

2008 ESRI Business GIS Summit Spatial Analysis for Business 2008 Program A GIS Framework F k to t Forecast F t Residential Home Prices By Mak Kaboudan and Avijit Sarkar University of Redlands School of Business 2008 ESRI Business GIS Summit Spatial Analysis for Business 2008

More information

Using Geographic Information Systems for Exposure Assessment

Using Geographic Information Systems for Exposure Assessment Using Geographic Information Systems for Exposure Assessment Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of Pittsburgh, Pittsburgh,

More information

Enterprise Linear Referencing at the NYS Department of Transportation

Enterprise Linear Referencing at the NYS Department of Transportation Enterprise Linear Referencing at the NYS Department of Transportation One Highway Network to Support Many Business Processes May 9, 2018 May 9, 2018 2 Agenda An overview of Linear Referencing How NYSDOT

More information

GeoPostcodes. Trinidad & Tobago

GeoPostcodes. Trinidad & Tobago Trinidad & Tobago Trinidad & Tobago About.com Launched in 2007, website offers comprehensive and reliable databases of localities, streets, administrative regions, ZIP/postal codes and lots of other information

More information

GIS 520 Data Cardinality. Joining Tabular Data to Spatial Data in ArcGIS

GIS 520 Data Cardinality. Joining Tabular Data to Spatial Data in ArcGIS GIS 520 Data Cardinality Joining Tabular Data to Spatial Data in ArcGIS Joining Tabular Data to Spatial Data in ArcGIS Outline Working with Zip Code Data Data Cardinality Issues Exploring Data Format Requirements

More information

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2 Acknowledgments xiii Preface xv GIS Tutorial 1 Introducing GIS and health applications 1 What is GIS? 2 Spatial data 2 Digital map infrastructure 4 Unique capabilities of GIS 5 Installing ArcView and the

More information

GIS for Actuaries Part 1 CAS RPM Garrett Bradford March 15, 2016

GIS for Actuaries Part 1 CAS RPM Garrett Bradford March 15, 2016 GIS for Actuaries Part 1 CAS RPM 2016 Garrett Bradford March 15, 2016 GIS for Actuaries Workshop Outline I. Introduction to GIS: the basics II. Geocoding, Uncertainty, and GIS Data Sources III. Spatial

More information

Evaluating Travel Impedance Agreement among Online Road Network Data Providers

Evaluating Travel Impedance Agreement among Online Road Network Data Providers Evaluating Travel Impedance Agreement among Online Road Network Data Providers Derek Marsh Eric Delmelle Coline Dony Department of Geography and Earth Sciences University of North Carolina at Charlotte

More information

Medical GIS: New Uses of Mapping Technology in Public Health. Peter Hayward, PhD Department of Geography SUNY College at Oneonta

Medical GIS: New Uses of Mapping Technology in Public Health. Peter Hayward, PhD Department of Geography SUNY College at Oneonta Medical GIS: New Uses of Mapping Technology in Public Health Peter Hayward, PhD Department of Geography SUNY College at Oneonta Invited research seminar presentation at Bassett Healthcare. Cooperstown,

More information

SRJC Applied Technology 54A Introduction to GIS

SRJC Applied Technology 54A Introduction to GIS SRJC Applied Technology 54A Introduction to GIS Overview Lecture of Geographic Information Systems Fall 2004 Santa Rosa Junior College Presented By: Tim Pudoff, GIS Coordinator, County of Sonoma, Information

More information

Statewide State Roads Layer Michigan Geographic Framework Field Definitions

Statewide State Roads Layer Michigan Geographic Framework Field Definitions Statewide State Roads Layer Michigan Geographic Framework Field Definitions (Shapefile Attribute Table) (June 1, 2012 Version 12b) The following field definitions make up the shapefile attribute table

More information

GIS for the Non-Expert

GIS for the Non-Expert GIS for the Non-Expert Ann Forsyth University of Minnesota February 2006 GIS for the Non-Expert 1. Definitions and problems 2. Measures being tested in Twin Cities Walking Study Basic approach, data, variables

More information

Visualization of Origin- Destination Commuter Flow Using CTPP Data and ArcGIS

Visualization of Origin- Destination Commuter Flow Using CTPP Data and ArcGIS Visualization of Origin- Destination Commuter Flow Using CTPP Data and ArcGIS Research & Analysis Department Southern California Association of Governments 2015 ESRI User Conference l July 23, 2015 l San

More information

HIGH RESOLUTION BASE MAP: A CASE STUDY OF JNTUH-HYDERABAD CAMPUS

HIGH RESOLUTION BASE MAP: A CASE STUDY OF JNTUH-HYDERABAD CAMPUS HIGH RESOLUTION BASE MAP: A CASE STUDY OF JNTUH-HYDERABAD CAMPUS K.Manjula Vani, Abhinay Reddy, J. Venkatesh, Ballu Harish and R.S. Dwivedi ABSTRACT The proposed work High Resolution Base map: A Case study

More information

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME:

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME: 1) A GIS data model using an array of cells to store spatial data is termed: a) Topology b) Vector c) Object d) Raster 2) Metadata a) Usually includes map projection, scale, data types and origin, resolution

More information

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types Chapter 6 Fundamentals of GIS-Based Data Analysis for Decision Support FROM: Points Lines Polygons Fields Table 6.1. Spatial Data Transformations by Geospatial Data Types TO: Points Lines Polygons Fields

More information

If you aren t familiar with Geographical Information Systems (GIS), you. GIS, when combined with a database that stores response information,

If you aren t familiar with Geographical Information Systems (GIS), you. GIS, when combined with a database that stores response information, Geographical Information Systems in EMS By William E. Ott If you aren t familiar with Geographical Information Systems (GIS), you should take a look at what GIS can offer you as an EMS manager. GIS, when

More information

Houston Plat Tracker puts the GIS in Land Development

Houston Plat Tracker puts the GIS in Land Development Houston Plat Tracker puts the GIS in Land Development Abstract: The Plat Tracker supports Houston's land development approval process. This home grown web-based system includes GIS research tools and a

More information

INDOT Office of Traffic Safety

INDOT Office of Traffic Safety Intro to GIS Spatial Analysis INDOT Office of Traffic Safety Intro to GIS Spatial Analysis INDOT Office of Traffic Safety Kevin Knoke Section 130 Program Manager Highway Engineer II Registered Professional

More information

GIS ANALYSIS METHODOLOGY

GIS ANALYSIS METHODOLOGY GIS ANALYSIS METHODOLOGY No longer the exclusive domain of cartographers, computer-assisted drawing technicians, mainframes, and workstations, geographic information system (GIS) mapping has migrated to

More information

GeoPostcodes. Luxembourg

GeoPostcodes. Luxembourg Luembourg Luembourg About.com Launched in 2007, website offers comprehensive and reliable databases of localities, streets, administrative regions, ZIP/postal codes and lots of other information for all

More information

CHANGES IN ETHNIC GEOGRAPHY IN WATERBURY AS A RESULT OF NATURAL DISASTERS AND URBAN RENEWAL

CHANGES IN ETHNIC GEOGRAPHY IN WATERBURY AS A RESULT OF NATURAL DISASTERS AND URBAN RENEWAL G-1302: GIS and Environmental Modeling Final Project Report December 4, 2012 Student: David Perrier Instructor: Tatiana Serebriakova, Ph.D. CHANGES IN ETHNIC GEOGRAPHY IN WATERBURY AS A RESULT OF NATURAL

More information

Implications for the Sharing Economy

Implications for the Sharing Economy Locational Big Data and Analytics: Implications for the Sharing Economy AMCIS 2017 SIGGIS Workshop Brian N. Hilton, Ph.D. Associate Professor Director, Advanced GIS Lab Center for Information Systems and

More information

FHWA GIS Outreach Activities. Loveland, Colorado April 17, 2012

FHWA GIS Outreach Activities. Loveland, Colorado April 17, 2012 FHWA GIS Outreach Activities Loveland, Colorado April 17, 2012 GIS for Improved Decision Making FHWA believes that geographic information systems and other geospatial technologies (remote sensing and GPS)

More information

BROOKINGS May

BROOKINGS May Appendix 1. Technical Methodology This study combines detailed data on transit systems, demographics, and employment to determine the accessibility of jobs via transit within and across the country s 100

More information

GeoPostcodes. Grecia

GeoPostcodes. Grecia Grecia - Grecia About.com Launched in 2007, website offers comprehensive and reliable databases of localities, streets, administrative regions, ZIP/postal codes and lots of other information for all countries.

More information

Geospatial Big Data Analytics for Road Network Safety Management

Geospatial Big Data Analytics for Road Network Safety Management Proceedings of the 2018 World Transport Convention Beijing, China, June 18-21, 2018 Geospatial Big Data Analytics for Road Network Safety Management ABSTRACT Wei Liu GHD Level 1, 103 Tristram Street, Hamilton,

More information

Targeted LiDAR use in Support of In-Office Address Canvassing (IOAC) March 13, 2017 MAPPS, Silver Spring MD

Targeted LiDAR use in Support of In-Office Address Canvassing (IOAC) March 13, 2017 MAPPS, Silver Spring MD Targeted LiDAR use in Support of In-Office Address Canvassing (IOAC) March 13, 2017 MAPPS, Silver Spring MD Imagery, LiDAR, and Blocks In 2011, the GEO commissioned independent subject matter experts (Jensen,

More information

GeoPostcodes. Litauen

GeoPostcodes. Litauen Litauen - Litauen About.com Launched in 2007, website offers comprehensive and reliable databases of localities, streets, administrative regions, ZIP/postal codes and lots of other information for all

More information

BROADBAND DEMAND AGGREGATION: PLANNING BROADBAND IN RURAL NORTHERN CALIFORNIA

BROADBAND DEMAND AGGREGATION: PLANNING BROADBAND IN RURAL NORTHERN CALIFORNIA BROADBAND DEMAND AGGREGATION: PLANNING BROADBAND IN RURAL NORTHERN CALIFORNIA Steven J. Steinberg, Ph.D a,b, *, Rebecca Degagne a, M.S., Michael Gough a a Institute for Spatial Analysis, Humboldt State

More information

Big-Geo-Data EHR Infrastructure Development for On-Demand Analytics

Big-Geo-Data EHR Infrastructure Development for On-Demand Analytics Big-Geo-Data EHR Infrastructure Development for On-Demand Analytics Sohayla Pruitt, MA Senior Geospatial Scientist Duke Medicine DUHS DHTS EIM HIRS Page 1 Institute of Medicine, World Health Organization,

More information

Big Data Discovery and Visualisation Insights for ArcGIS

Big Data Discovery and Visualisation Insights for ArcGIS Big Data Discovery and Visualisation Insights for ArcGIS Create Enrich - Collaborate Lee Kum Cheong GIS CONVERSATIONS At Esri, we believe people can do amazing things with applied geography. GIS CONVERSATIONS

More information

GeoPostcodes. Denmark

GeoPostcodes. Denmark Denmark Denmark About.com Launched in 2007, website offers comprehensive and reliable databases of localities, streets, administrative regions, ZIP/postal codes and lots of other information for all countries.

More information

Combining Incompatible Spatial Data

Combining Incompatible Spatial Data Combining Incompatible Spatial Data Carol A. Gotway Crawford Office of Workforce and Career Development Centers for Disease Control and Prevention Invited for Quantitative Methods in Defense and National

More information

Visualizing Big Data on Maps: Emerging Tools and Techniques. Ilir Bejleri, Sanjay Ranka

Visualizing Big Data on Maps: Emerging Tools and Techniques. Ilir Bejleri, Sanjay Ranka Visualizing Big Data on Maps: Emerging Tools and Techniques Ilir Bejleri, Sanjay Ranka Topics Web GIS Visualization Big Data GIS Performance Maps in Data Visualization Platforms Next: Web GIS Visualization

More information

MULTIPLE CHOICE QUESTIONS DECISION SCIENCE

MULTIPLE CHOICE QUESTIONS DECISION SCIENCE MULTIPLE CHOICE QUESTIONS DECISION SCIENCE 1. Decision Science approach is a. Multi-disciplinary b. Scientific c. Intuitive 2. For analyzing a problem, decision-makers should study a. Its qualitative aspects

More information

Ohio s Linear Based Referencing System (a.k.a. Location Based Response System LBRS), a True State and Local Government Partnership

Ohio s Linear Based Referencing System (a.k.a. Location Based Response System LBRS), a True State and Local Government Partnership Ohio s Linear Based Referencing System (a.k.a. Location Based Response System LBRS), a True State and Local Government Partnership Ron Cramer Digital Data Technologies, Inc. Joseph Hausman The Ohio Department

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

URISA Exemplary Systems In Government (ESIG) Award Application

URISA Exemplary Systems In Government (ESIG) Award Application URISA Exemplary Systems In Government (ESIG) Award Application The Urban and Regional Information Systems Association (URISA) Exemplary Systems In Government (ESIG) Awards recognize exceptional achievements

More information

April 2009 Oracle Spatial User Conference

April 2009 Oracle Spatial User Conference April 2009 Oracle Spatial User Conference Oracle Spatial User Conference April 23, 2009 Westin Tampa Harbour Island Hotel Tampa, Florida USA April 2009 Oracle Spatial User Conference Glenn Kronschnabl

More information

GIS at the Regional District

GIS at the Regional District GIS at the Regional District Amanda Spendiff Outline Introduction What is a Regional District? Our GIS department What does the GIS department do? Data management & mapping 9-1-1 fire/dispatch support

More information

ArcGIS API for Python for Data Scientists. Andrew Chapkowski Alberto Nieto

ArcGIS API for Python for Data Scientists. Andrew Chapkowski Alberto Nieto ArcGIS API for Python for Data Scientists Andrew Chapkowski Alberto Nieto Analysts, Data Scientists and Developers Source: PyCon India 2018 Python And Data: Past, Present And Future By Peter Wang Why

More information

Python Scripting for Regional Land Use Data Management and QC Workflow

Python Scripting for Regional Land Use Data Management and QC Workflow Python Scripting for Regional Land Use Data Management and QC Workflow 2015 ESRI User Conference July 21, 2015 San Diego, CA Jung Seo, Frank Wen, Simon Choi and Tom Vo Research & Analysis Southern California

More information

Interactive GIS in Veterinary Epidemiology Technology & Application in a Veterinary Diagnostic Lab

Interactive GIS in Veterinary Epidemiology Technology & Application in a Veterinary Diagnostic Lab Interactive GIS in Veterinary Epidemiology Technology & Application in a Veterinary Diagnostic Lab Basics GIS = Geographic Information System A GIS integrates hardware, software and data for capturing,

More information

Accuracy and Uncertainty

Accuracy and Uncertainty Accuracy and Uncertainty Accuracy and Uncertainty Why is this an issue? What is meant by accuracy and uncertainty (data vs rule)? How things have changed in a digital world. Spatial data quality issues

More information

SECTION 4 PARCEL IDENTIFIERS 4.1 LONGITUDE AND LATITUDE

SECTION 4 PARCEL IDENTIFIERS 4.1 LONGITUDE AND LATITUDE SECTION 4 PARCEL IDENTIFIERS 4.1 LONGITUDE AND LATITUDE Most maps must be drawn in such a way that points and areas can be located accurately on the earth's surface and described objectively. A uniform

More information

MSAG Synchronization. Patrick McKinney, Cumberland County

MSAG Synchronization. Patrick McKinney, Cumberland County MSAG Synchronization Patrick McKinney, Cumberland County NENA Sync GIS Databases with MSAG & ALI On-going process of syncing MSAG & GIS datasets Recommended minimum match rate of 98% (p. 8) Differences

More information

John Laznik 273 Delaplane Ave Newark, DE (302)

John Laznik 273 Delaplane Ave Newark, DE (302) Office Address: John Laznik 273 Delaplane Ave Newark, DE 19711 (302) 831-0479 Center for Applied Demography and Survey Research College of Human Services, Education and Public Policy University of Delaware

More information

CONFLATION OF A GAS UTILITY S DATA: THE CHALLENGE & REWARD

CONFLATION OF A GAS UTILITY S DATA: THE CHALLENGE & REWARD CONFLATION OF A GAS UTILITY S DATA: THE CHALLENGE & REWARD Clark Tenney, GIS Project Coordinator John Ziakas, GIS Manager Questar Gas Company SLC, Utah About Questar Gas Retail natural gas distribution

More information

GIS Lecture 5: Spatial Data

GIS Lecture 5: Spatial Data GIS Lecture 5: Spatial Data GIS 1 Outline Vector Data Formats Raster Data Formats Map Projections Coordinate Systems US Census geographic files US Census data files GIS Data Sources GIS 2 Vector Data Formats

More information

Susan Clark NRS 509 Nov. 29, 2005

Susan Clark NRS 509 Nov. 29, 2005 Susan Clark NRS 509 Nov. 29, 2005 The original intent of this project was to look at the role of GIS in the inventory of bicycle and pedestrian facilities. The research, however, indicates a different

More information

Tao Tang and Jiazhen Zhang Department of Geography and Planning, and the Great Lakes Research Center State University of New York Buffalo State

Tao Tang and Jiazhen Zhang Department of Geography and Planning, and the Great Lakes Research Center State University of New York Buffalo State Tao Tang and Jiazhen Zhang Department of Geography and Planning, and the Great Lakes Research Center State University of New York Buffalo State College 1300 Elmwood Ave., Buffalo, NY 14222-1095 Email:

More information

The 2020 Census Geographic Partnership Opportunities

The 2020 Census Geographic Partnership Opportunities The 2020 Census Geographic Partnership Opportunities Web Adams Geographer, U.S. Census Bureau New York Regional Office 1 Geographic Partnership Opportunities The 2020 Census Local Update of Census Addresses

More information

CUNY Tax Lots, New York NY, Sept 2016

CUNY Tax Lots, New York NY, Sept 2016 Page 1 of 6 Metadata format: ISO 19139 CUNY Tax Lots, New York NY, Sept 2016 ISO 19139 metadata content Resource Identification Information Spatial Representation Information Reference System Information

More information

Spatiotemporal Analysis of Commuting Patterns in Southern California Using ACS PUMS, CTPP and LODES

Spatiotemporal Analysis of Commuting Patterns in Southern California Using ACS PUMS, CTPP and LODES Spatiotemporal Analysis of Commuting Patterns in Southern California Using ACS PUMS, CTPP and LODES 2017 ACS Data Users Conference May 11-12, 2017 Alexandria, VA Jung Seo, Tom Vo, Frank Wen and Simon Choi

More information