Developing Geo-temporal Context from Implicit Sources with Geovisual Analytics

Size: px
Start display at page:

Download "Developing Geo-temporal Context from Implicit Sources with Geovisual Analytics"

Transcription

1 Developing Geo-temporal Context from Implicit Sources with Geovisual Analytics Brian Tomaszewski 1 1 The Pennsylvania State University, Department of Geography, 302 Walker Building University Park, PA, USA bmt139@psu.edu Abstract. The key Geovisual Analytics research question addressed in this paper is how knowledge of past situations can be computationally extracted from heterogeneous and implicit information spaces and presented as visual artifacts within an interactive environment to facilitate reasoning about situations from geographic and temporal (or geo-temporal) contextual perspectives. This paper in particular will examine the shared development of geo-temporal context from implicit geospatial and temporal references contained in open-source channels such as the news media to support situation assessment in crisis management activities. The paper presents the Context Discovery Application (CDA), which is a prototype collaborative, Geovisual Analytics situation assessment environment that facilitates the development of geographical and temporal context using implicit sources. Keywords: Geo-historical context, open-source information, geographic information retrieval, collaboration, crisis management 1 Introduction Geo-temporal context, as defined by this research, is information about the interconnectedness of phenomena, events, and place across multiple spatial and temporal scales within past situations that can provide meaning and background information to the understanding of present situations and insight into future situations. The importance of geo-temporal context is greater than ever. For application domains such as crisis management, geo-temporal context helps to provide insight and understanding to varied geographic reactions to a disaster event, develop post-event intelligence about what happened during a crisis and why, aid in collection of information about hazard mitigation discussions underway in various locals, and assess threats and vulnerabilities before disasters happen. Information sources that can potentially provide geo-temporal context to situations are vast and heterogeneous ranging anywhere from GIS layers, , text messages, camera-enabled cell phone pictures, online news reports, and beyond [18]. Therefore, the problem with developing geo-temporal context is not a lack of information, but rather, how relevant information is made available, presented, accepted, and understood by those who need it at the right time for the right reason. Geovisual Analytics offers a new scientific framework for developing an approach to ICA Commission on Visualization and Virtual Environments Annual Meeting; August 2 and 3, 2007; Helsinki, Finland

2 identifying relevant geo-temporal context information by using analytical process that combine human vision and cognition with computer-based visualization and computational tools and interfaces that can support flexible connections to relevant data and supporting knowledge, and are specifically designed to provide support for analytical reasoning [14]. 1.1 Motivation An area of inquiry that is particularly relevant for using a Geovisual Analytics approach is the development of geo-temporal context from implicit geospatial and temporal references in text documents. The notion of implicit geospatial and temporal references refers to largely qualitative, unstructured information contained in text documents such as textual/word references to locations of towns, counties or countries that can be combined with the largely numerical and structured information found in geospatial databases. Implicit geographical information contained in open-source channels such as the news media present an important source of geo-temporal context and situation information [11]. For application domains such as crisis management, implicit information sources such as the news media are used by organizations such as the Federal Emergency Management Agency (FEMA) and Reliefweb.org for geospatial intelligence analysis and situation monitoring/reporting [4, 5, 12]. Furthermore, developing geo-temporal context to support activities in application domains such as crisis management requires the application of analytic reasoning processes, such as the use of induction to understand the contextual dimensions of a situation based on the systematic reasoning with information sampled about that situation, which must operate within the inherent collaborative, team nature of work within these domains. It is with these motivations in mind that the Context Discovery Application (CDA) is being developed [17]. The CDA is a prototype situation assessment environment being developed with a long-term goal to facilitate the collaborative development of geographical and temporal context using implicit sources. The notion of the discovery of context implies that users will be able to find geographical and temporal context information that was previously unknown, and be able to share and synthesize this information with co-collaborators by applying combined expertise to finding relevant contextual information. 2 The Context Discovery Application 2.1 Features and Overview Current Geovisual Analytical functionality of the CDA includes automated retrieval of news stories based on a user-specified situation context, computational processing, geocoding and visualization of geographic place names and possible Page 2 of 12

3 relationships between places across user-defined geographic scales over time from within the stories retrieved. Furthermore, the CDA also supports formal ontology integration to find potentially relevant non-spatial dimensions within data retrieved. Geographic information presentation functionality includes tightly coupled map displays that allow users to simultaneously view geographical locations in a virtual globe and standard 2D cartographic perspectives for geographical orientation and analysis. Ongoing development of the CDA includes functionality to support realtime and asynchronous geocollaboration, shared document viewing, and temporal information interaction. 2.2 System Architecture The CDA uses a client-server environment and is implemented using Java, Google and Flex technologies. The client tier uses both an online interface and a desktop client in the form of Google Earth (GE). The server tier hosts the geospatial database used for place name queries, and the functionality for performing geoanalytical processing, OWL/ontology integration, geocollaboration, and construction of the output visualization that is rendered in the GE client. Figure 1 shows the general components of the CDA. Figure 1: CDA Architecture Overview Page 3 of 12

4 3 CDA Methods and Approach 3.1 Web Page Extraction Publicly available information outlets are used to gather information via Real Simple Syndication (RSS) feeds. A particular focus was made on using RSS feeds from Google News. Other information input types, such as flat files, can be used as well. Figure 2 shows the basic process of how the CDA extracts relevant textual content from a web page for processing. Figure 2: Extracting Relevant Web Page Content 3.2 Geographic Information Retrieval The CDA performs Geographic Information Retrieval (GIR) using a pattern matching algorithm and the Generic Architecture for Text Engineering (GATE) program [3]. GATE is used to perform textual annotation of named-entities (i.e locations, people, organizations) and parts-of-speech annotation (verbs, nouns) within the input Page 4 of 12

5 text. For locations in particular, GATE uses a gazetteer approach for annotating locations. As the default gazetteers of GATE do not provide effective geographic granularity for GIR at scales beyond large cities, the CDA dynamically adjusts GATE s location gazetteers based on a default sense of place for a search. For example, if news stories are being retrieved from Pennsylvania, the CDA will automatically update GATE s location gazetteers to include place names from Pennsylvania. The benefits of this approach are that irrelevant place names are not included for matching, thus potentially preventing false positives. The limits of this approach is that it requires there be a default or user provided sense of place for a document in order to adjust the gazetteers, or a sense of place that is reasonably bounded in scale (such as a state). Using the annotation provided by GATE, the CDA then attempts to construct geophrases that capture near-context word information around location words found, an approach similar to that discussed in [9]. The purpose of this step is to help with disambiguating locations found. For example, in the sentence: The flood will effect all of Springfield County. The word Springfield will be tagged as a location, but given the many possible Springfield s that exist (cities, towns, counties, businesses, etc.), it is difficult to determine which one to geo-code the word to. By identifying the term County after the explicit reference of a location, the geophrase Springfield County can be used to guide the geo-coding as the term County provides meta-information about the scale of the entity that was found. If a document has a default sense of place, this meta-information can help pinpoint a location within the extent of the default sense of place (i.e a state). If no default sense of place for a document exists or the default sense of place is very broad (i.e a country), this information is still of use, but the location will more difficult to determine and may need to be compared with other locations found in a document, such as a city that is potentially in the same state as the place that is to be geo-coded. 3.3 Google Earth Visualization Google Earth (GE) is used to present CDA search results in a virtual globe environment. The CDA creates custom views and renderings and integrates custom functionality through the Keyhole Markup Language (KML), an XML-based structure used to define customizations in GE. KML is used to render the results found by the CDA geocoding process in GE. Using a network link connection, the user can easily take the KML-based output renderings from the server for addition into GE. Figure 3 is a screen shot of a CDA rendering of news stories based on a query of West Nile Virus in Pennsylvania. Page 5 of 12

6 Figure 3: CDA Output rendered in Google Earth Each place found in the search is connected to the origin point using a line. In its current form, the origin point is based on an assessment made the CDA as to location of the entity publishing the news story. Future work will include assigning single or multiple origin points or footprints based on an assessment of locations found relative to themes found within a story [1, 13]. The thickness of the line indicates the number of times a place was referenced in the news story, point symbols represent the geographic scale of the entity found (town, county etc.). The transparency of the line indicates how old the story is relative to the time when the geovisualization was created. These approaches are used to give a quick overview of the information returned before removing unneeded information. 3.4 Maintaining Geographic Perspective The CDA provides overview and zoomed perspectives of geographic and other data being examined in order to maintain orientation and perspective by using a novel approach that links the views of GE with Google Maps (GM). GM in turn is contained within the Open Layers web mapping client software 1 (Figure 4). 1 Page 6 of 12

7 Figure 4: Linked 2D/3D maps views in the CDA GM provides a comprehensive, traditional 2D view rendered in a simple, yet visually pleasing cartographic style. When linked with the 3D/2D perspective of GE that uses satellite imagery as a backdrop, the two views provide a broader view of the geography being investigated. Furthermore, the scale between GE and GM is flexible where both can easily serve as either the overview or detail due to ease of scale manipulation. The CDA also supports the coordination of 2D/3D views with any other 2D map interface that can be viewed in the OpenLayers client. 3.5 Supporting Collaboration The CDA currently supports two forms of real-time and asynchronous geocollaboration. The intent of providing collaboration capabilities is to facilitate social interaction and group work among collaborators in order to develop geotemporal context. For example, by providing collaboration capabilities, the effectiveness of teams to collaborate in crisis-oriented information synthesis activities can be improved by applying combined expertise to finding relevant information and to interpreting results of searches. In particular, visual artifacts, are the means by which group work is facilitated in the CDA [6, 10]. Real-time geocollaboration in CDA includes a basic text-chat interface and the ability to collaboratively create maps. Collaborative map creation is facilitated through the sharing of Web Map Service (WMS) layers between clients (Figure 5). Page 7 of 12

8 Figure 5: Real-time collaborative map creation in the CDA In Figure 5, the user on the right (Suellen) requests a map layer from the user on the left (Brian). Using the CDA s collaborative map creation functions, Brian has a buffer layer drawn on Suellen s map. Note that both users have different base maps (Google Maps and Microsoft Virtual Earth), thus allowing both users to use their own base geographic data, yet allowing them to develop shared geographical perspectives and common ground on a situation through shared data layers. Current asynchronous collaboration capabilities currently include the capture, retrieval, and display of user map extents (Figure 6 and 7). Page 8 of 12

9 Figure 6: Asynchronous Review of User Map Extents in the CDA Figure 7: Visualizing Collaborator Map Extents in Google Earth (from [15]) Page 9 of 12

10 In Figure 7, a bounding box is used to track the map extents of collaborators examining news media reports of areas potentially affected by wildfires. Hue distinguishes between users and provides social awareness. Collaborator Alan (red) is examining the area around Okeechobe closely. Collaborator Cindy (yellow) can see Alan s area of interest, and can potentially change her area of interest, thus keeping their activities coordinated. The CDA also provides capabilities for users to share and view previous user web searches and documents collected from searches (Figure 8). This allows individual users to examine information items collected by others, and thus may not have been aware of, and to compare past documents with present documents for temporal perspective. Figure 8: Shared document interface in the CDA web client The overall intent of the CDA collaborative functionalities is to facilitate and mediate co-collaborator activity awareness, a dynamic process where information is shared and updated over time [2]. Activity awareness may in fact restructure the geotemporal context and overall social context being developed by a group [7]. For example, shared awareness of one collaborator looking at one area on a map or reviewing a particular piece of information may provide new insights into the geotemporal context being developed and modify activity behavior of other collaborators Page 10 of 12

11 such as looking at information sources previously not considered important or relevant. 4. Summary and Conclusion This paper has discussed how geo-temporal context can be collaboratively developed using a prototype Geovisual Analytic environment called the Context Discovery Application (CDA). The current focus of the CDA is to develop geo-temporal context from open-source information sources such as the news media. The CDA s Geographic Information Retrieval (GIR) and other computational procedures allows collaborators to mine open source information for locations of interest, and to examine, through visual representation and visual interfaces to information retrieved, possible connections between locations, and relations between locations and discrete temporal events and temporal concepts, thus showing, in part, the geo-temporal contextual dimensions for a situation of interest as reflected in open source information channels. Collaborative capabilities of the CDA facilitate the social process by which geo-temporal context is developed and shaped, for example allowing users to examine each others search results, collaboratively create maps to add additional geospatial context to situations, and to maintain awareness of cocollaborator activity in asynchronous time. Future research for the CDA will include the retrieval of documents and information that were once relevant within a particular past time, as opposed to the current procedures of understanding past events from present documents. An example of such an application might be retrieving daily situation reports about a given region from three years ago to understand a present situation. Other research directions will involve developing a formal model of geo-temporal context [16], and usability testing of the CDA with crisis management domain experts. Acknowledgments. The research reported here has been supported by the National Science Foundation under Grant EIA This work is also supported by the National Visualization and Analytics Center, a U.S. Department of Homeland Security program operated by the Pacific Northwest National Laboratory (PNNL). PNNL is a U.S. Department of Energy Office of Science laboratory. References 1. Amitay, E., Har El, N., Sivan, R. and Soffer, A.: Web-a-Where: Geotagging Web Content. In Proc. SIGIR 04. pp ACM, Sheffield, South Yorkshire, UK. (2004) 2. Carroll, J.M., Rosson, M.B., Convertino, G. and Ganoe, C.H.: Awareness and Teamwork in Computer-Supported Collaborations. Interacting with Computers, 18:21-46, (2006) 3. Cunningham, H.: GATE, a General Architecture for Text Engineering. Computers and the Humanities, 36(2): , (2002) 4. Department of Homeland Security: DHS Daily Open Source Infrastructure Report,< Accessed: 25 June (2007) Page 11 of 12

12 5. Federal Emergency Management Agency (FEMA): National Situation Update,< Accessed: 25 June (2007) 6. Garbis, C.: Exploring the openness of cognitive artifacts in cooperative process management. Cognition, Technology and Work, 4(1):9-21, (2002) 7. Greenberg, S.: Context as a dynamic construct. Human-Computer Interaction, 16(2, 3 & 4): , (2001) 8. Keim, D.A., Panse, C. and Sips, M.: Information Visualization: Scope, Techniques and Opportunities for Geovisualization. In: Dykes, J., MacEachren, A.andKraak, M.J. (eds.): Exploring Geovisualization. Elsevier (2004) Li, H., Srihari, R., Niu, C. and Li, W.: InfoXtract location normalization: a hybrid approach to geographic references in information extraction. Proceedings of the HLT-NAACL 2003 workshop on Analysis of geographic references-volume 1:39-44, (2003) 10. MacEachren, A.M.: Moving geovisualization toward support for group work. In: Dykes, J., MacEachren, A.andKraak, M.J. (eds.): Exploring Geovisualization. Elsevier (2005) Mubareka, S., Khudhairy, D.A., Bonn, F. and Aoun, S.: Standardising and mapping opensource information for crisis regions: the case of post-conflict Iraq. Disasters, 29(3): , (2005) 12. ReliefWeb: What We Do,< Accessed: 25 June (2007) 13. Silva, M.J., Martins, B., Chaves, M., Afonso, A.P. and Cardoso, N.: Adding geographic scopes to web resources. Computers, Environment and Urban Systems Geographic Information Retrieval (GIR), 30(4): , (2006) 14. Thomas, J.J. and Cook, K.A.: Illuminating the Path: The Research and Development Agenda for Visual Analytics. IEEE, Los Alametos, CA (2005) 15. Tomaszewski, B.: Cartographic and Visual Representation of Situational Information Created through Computational Extraction Procedures: Foundations for Awareness. In Proc. 23rd International Cartography Conference (ICC), Moscow, Russia (2007) 16. Tomaszewski, B.: Local Model Semantics, Categories, and External Representation: Towards a Model for Geo-historical Context. In Proc. Sixth International and Interdisciplinary Conference on Modeling and Using Context (CONTEXT'07), Roskilde University, Denmark (2007) 17. Tomaszewski, B.: Mapping Open-Source Information to Support Crisis Management. In Proc. First Annual DHS University Network Summit on Research and Education, Washington, D.C. (2007) 18. Tomaszewski, B.M., Robinson, A.C., Weaver, C., Stryker, M. and MacEachren, A.M.: Geovisual Analytics and Crisis Management. In: B. Van de Walle, Burghardt, P.andNieuwenhuis, C. (eds.): In Proc. 4th International Information Systems for Crisis Response and Management (ISCRAM) Conference, Delft, the Netherlands (2007) Page 12 of 12

Producing Geo-historical Context from Implicit Sources: A Geovisual Analytics Approach

Producing Geo-historical Context from Implicit Sources: A Geovisual Analytics Approach The Cartographic Journal Vol. 45 No. 3 pp. 165 181 Geovisualisation Special Issue, August 2008 # The British Cartographic Society 2008 REFEREED PAPER Producing Geo-historical Context from Implicit Sources:

More information

Climate Risk Visualization for Adaptation Planning and Emergency Response

Climate Risk Visualization for Adaptation Planning and Emergency Response Climate Risk Visualization for Adaptation Planning and Emergency Response NCR Flood Fact Finding Workshop Ricardo Saavedra ricardo@vizonomy.com Social Media, Mobile, and Big Data St. Peter s Basilica,

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

The Global Statistical Geospatial Framework and the Global Fundamental Geospatial Themes

The Global Statistical Geospatial Framework and the Global Fundamental Geospatial Themes The Global Statistical Geospatial Framework and the Global Fundamental Geospatial Themes Sub-regional workshop on integration of administrative data, big data and geospatial information for the compilation

More information

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management NASCIO Awards 2009 STATE GEOGRAPHIC INFORMATION DATABASE B. EXECUTIVE SUMMARY Utah has developed one of the most

More information

TRAITS to put you on the map

TRAITS to put you on the map TRAITS to put you on the map Know what s where See the big picture Connect the dots Get it right Use where to say WOW Look around Spread the word Make it yours Finding your way Location is associated with

More information

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri Web GIS Deployment for Administrators Vanessa Ramirez Solution Engineer, Natural Resources, Esri Agenda Web GIS Concepts Web GIS Deployment Patterns Components of an On-Premises Web GIS Federation of Server

More information

From Research Objects to Research Networks: Combining Spatial and Semantic Search

From Research Objects to Research Networks: Combining Spatial and Semantic Search From Research Objects to Research Networks: Combining Spatial and Semantic Search Sara Lafia 1 and Lisa Staehli 2 1 Department of Geography, UCSB, Santa Barbara, CA, USA 2 Institute of Cartography and

More information

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 GIS at UCAR The evolution of NCAR s GIS Initiative Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 Why GIS? z z z z More questions about various climatological, meteorological, hydrological and

More information

The Concept of Geographic Relevance

The Concept of Geographic Relevance The Concept of Geographic Relevance Tumasch Reichenbacher, Stefano De Sabbata, Paul Crease University of Zurich Winterthurerstr. 190 8057 Zurich, Switzerland Keywords Geographic relevance, context INTRODUCTION

More information

ArcGIS is Advancing. Both Contributing and Integrating many new Innovations. IoT. Smart Mapping. Smart Devices Advanced Analytics

ArcGIS is Advancing. Both Contributing and Integrating many new Innovations. IoT. Smart Mapping. Smart Devices Advanced Analytics ArcGIS is Advancing IoT Smart Devices Advanced Analytics Smart Mapping Real-Time Faster Computing Web Services Crowdsourcing Sensor Networks Both Contributing and Integrating many new Innovations ArcGIS

More information

Introduction to ArcGIS Server - Creating and Using GIS Services. Mark Ho Instructor Washington, DC

Introduction to ArcGIS Server - Creating and Using GIS Services. Mark Ho Instructor Washington, DC Introduction to ArcGIS Server - Creating and Using GIS Services Mark Ho Instructor Washington, DC Technical Workshop Road Map Product overview Building server applications GIS services Developer Help resources

More information

Animating Maps: Visual Analytics meets Geoweb 2.0

Animating Maps: Visual Analytics meets Geoweb 2.0 Animating Maps: Visual Analytics meets Geoweb 2.0 Piyush Yadav 1, Shailesh Deshpande 1, Raja Sengupta 2 1 Tata Research Development and Design Centre, Pune (India) Email: {piyush.yadav1, shailesh.deshpande}@tcs.com

More information

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager Discovery and Access of Geospatial Resources using the Geoportal Extension Marten Hogeweg Geoportal Extension Product Manager DISCOVERY AND ACCESS USING THE GEOPORTAL EXTENSION Geospatial Data Is Very

More information

CARTOGRAPHY in a Web World

CARTOGRAPHY in a Web World CARTOGRAPHY in a Web World SENSE Research Cluster XIII meeting: Concepts and tools for spatial data visualization BAREND KÖBBEN kobben@itc.nl b.j.kobben@utwente.nl Agenda Short introduction to ITC and

More information

Web Visualization of Geo-Spatial Data using SVG and VRML/X3D

Web Visualization of Geo-Spatial Data using SVG and VRML/X3D Web Visualization of Geo-Spatial Data using SVG and VRML/X3D Jianghui Ying Falls Church, VA 22043, USA jying@vt.edu Denis Gračanin Blacksburg, VA 24061, USA gracanin@vt.edu Chang-Tien Lu Falls Church,

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

Leveraging Web GIS: An Introduction to the ArcGIS portal

Leveraging Web GIS: An Introduction to the ArcGIS portal Leveraging Web GIS: An Introduction to the ArcGIS portal Derek Law Product Management DLaw@esri.com Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options

More information

Working with ArcGIS Online

Working with ArcGIS Online Esri International User Conference San Diego, CA Technical Workshops July 12, 2011 Working with ArcGIS Online Bern Szukalski, Deane Kensok Topics for this Session ArcGIS Online Overview ArcGIS Online Content

More information

Spatial Information Retrieval

Spatial Information Retrieval Spatial Information Retrieval Wenwen LI 1, 2, Phil Yang 1, Bin Zhou 1, 3 [1] Joint Center for Intelligent Spatial Computing, and Earth System & GeoInformation Sciences College of Science, George Mason

More information

The Challenge of Geospatial Big Data Analysis

The Challenge of Geospatial Big Data Analysis 288 POSTERS The Challenge of Geospatial Big Data Analysis Authors - Teerayut Horanont, University of Tokyo, Japan - Apichon Witayangkurn, University of Tokyo, Japan - Shibasaki Ryosuke, University of Tokyo,

More information

STATE GEOGRAPHIC INFORMATION DATABASE

STATE GEOGRAPHIC INFORMATION DATABASE STATE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management STATE GEOGRAPHIC INFORMATION DATABASE EXECUTIVE SUMMARY Utah has developed one of the most comprehensive statewide GIS resources

More information

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School Jaakko Kähkönen*, Lassi Lehto*, Juha Riihelä** * Finnish Geodetic Institute, PO Box 15, FI-02431 Masala,

More information

Introduction to ArcGIS Server Development

Introduction to ArcGIS Server Development Introduction to ArcGIS Server Development Kevin Deege,, Rob Burke, Kelly Hutchins, and Sathya Prasad ESRI Developer Summit 2008 1 Schedule Introduction to ArcGIS Server Rob and Kevin Questions Break 2:15

More information

An integrated Framework for Retrieving and Analyzing Geographic Information in Web Pages

An integrated Framework for Retrieving and Analyzing Geographic Information in Web Pages An integrated Framework for Retrieving and Analyzing Geographic Information in Web Pages Hao Lin, Longping Hu, Yingjie Hu, Jianping Wu, Bailang Yu* Key Laboratory of Geographic Information Science, Ministry

More information

GEOGRAPHIC INFORMATION SYSTEMS Session 8

GEOGRAPHIC INFORMATION SYSTEMS Session 8 GEOGRAPHIC INFORMATION SYSTEMS Session 8 Introduction Geography underpins all activities associated with a census Census geography is essential to plan and manage fieldwork as well as to report results

More information

Oakland County Parks and Recreation GIS Implementation Plan

Oakland County Parks and Recreation GIS Implementation Plan Oakland County Parks and Recreation GIS Implementation Plan TABLE OF CONTENTS 1.0 Introduction... 3 1.1 What is GIS? 1.2 Purpose 1.3 Background 2.0 Software... 4 2.1 ArcGIS Desktop 2.2 ArcGIS Explorer

More information

Assessing pervasive user-generated content to describe tourist dynamics

Assessing pervasive user-generated content to describe tourist dynamics Assessing pervasive user-generated content to describe tourist dynamics Fabien Girardin, Josep Blat Universitat Pompeu Fabra, Barcelona, Spain {Fabien.Girardin, Josep.Blat}@upf.edu Abstract. In recent

More information

Research Group Cartography

Research Group Cartography Research Group Cartography Research Group Cartography Towards supporting wayfinding LBS components 1. Mobile devices 2. Communication Network 3. Positioning Component 4. Service and Application Provider

More information

ANTHONY C. ROBINSON 121 Beagle Run Court State College, PA (814)

ANTHONY C. ROBINSON 121 Beagle Run Court State College, PA (814) ANTHONY C. ROBINSON 121 Beagle Run Court State College, PA 16801 (814) 861-8758 arobinson@psu.edu http://www.personal.psu.edu/acr181/ EDUCATION Doctor of Philosophy, Geography (2008) The Pennsylvania State

More information

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com geospatial and mobility Corporate Geographic Information System of ADIF Railway Infrastructure Administrator. Year 2009-2010 Corporate Geographic Information System of ADIF ADIF. Spanish Administrator

More information

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas:

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas: UPR 6905 Internet GIS Homework 1 Yong Hong Guo September 9, 2008 Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application

More information

The Architecture of the Georgia Basin Digital Library: Using geoscientific knowledge in sustainable development

The Architecture of the Georgia Basin Digital Library: Using geoscientific knowledge in sustainable development GEOLOGIJA 46/2, 343 348, Ljubljana 2003 The Architecture of the Georgia Basin Digital Library: Using geoscientific knowledge in sustainable development B. BRODARIC 1, M. JOURNEAY 2, S. TALWAR 2,3, R. HARRAP

More information

8 th Arctic Regional Hydrographic Commission Meeting September 2018, Longyearbyen, Svalbard Norway

8 th Arctic Regional Hydrographic Commission Meeting September 2018, Longyearbyen, Svalbard Norway 8 th Arctic Regional Hydrographic Commission Meeting 11-13 September 2018, Longyearbyen, Svalbard Norway Status Report of the Arctic Regional Marine Spatial Data Infrastructures Working Group (ARMSDIWG)

More information

Introduction to ArcGIS Maps for Office. Greg Ponto Scott Ball

Introduction to ArcGIS Maps for Office. Greg Ponto Scott Ball Introduction to ArcGIS Maps for Office Greg Ponto Scott Ball Agenda What is Maps for Office? Platform overview What are Apps for the Office? ArcGIS Maps for Office features - Visualization - Geoenrichment

More information

A Review: Geographic Information Systems & ArcGIS Basics

A Review: Geographic Information Systems & ArcGIS Basics A Review: Geographic Information Systems & ArcGIS Basics Geographic Information Systems Geographic Information Science Why is GIS important and what drives it? Applications of GIS ESRI s ArcGIS: A Review

More information

Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation

Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation Mark E. Reichardt President mreichardt@opengeospatial.org 31 October 2006 2006 Open Geospatial

More information

Economic and Social Council 2 July 2015

Economic and Social Council 2 July 2015 ADVANCE UNEDITED VERSION UNITED NATIONS E/C.20/2015/11/Add.1 Economic and Social Council 2 July 2015 Committee of Experts on Global Geospatial Information Management Fifth session New York, 5-7 August

More information

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment.

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. 1 Manish Srivastava, 2 Atul Verma, 3 Kanika Gupta 1 Academy of Business Engineering and Sciences,Ghaziabad, 201001,India

More information

Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy

Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy Sharing Resources Geoff Mortson esri, Inc. SDI Solutions Team Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy Data Sharing is Good

More information

Charter for the. Information Transfer and Services Architecture Focus Group

Charter for the. Information Transfer and Services Architecture Focus Group for the Information Transfer and Services Architecture Focus Group 1. PURPOSE 1.1. The purpose of this charter is to establish the Information Transfer and Services Architecture Focus Group (ITSAFG) as

More information

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law Portal for ArcGIS: An Introduction Catherine Hynes and Derek Law Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options and groups Portal for ArcGIS

More information

Towards Geographic Information Observatories

Towards Geographic Information Observatories Towards Geographic Information Observatories Krzysztof Janowicz 1, Benjamin Adams 2, Grant McKenzie 1, and Tomi Kauppinen 3,4 1 University of California, Santa Barbara, USA 2 The University of Auckland,

More information

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Joshua Lieberman, Todd Pehle, Mike Dean Traverse Technologies, Inc., Northrop Grumman Information

More information

Dynamic Maps and Historical Context

Dynamic Maps and Historical Context Dynamic Maps and Historical Context Jeanette Zerneke International Joint GIS-IDEAS and PNC/ECAI Conference December 2008 Dynamic Maps Roles and Functions of Dynamic Maps in Cultural Collections and Atlases

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Red text signifies new things in Bentley Map

More information

How does ArcGIS Server integrate into an Enterprise Environment? Willy Lynch Mining Industry Specialist ESRI, Denver, Colorado USA

How does ArcGIS Server integrate into an Enterprise Environment? Willy Lynch Mining Industry Specialist ESRI, Denver, Colorado USA How does ArcGIS Server integrate into an Enterprise Environment? Willy Lynch Mining Industry Specialist ESRI, Denver, Colorado USA wlynch@esri.com ArcGIS Server Technology Transfer 1 Agenda Who is ESRI?

More information

ArcGIS Earth for Enterprises DARRON PUSTAM ARCGIS EARTH CHRIS ANDREWS 3D

ArcGIS Earth for Enterprises DARRON PUSTAM ARCGIS EARTH CHRIS ANDREWS 3D ArcGIS Earth for Enterprises DARRON PUSTAM ARCGIS EARTH CHRIS ANDREWS 3D ArcGIS Earth is ArcGIS Earth is a lightweight globe desktop application that helps you explore any part of the world and investigate

More information

Cutting Edge Engineering for Modern Geospatial Systems Rear Admiral Dr. S Kulshrestha, retd

Cutting Edge Engineering for Modern Geospatial Systems Rear Admiral Dr. S Kulshrestha, retd Cutting Edge Engineering for Modern Geospatial Systems Rear Admiral Dr. S Kulshrestha, retd 11 Jun 2015 GeoIntelligence Asia 2015 The technology would become so pervasive that it becomes a part of you

More information

Implementing Visual Analytics Methods for Massive Collections of Movement Data

Implementing Visual Analytics Methods for Massive Collections of Movement Data Implementing Visual Analytics Methods for Massive Collections of Movement Data G. Andrienko, N. Andrienko Fraunhofer Institute Intelligent Analysis and Information Systems Schloss Birlinghoven, D-53754

More information

Desktop GIS for Geotechnical Engineering

Desktop GIS for Geotechnical Engineering Desktop GIS for Geotechnical Engineering Satya Priya Deputy General Manager (Software) RMSI, A-7, Sector 16 NOIDA 201 301, UP, INDIA Tel: +91-120-2511102 Fax: +91-120-2510963 Email: Satya.Priya@rmsi.com

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activityengage the best experience on this site: Update your browser Ignore Introduction to GIS What is a geographic information

More information

Leveraging Interactive AJAX Web Tools for Online Maps

Leveraging Interactive AJAX Web Tools for Online Maps Leveraging Interactive AJAX Web Tools for Online Maps Presentation at GeoWeb 2009 Academic Track Steven Romalewski CUNY Mapping Service The Graduate Center / City University of New York July 2009 1 The

More information

EXPECTATIONS OF TURKISH ENVIRONMENTAL SECTOR FROM INSPIRE

EXPECTATIONS OF TURKISH ENVIRONMENTAL SECTOR FROM INSPIRE EXPECTATIONS OF TURKISH ENVIRONMENTAL SECTOR FROM INSPIRE June, 2010 Ahmet ÇİVİ Tuncay DEMİR INSPIRE in the Eyes of MoEF Handling of Geodata by MoEF Benefits Expected TEIEN First Steps for INSPIRE Final

More information

A Prototype of a Web Mapping System Architecture for the Arctic Region

A Prototype of a Web Mapping System Architecture for the Arctic Region A Prototype of a Web Mapping System Architecture for the Arctic Region Han-Fang Tsai 1, Chih-Yuan Huang 2, and Steve Liang 3 GeoSensorWeb Laboratory, Department of Geomatics Engineering, University of

More information

From User Requirements Analysis to Conceptual Design of a Mobile Augmented Reality Tool to be used in an Urban Geography Fieldwork Setting

From User Requirements Analysis to Conceptual Design of a Mobile Augmented Reality Tool to be used in an Urban Geography Fieldwork Setting From User Requirements Analysis to Conceptual Design of a Mobile Augmented Reality Tool to be used in an Urban Geography Fieldwork Setting Xiaoling Wang, Corné P.J.M. van Elzakker, Menno-Jan Kraak 2016

More information

June 19 Huntsville, Alabama 1

June 19 Huntsville, Alabama 1 June 19 Huntsville, Alabama 1 Real-Time Geospatial Data: The Fusion of PI and ArcGIS Enabling Smarter Facilities Management OSIsoft and Esri Mapping and Location Analytics Platform Supporting Your Use

More information

A Geographer s role in a Google Maps World. Jeremy Bartley ESRI

A Geographer s role in a Google Maps World. Jeremy Bartley ESRI A Geographer s role in a Google Maps World Jeremy Bartley ESRI 1 It is a good time to be a Geographer. 2 Microsoft, Google, Yahoo, and others are pushing geographic awareness to the general public Providing

More information

Production Line Tool Sets

Production Line Tool Sets Production Line Tool Sets Tools for high-quality database production and cartographic output Production Line Tool Sets Production Line Tool Sets (PLTS) by ESRI are a collection of software applications

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

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Title Deriving Locational Reference through Implicit Information Retrieval Permalink https://escholarship.org/uc/item/0tn5s4v9 Journal International Conference

More information

Technical Specifications. Form of the standard

Technical Specifications. Form of the standard Used by popular acceptance Voluntary Implementation Mandatory Legally enforced Technical Specifications Conventions Guidelines Form of the standard Restrictive Information System Structures Contents Values

More information

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE Abstract SHI Lihong 1 LI Haiyong 1,2 LIU Jiping 1 LI Bin 1 1 Chinese Academy Surveying and Mapping, Beijing, China, 100039 2 Liaoning

More information

CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS

CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS PURPOSE: This chapter establishes the administration and use of to improve the quality and accessibility of Department s spatial information and support graphical

More information

ArcGIS. for Server. Understanding our World

ArcGIS. for Server. Understanding our World ArcGIS for Server Understanding our World ArcGIS for Server Create, Distribute, and Manage GIS Services You can use ArcGIS for Server to create services from your mapping and geographic information system

More information

E/CONF.105/158/CRP.158

E/CONF.105/158/CRP.158 E/CONF.105/158/CRP.158 14 July 2017 Original: English Eleventh United Nations Conference on the Standardization of Geographical Names New York, 8-17 August 2017 Item 8 of the provisional agenda* Measures

More information

Geographic Information Systems(GIS)

Geographic Information Systems(GIS) Geographic Information Systems(GIS) Threat Analysis Techniques Overview What is GIS? Functional capabilities of GIS BCM Process and GIS How to leverage GIS in threat/risk analysis Ron Brown, CBCP Managing

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL

IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL James E. Mitchell, Ph. D. IT GIS Manager Louisiana Department of Transportation and Development presented at the ESRI International Users

More information

Smart Data Collection and Real-time Digital Cartography

Smart Data Collection and Real-time Digital Cartography Smart Data Collection and Real-time Digital Cartography Yuji Murayama and Ko Ko Lwin Division of Spatial Information Science Faculty of Life and Environmental Sciences University of Tsukuba IGU 2013 1

More information

DataShine Automated Thematic Mapping of 2011 Census Quick Statistics

DataShine Automated Thematic Mapping of 2011 Census Quick Statistics DataShine Automated Thematic Mapping of 2011 Census Quick Statistics Oliver O Brien, James Cheshire Department of Geography University College London UKDS Census Applications Conference, July 2015 Contents

More information

Keywords: ratio-based simplification, data reduction, mobile applications, generalization

Keywords: ratio-based simplification, data reduction, mobile applications, generalization Page 1 of 9 A Generic Approach to Simplification of Geodata for Mobile Applications Theodor Foerster¹, Jantien Stoter¹, Barend Köbben¹ and Peter van Oosterom² ¹ International Institute for Geo-Information

More information

WEB-BASED SPATIAL DECISION SUPPORT: TECHNICAL FOUNDATIONS AND APPLICATIONS

WEB-BASED SPATIAL DECISION SUPPORT: TECHNICAL FOUNDATIONS AND APPLICATIONS WEB-BASED SPATIAL DECISION SUPPORT: TECHNICAL FOUNDATIONS AND APPLICATIONS Claus Rinner University of Muenster, Germany Piotr Jankowski San Diego State University, USA Keywords: geographic information

More information

2011 Oracle Spatial Excellence Awards Presentation

2011 Oracle Spatial Excellence Awards Presentation 2011 Oracle Spatial Excellence Awards Presentation May 19, 2011 Ronald Reagan Building and International Trade Center Washington, DC USA Thanks to our sponsors Media Sponsor Media Participants Media Sponsor

More information

EMMA : ECDC Mapping and Multilayer Analysis A GIS enterprise solution to EU agency. Sharing experience and learning from the others

EMMA : ECDC Mapping and Multilayer Analysis A GIS enterprise solution to EU agency. Sharing experience and learning from the others EMMA : ECDC Mapping and Multilayer Analysis A GIS enterprise solution to EU agency. Sharing experience and learning from the others Lorenzo De Simone, GIS Expert/ EMMA Project Manager 2014 GIS Workshop,

More information

2018 NASCIO Award Submission Category: Cross-Boundary Collaboration and Partnerships. Project Title: Tennessee Wildfires: A Coordinated GIS Response

2018 NASCIO Award Submission Category: Cross-Boundary Collaboration and Partnerships. Project Title: Tennessee Wildfires: A Coordinated GIS Response 2018 NASCIO Award Submission Category: Cross-Boundary Collaboration and Partnerships Project Title: Tennessee Wildfires: A Coordinated GIS Response Sevier County, Tennessee State of Tennessee, Emergency

More information

Cartographic and Geospatial Futures

Cartographic and Geospatial Futures Cartographic and Geospatial Futures 1. Web Cartography, WebGIS, & Virtual Globes--New Roles for Maps, GIS, and GIS professionals 2. Map Mashups, the Neo Neo-geography Movement, & Crowd-sourcing Geospatial

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Why would you need Bentley Map? Because your

More information

ESRI Survey Summit August Clint Brown Director of ESRI Software Products

ESRI Survey Summit August Clint Brown Director of ESRI Software Products ESRI Survey Summit August 2006 Clint Brown Director of ESRI Software Products Cadastral Fabric How does Cadastral fit with Survey? Surveyors process raw field observations Survey measurements define high-order

More information

GOVERNMENT MAPPING WORKSHOP RECOVER Edmonton s Urban Wellness Plan Mapping Workshop December 4, 2017

GOVERNMENT MAPPING WORKSHOP RECOVER Edmonton s Urban Wellness Plan Mapping Workshop December 4, 2017 GOVERNMENT MAPPING WORKSHOP 12.4.17 RECOVER Edmonton s Urban Wellness Plan Mapping Workshop December 4, 2017 In July of 2017, City Council directed administration to develop RECOVER, Edmonton s Urban Wellness

More information

TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES)

TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES) DOI 10.2478/pesd-2018-0036 PESD, VOL. 12, no. 2, 2018 TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES) Florim Isufi 1, Shpejtim Bulliqi 2,

More information

Features and Benefits

Features and Benefits Autodesk LandXplorer Features and Benefits Use the Autodesk LandXplorer software family to help improve decision making, lower costs, view and share changes, and avoid the expense of creating physical

More information

Point data in mashups: moving away from pushpins in maps

Point data in mashups: moving away from pushpins in maps Point data in mashups: moving away from pushpins in maps Aidan Slingsby, Jason Dykes, Jo Wood gicentre, City University London Department of Information Science, City University London, Northampton Square,

More information

VGIscience Summer School Interpretation, Visualisation and Social Computing of Volunteered Geographic Information (VGI)

VGIscience Summer School Interpretation, Visualisation and Social Computing of Volunteered Geographic Information (VGI) VGIscience Summer School Interpretation, Visualisation and Social Computing of Volunteered Geographic Information (VGI) TU Dresden, 11.-15. September 2017 Welcome PhD students working on research topics

More information

FIRE DEPARMENT SANTA CLARA COUNTY

FIRE DEPARMENT SANTA CLARA COUNTY DEFINITION FIRE DEPARMENT SANTA CLARA COUNTY GEOGRAPHIC INFORMATION SYSTEM (GIS) ANALYST Under the direction of the Information Technology Officer, the GIS Analyst provides geo-spatial strategic planning,

More information

Department of Computer Science Federal University of São Carlos São Carlos SP, Brazil

Department of Computer Science Federal University of São Carlos São Carlos SP, Brazil Department of Computer Science Federal University of São Carlos São Carlos SP, Brazil 12th International Conference on Enterprise 50 Information Systems ICEIS 2010 / Outline Motivations and Goals Multidimensional

More information

ArcGIS Platform For NSOs

ArcGIS Platform For NSOs ArcGIS Platform For NSOs Applying GIS and Spatial Thinking to Official Statistics Esri UC 2014 Demo Theater Applying GIS at the NSO Generic Statistical Business Process Model (GSBPM) 1 Specify Needs 2

More information

St. Kitts and Nevis Heritage and Culture

St. Kitts and Nevis Heritage and Culture St. Kitts and Nevis Heritage and Culture Eloise Stancioff, Habiba, Departmet of Culture St. Kitts HERA workshop: March 17-20, 2015 Goals Using freely available open source platforms, we implement two different

More information

CARTOGRAPHY in a Web World

CARTOGRAPHY in a Web World CARTOGRAPHY in a Web World Nationale GI Minor BAREND KÖBBEN b.j.kobben@utwente.nl Agenda Short introduction to ITC and me Cartography: communicating spatial data Changing GIS & Cartography technology:

More information

Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan

Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan The Census data for China provides comprehensive demographic and business information

More information

Open Contextual Cartographic Visualization

Open Contextual Cartographic Visualization J. Kozel 223 Open Contextual Cartographic Visualization Jiří Kozel Laboratory on Geoinformatics and Cartography, Insitute of Geography, Faculty of Science, Masaryk University, Czech Republic jirikozel@centrum.cz

More information

The Emerging Role of Enterprise GIS in State Forest Agencies

The Emerging Role of Enterprise GIS in State Forest Agencies The Emerging Role of Enterprise GIS in State Forest Agencies Geographic Information System (GIS) A geographic information system (GIS) is a computer software system designed to capture, store, manipulate,

More information

Enhance Security, Safety and Efficiency With Geospatial Visualization

Enhance Security, Safety and Efficiency With Geospatial Visualization Areas within 10 minutes of an exit are emphasized on this map, to give an indication of how accessible neighborhoods are by highway. The colors represent 1, 3, 5 and 10 minute increments from the exits.

More information

You are Building Your Organization s Geographic Knowledge

You are Building Your Organization s Geographic Knowledge You are Building Your Organization s Geographic Knowledge And Increasingly Making it Available Sharing Data Publishing Maps and Geo-Apps Developing Collaborative Approaches Citizens Knowledge Workers Analysts

More information

Building a National Data Repository

Building a National Data Repository Building a National Data Repository Mladen Stojic, Vice President - Geospatial 1/30/2013 2012 Intergraph Corporation 1 Information has meaning and gives power only when shared and distributed. Information,

More information

GIS Visualization: A Library s Pursuit Towards Creative and Innovative Research

GIS Visualization: A Library s Pursuit Towards Creative and Innovative Research GIS Visualization: A Library s Pursuit Towards Creative and Innovative Research Justin B. Sorensen J. Willard Marriott Library University of Utah justin.sorensen@utah.edu Abstract As emerging technologies

More information

CENSUS MAPPING WITH GIS IN NAMIBIA. BY Mrs. Ottilie Mwazi Central Bureau of Statistics Tel: October 2007

CENSUS MAPPING WITH GIS IN NAMIBIA. BY Mrs. Ottilie Mwazi Central Bureau of Statistics   Tel: October 2007 CENSUS MAPPING WITH GIS IN NAMIBIA BY Mrs. Ottilie Mwazi Central Bureau of Statistics E-mail: omwazi@npc.gov.na Tel: + 264 61 283 4060 October 2007 Content of Presentation HISTORICAL BACKGROUND OF CENSUS

More information

Introduction to Portal for ArcGIS

Introduction to Portal for ArcGIS Introduction to Portal for ArcGIS Derek Law Product Management March 10 th, 2015 Esri Developer Summit 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

The World Bank and the Open Geospatial Web. Chris Holmes

The World Bank and the Open Geospatial Web. Chris Holmes The World Bank and the Open Geospatial Web Chris Holmes Geospatial is Everywhere QuickTime and a TIFF (Uncompressed) decompressor are needed to see this picture. Spatial Data Infrastructure (SDI) the sources,

More information

Conceptual study of Web-based PPGIS for Designing Built Environment: Identifying Housing Location Preferences in Littleborough

Conceptual study of Web-based PPGIS for Designing Built Environment: Identifying Housing Location Preferences in Littleborough Conceptual study of Web-based PPGIS for Designing Built Environment: Identifying Housing Location Preferences in Littleborough Shrabanti Hira *1, S M Labib 1 1 SEED, University of Manchester March 31,

More information