Global Grids and the Future of Geospatial Computing. Kevin M. Sahr Department of Computer Science Southern Oregon University

Size: px
Start display at page:

Download "Global Grids and the Future of Geospatial Computing. Kevin M. Sahr Department of Computer Science Southern Oregon University"

Transcription

1 Global Grids and the Future of Geospatial Computing Kevin M. Sahr Department of Computer Science Southern Oregon University 1 Kevin Sahr - November 11, 2013

2 The Situation Geospatial computing has achieved many impressive results But it now faces unprecedented challenges 2 Kevin Sahr - November 11, 2013

3 A Perfect Storm pressing global-scale problems like climate change vast quantities of geospatial big data manipulate truly global datasets consumer-level 3D cloud-based visualization and analysis pervasive GPS-enabled mobile devices real-time location-based services 3 Kevin Sahr - November 11, 2013

4 A Pivotal Moment we can no longer expect to meet these challenges piecemeal a revolution in our fundamental approaches to geospatial computing is required the outlines of this revolution are now known and are indisputable 4 Kevin Sahr - November 11, 2013

5 Geospatial Computing Arbitrary Data Object Point Measurement Areal Measurement Complex Agent Event etc. associated with Location Representation point/vector pixel polyline polygon arbitrary set of above 5 Kevin Sahr - November 11, 2013

6 Traditional Location Representation attempt to mimic pre-computer approaches to location in mapping scientific analysis 6 Kevin Sahr - November 11, 2013

7 Vector Location Vectors of Real Numbers 3D ECEF coordinates 2D map projection space polar latitude/longitude Manipulated Using Synthetic and Analytic Geometry Represented Using 3- or 2-tuples of floating point values Approximated Using Floating Point Operations 7 Kevin Sahr - November 11, 2013

8 Areal Units Square Cells photographic pixels units of discrete analysis & simulation Represented Using square raster indexed using 2-tuple of integers stored linearly 8 Kevin Sahr - November 11, 2013

9 Traditional Problems traditional representations are familiar and convenient but it was quickly recognized that they are inefficient for many common operations spatial queries window, proximity, etc. spatial predicates intersection/collision, neighbors, etc. 9 Kevin Sahr - November 11, 2013

10 Traditional Solution spatial databases/data structures structured attempt to preserve spatial structure primary example: quadtree semi-structured attempt to optimize spatial access examples: R-tree, ESRI SBN/SBX 10 Kevin Sahr - November 11, 2013

11 Traditional Spatial DBs adds linear spatial index correspond to buckets containing locations more efficient spatial access coarse filter for specific algorithms but retains underlying representation for final stage of many algorithms arbitrary spatial operations 11 Kevin Sahr - November 11, 2013

12 Advent of Digital Earth would provide platform for: simulation, visualization, & analysis truly global data interaction mother of all (geospatial) databases exemplifies the challenges facing geospatial computing 12 Kevin Sahr - November 11, 2013

13 Abridged Early History 1962: Geoscope (R. Buckminster Fuller) early 1990 s: variety of interactive 3D globes SGI ( GeoFusion ESRI ArcGlobe) Autometric, Inc. ( Boeing Keyhole) 1993: US DoD: interactive globe with real-time distributed data display 1998: christened by Al Gore 2005: Google Earth (via Keyhole) 13 Kevin Sahr - November 11, 2013

14 Google Earth Today Google Earth demonstrates the demand for, and potential of, the Digital Earth concept implements best practices (circa 2005) in: geographic information systems (GIS) computer cartography computer graphics spatial databases web delivery of inter-operable data formats 14 Kevin Sahr - November 11, 2013

15 Google Earth Today The Problem: All of the fields of research that Google Earth implements are still in their relative infancies at most 50 years old not very old for a science! some (like the web) are much newer 15 Kevin Sahr - November 11, 2013

16 An Example Zoom in to the South Pole in Google Earth 16 Kevin Sahr - November 11, 2013

17 An Example Zoom in to the South Pole in Google Earth 17 Kevin Sahr - November 11, 2013

18 An Example Zoom in to the South Pole in Google Earth 18 Kevin Sahr - November 11, 2013

19 An Example Zoom in to the South Pole in Google Earth 19 Kevin Sahr - November 11, 2013

20 Limitations Only the last stages of the graphics pipeline are truly 3D Google Earth uses traditional planar rasters for actual data representation texture-mapped onto 3D surface 20 Kevin Sahr - November 11, 2013

21 Limitations The most common global representations treat the earth as a rectangle latidude/longitude cylindrical projections very inefficient contain topological singularities 21 Kevin Sahr - November 11, 2013

22 A Deeper Issue vectors of real numbers are continuous and infinite allow for exact synthetic geometry allow for exact analytic geometry 22 Kevin Sahr - November 11, 2013

23 A Deeper Issue but tuples of floating point values are discrete and finite do not allow exact synthetic geometry do not allow exact analytic geometry the simplest operations (e.g.,equality test) can result in profound semantic errors bounding the rounding error on individual operations can be difficult on complex systems can be impossible 23 Kevin Sahr - November 11, 2013

24 A Deeper Issue floating point values are no more exact than integer values given n bits, we can distinguish 2 n unique values all other points must be mapped to these all computer representations of location both raster and vector are necessarily discrete 24 Kevin Sahr - November 11, 2013

25 The Challenge in order to realize the full promise of digital earth applications we must find fundamental location representations that: accurately reflect the topology of the earth acknowledge the essential discreteness of location representation are optimal in terms of representational efficiency semantic fidelity 25 Kevin Sahr - November 11, 2013

26 Primary Spatial Key GIS introduced the powerful notion of a primary spatial key singular location representation used system-wide but notion of primary spatial key is subverted in digital earth systems 26 Kevin Sahr - November 11, 2013

27 Spatial Key Illusion data analyst sees two base 10 real numbers with well-defined precision computer stores two base 2 floating point values, often with loosely specified precision often accessed via a linear spatial index 3D graphics system requires 3D values primarily manipulated as linear array index 27 Kevin Sahr - November 11, 2013

28 New Role for Traditional Representations traditional representations will continue to play an important role but we can no longer treat them as privileged primary spatial keys they can be generated as needed or stored as a data attribute 28 Kevin Sahr - November 11, 2013

29 Primary Spatial Index digital earth systems must replace the traditional notion of a primary spatial key new notion: primary spatial index One Index to Rule Them All unifies 2D and 3D system components explicitly discrete explicitly spherical 29 Kevin Sahr - November 11, 2013

30 The Next Stage The future is already here it's just not very evenly distributed.! - William Gibson 30 Kevin Sahr - November 11, 2013

31 Discrete Global Grid Systems (DGGS) regular, multi-precision partitions of the sphere into cells with linear indexes indexes can indicate either raster or vector location these are equivalent from the perspective of the data structure hierarchical indexes enable coarse filter algorithms 31 Kevin Sahr - November 11, 2013

32 Current Applications DGGSs have primarily been used in extending traditional grid applications to the globe discrete simulation distributed survey sampling analysis of gridded data sets analysis and visualization of DGGS cells still takes place primarily using traditional 2D GIS applications 32 Kevin Sahr - November 11, 2013

33 DGGS & Digital Earth DGGSs have seen limited use in digital earth applications like Google Earth role limited to polyhedral meshes used to approximate sphere for 3D graphics recognized as replacement for traditional vector representations since 1970 s (Dutton) but so far not exploited 33 Kevin Sahr - November 11, 2013

34 Cell Shape DGGSs have been developed with a number of different cell shapes, including: triangle quadrilateral hexagon any reasonable DGGS would provide a better basis for location representation but the evidence clearly supports one cell shape as superior 34 Kevin Sahr - November 11, 2013

35 Raster Representation compared to square pixels, hexagon pixels are 13% more efficient at sampling 25% to 50% more efficient for common image processing algorithms the human eye uses a hexagonal arrangement of photoreceptors 35 Kevin Sahr - November 11, 2013

36 Vector Representation the human brain represents location using a hexagonal arrangement of neurons quantization to the points of a hexagonal lattice is optimal using multiple formulations least average quantization error covering problem packing problem 36 Kevin Sahr - November 11, 2013

37 Conclusions achieving the full potential of geospatial systems requires a revolution in our fundamental approach to location representation hexagonal DGGSs provide the best known basis for the next generation of location representations work still needs to be done to explore and evaluate alternatives for hierarchical indexing 37 Kevin Sahr - November 11, 2013

38 38 Kevin Sahr - November 11, 2013

Introduction to GIS. Phil Guertin School of Natural Resources and the Environment GeoSpatial Technologies

Introduction to GIS. Phil Guertin School of Natural Resources and the Environment GeoSpatial Technologies Introduction to GIS Phil Guertin School of Natural Resources and the Environment dguertin@cals.arizona.edu Mapping GeoSpatial Technologies Traditional Survey Global Positioning Systems (GPS) Remote Sensing

More information

INTRODUCTION TO GIS. Dr. Ori Gudes

INTRODUCTION TO GIS. Dr. Ori Gudes INTRODUCTION TO GIS Dr. Ori Gudes Outline of the Presentation What is GIS? What s the rational for using GIS, and how GIS can be used to solve problems? Explore a GIS map and get information about map

More information

Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world

Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world Photoshop Raster base Images can be overlaid Pixel vector data model: [data models] A representation

More information

Geographers Perspectives on the World

Geographers Perspectives on the World What is Geography? Geography is not just about city and country names Geography is not just about population and growth Geography is not just about rivers and mountains Geography is a broad field that

More information

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM SPATIAL DATA MINING Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM INTRODUCTION The main difference between data mining in relational DBS and in spatial DBS is that attributes of the neighbors

More information

REFERENCING COORDINATE SYSTEMS MAP PROJECTIONS GEOREFERENCING

REFERENCING COORDINATE SYSTEMS MAP PROJECTIONS GEOREFERENCING GIS in Ecology SPATIAL REFERENCING COORDINATE SYSTEMS MAP PROJECTIONS GEOREFERENCING : :1 Where on earth? Early mapmakers recognized the need for a system that could locate features on the earth's surface.

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows)

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows) LECTURE 1 - INTRODUCTION TO GIS Section I - GIS versus GPS What is a geographic information system (GIS)? GIS can be defined as a computerized application that combines an interactive map with a database

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-1 Chapters 1 and 2

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-1 Chapters 1 and 2 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-1 Chapters 1 and 2 What is GIS? A Geographic Information System (GIS) is a computer system for capturing, storing, querying, analyzing and

More information

Introduction to Geographic Information Systems

Introduction to Geographic Information Systems Introduction to Geographic Information Systems Lynn_Carlson@brown.edu 401-863-9917 The Environmental And Remote TecHnologies Lab MacMillan Hall, Room 105 http://www.brown.edu/research/earthlab/ Outline

More information

Generating and Caching 3D-Tiles for Large-Scale 3D-Visualization GeoSharing , Bern, Switzerland

Generating and Caching 3D-Tiles for Large-Scale 3D-Visualization GeoSharing , Bern, Switzerland Generating and Caching 3D-Tiles for Large-Scale 3D-Visualization GeoSharing 02.11.2013, Bern, Switzerland Martin Christen, Robert Wüest, Benjamin Loesch, Stephan Nebiker FHNW University of Applied Sciences

More information

Indonesian Multiscale Grid System for Environmental Data

Indonesian Multiscale Grid System for Environmental Data Indonesian Multiscale Grid System for Environmental Data Akhmad Riqqi, Anisa Fitria, Kosasih Prijatna, Radityo Egi Pratama, and John Mahmudy Abstract The diversity of environmental data will complicate

More information

DISCRETE GLOBAL GRID SYSTEMS FOR HANDLING BIG DATA FROM SPACE

DISCRETE GLOBAL GRID SYSTEMS FOR HANDLING BIG DATA FROM SPACE DISCRETE GLOBAL GRID SYSTEMS FOR HANDLING BIG DATA FROM SPACE Matthew Purss, Perry Peterson, Robert Gibb, Faramarz Samavati, Peter Strobl Open Geospatial Consortium Discrete Global Grid Systems Standards

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features

More information

Big Data and Geospatial with HPCC Systems

Big Data and Geospatial with HPCC Systems Big Data and Geospatial with HPCC Systems Powered by LexisNexis Risk Solutions Ignacio Calvo Greg McRandal 10/05/2016 Concepts in Geospatial How to use them with HPCC Use cases @HPCCSystems Definition

More information

Improving Spatial Data Interoperability

Improving Spatial Data Interoperability Improving Spatial Data Interoperability A Framework for Geostatistical Support-To To-Support Interpolation Michael F. Goodchild, Phaedon C. Kyriakidis, Philipp Schneider, Matt Rice, Qingfeng Guan, Jordan

More information

Introduction to Geographic Information Systems (GIS): Environmental Science Focus

Introduction to Geographic Information Systems (GIS): Environmental Science Focus Introduction to Geographic Information Systems (GIS): Environmental Science Focus September 9, 2013 We will begin at 9:10 AM. Login info: Username:!cnrguest Password: gocal_bears Instructor: Domain: CAMPUS

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

More information

Re-Mapping the World s Population

Re-Mapping the World s Population Re-Mapping the World s Population Benjamin D Hennig 1, John Pritchard 1, Mark Ramsden 1, Danny Dorling 1, 1 Department of Geography The University of Sheffield SHEFFIELD S10 2TN United Kingdom Tel. +44

More information

GIS-Enabled Modeling and Simulation (GEMS)

GIS-Enabled Modeling and Simulation (GEMS) www.mak.com info@mak.com 617-876-8085 Paper # 1015 GIS-Enabled Modeling and Simulation (GEMS) 10 January 2007 Tom Stanzione & Kevin Johnson tstanzione@mak.com, kevinj@mak.com Overview Objectives Technical

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

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager Innovation The Push and Pull at ESRI September 2004 Kevin Daugherty Cadastral/Land Records Industry Solutions Manager The Push and The Pull The Push is the information technology that drives research and

More information

Arcgis Enterprise Performance And Scalability Best Practices

Arcgis Enterprise Performance And Scalability Best Practices Arcgis Enterprise Performance And Scalability Best Practices We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer,

More information

Susan Cutter et al. Aug, 2002, The Professional Geographer, 54(3): David Tenenbaum GEOG 070 UNC-CH Spring 2005

Susan Cutter et al. Aug, 2002, The Professional Geographer, 54(3): David Tenenbaum GEOG 070 UNC-CH Spring 2005 What is Geography? Geography is not just about city and country names Geography is not just about population and growth Geography is not just about rivers and mountains Geography is a broad field that

More information

GIS: Definition, Software. IAI Summer Institute 19 July 2000

GIS: Definition, Software. IAI Summer Institute 19 July 2000 GIS: Definition, Software IAI Summer Institute 19 July 2000 What is a GIS? Geographic Information System Definitions DeMers (1997): Tools that allow for the processing of spatial data into information,

More information

Perform. Xcel. Lead. Presenter. Raghavendran S. GM Technical (GIS)

Perform. Xcel. Lead. Presenter. Raghavendran S. GM Technical (GIS) Perform. Xcel. Lead. Presenter Raghavendran S GM Technical (GIS) Perform. Xcel. Lead. The Trademarks/Logos belong to the respective companies 2015 PIXEL SOFTEK PVT. LTD. 1 Incorporated in 1996 HQ in Bangalore,

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Visualization Software Dr. M. Gavrilova GIS Software for Visualization ArcView GEO/SQL Digital Atmosphere AutoDesk Visual_Data GeoMedia GeoExpress CAVE? Visualization in

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

Discrete Global Grid Systems: The Journey from Academic Curiosity to Disruptive Technology

Discrete Global Grid Systems: The Journey from Academic Curiosity to Disruptive Technology Discrete Global Grid Systems: The Journey from Academic Curiosity to Disruptive Technology Dr. Matthew B.J. Purss 1 & Robert Gibb 2 1) Geoscience Australia 2) Manaaki Whenua Landcare Research NZ Copyright

More information

An Introduction to Geographic Information System

An Introduction to Geographic Information System An Introduction to Geographic Information System PROF. Dr. Yuji MURAYAMA Khun Kyaw Aung Hein 1 July 21,2010 GIS: A Formal Definition A system for capturing, storing, checking, Integrating, manipulating,

More information

2. GETTING STARTED WITH GIS

2. GETTING STARTED WITH GIS 2. GETTING STARTED WITH GIS What are geographic information systems and what are they used for? ArcGIS: ArcMap, ArcCatalog and ArcToolbox Vector data vs. raster data vs. attribute tables Polygons, polylines,

More information

When Map Quality Matters

When Map Quality Matters When Map Quality Matters 50% 25% Powerful geospatial mapping tools for Adobe Creative Cloud and offline map solutions for mobile devices 20% When Map Quality Matters 10% We re focused on creating powerful

More information

GIS and Forest Engineering Applications FE 357 Lecture: 2 hours Lab: 2 hours 3 credits

GIS and Forest Engineering Applications FE 357 Lecture: 2 hours Lab: 2 hours 3 credits GIS and Forest Engineering Applications FE 357 Lecture: 2 hours Lab: 2 hours 3 credits Instructor: Michael Wing Assistant Professor Forest Engineering Department Oregon State University Peavy Hall 275

More information

AP Human Geography Chapter 1: Thinking Geographically Key Issue 1: How do Geographers describe where things are?

AP Human Geography Chapter 1: Thinking Geographically Key Issue 1: How do Geographers describe where things are? AP Human Geography Chapter 1: Thinking Geographically Key Issue 1: How do Geographers describe where things are? Studying Human Geography Physical Geography Physical geography deals with Earth s natural

More information

Welcome to GST 101: Introduction to Geospatial Technology. This course will introduce you to Geographic Information Systems (GIS), cartography,

Welcome to GST 101: Introduction to Geospatial Technology. This course will introduce you to Geographic Information Systems (GIS), cartography, Welcome to GST 101: Introduction to Geospatial Technology. This course will introduce you to Geographic Information Systems (GIS), cartography, remote sensing, and spatial analysis through a series of

More information

Introduction To A New Geo-Referenced Street Level Content: 3D GEOPANO

Introduction To A New Geo-Referenced Street Level Content: 3D GEOPANO Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings Volume 15 Seoul, South Korea Article 10 2015 Introduction To A New Geo-Referenced Street Level Content: 3D GEOPANO Boram Yoon

More information

Introduction to Cartography Part II

Introduction to Cartography Part II Introduction to Cartography Part II Introduction to Cartography Map Projections GIS GPS Remote Sensing Misrepresentation with Maps Map Projections Mathematical method for systematically transforming a

More information

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall Announcement New Teaching Assistant Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall 209 Email: michael.harrigan@ttu.edu Guofeng Cao, Texas Tech GIST4302/5302, Lecture 2: Review of Map Projection

More information

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University Basics of GIS by Basudeb Bhatta Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University e-governance Training Programme Conducted by National Institute of Electronics

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

Geospatial Intelligence

Geospatial Intelligence Geospatial Intelligence Geospatial analysis has existed as long as humans have made and studied maps but its importance to the intelligence community has skyrocketed in the past several years, with Unmanned

More information

Georeferencing. datum. projection. scale. The next few lectures will introduce you to these elements. on the Earth, you ll need to understand how

Georeferencing. datum. projection. scale. The next few lectures will introduce you to these elements. on the Earth, you ll need to understand how Georeferencing GOAL: To assign a location to all the features represented in our geographic information data In order to do so, we need to make use of the following elements: ellipsoid/geoid To determine

More information

Representation of Geographic Data

Representation of Geographic Data GIS 5210 Week 2 The Nature of Spatial Variation Three principles of the nature of spatial variation: proximity effects are key to understanding spatial variation issues of geographic scale and level of

More information

Introduction to GIS - 2

Introduction to GIS - 2 Introduction to GIS - 2 Outline Using GIS Representation of spatial objects in GIS Prof. D. Nagesh Kumar Department of Civil Engineering Indian Institute of Science Bangalore 560 012, India http://www.civil.iisc.ernet.in/~nagesh

More information

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual)

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual) Introduction Geo-information Science (GRS-10306) Overview key concepts and terms (based on the textbook 2006 and the practical manual) Introduction Chapter 1 Geographic information system (GIS) Geographically

More information

GEOGRAPHIC INFORMATION SYSTEMS (GIS)

GEOGRAPHIC INFORMATION SYSTEMS (GIS) AN INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEMS (GIS) Joana Magos Brehm 1, Ali Shehadeh 2 1 Botanical Garden, National Museum of Natural History, University of Lisbon (Portugal) 2 Genetic Resources Unit,

More information

Introduction to GIS Sarah Watson University of Kentucky Libraries March 6, 2017

Introduction to GIS Sarah Watson University of Kentucky Libraries March 6, 2017 Introduction to GIS Sarah Watson sarahwatson@uky.edu University of Kentucky Libraries March 6, 2017 Outline Overview of various terms Quick overview of ArcGIS and QGIS Geocoding Activity Considering Map

More information

A General Framework for Conflation

A General Framework for Conflation A General Framework for Conflation Benjamin Adams, Linna Li, Martin Raubal, Michael F. Goodchild University of California, Santa Barbara, CA, USA Email: badams@cs.ucsb.edu, linna@geog.ucsb.edu, raubal@geog.ucsb.edu,

More information

Cell-based Model For GIS Generalization

Cell-based Model For GIS Generalization Cell-based Model For GIS Generalization Bo Li, Graeme G. Wilkinson & Souheil Khaddaj School of Computing & Information Systems Kingston University Penrhyn Road, Kingston upon Thames Surrey, KT1 2EE UK

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

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University GIS CONCEPTS AND ARCGIS METHODS 3 rd Edition, July 2007 David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University Copyright Copyright 2007 by David M. Theobald. All rights

More information

GIS Data Structure: Raster vs. Vector RS & GIS XXIII

GIS Data Structure: Raster vs. Vector RS & GIS XXIII Subject Paper No and Title Module No and Title Module Tag Geology Remote Sensing and GIS GIS Data Structure: Raster vs. Vector RS & GIS XXIII Principal Investigator Co-Principal Investigator Co-Principal

More information

Web Mercator Projection & Raster Tile Maps

Web Mercator Projection & Raster Tile Maps Web Mercator Projection & Raster Tile Maps Annual Conference 2017 Ottawa May 31- June 2, 2017 Two cornerstones of Online Map Service Providers Emmanuel Stefanakis Dept. of Geodesy & Geomatics Engineering

More information

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Has Your GIS Gone Flat? Hexagon Geospatial takes three-dimensional geographic imaging

More information

Research on Object-Oriented Geographical Data Model in GIS

Research on Object-Oriented Geographical Data Model in GIS Research on Object-Oriented Geographical Data Model in GIS Wang Qingshan, Wang Jiayao, Zhou Haiyan, Li Bin Institute of Information Engineering University 66 Longhai Road, ZhengZhou 450052, P.R.China Abstract

More information

Keith C. Clarke Department of Geologyand Geography Hunter College-CUNY 695 Park Avenue New York, NY 10021,USA

Keith C. Clarke Department of Geologyand Geography Hunter College-CUNY 695 Park Avenue New York, NY 10021,USA DISTORTION ON THE INTERRUPTED MODIFIED COLLIGNON PROJECTION Keith C. Clarke Department of Geologyand Geography Hunter College-CUNY 695 Park Avenue New York, NY 10021,USA and Karen A. Mulcahy Earth and

More information

EnvSci 360 Computer and Analytical Cartography

EnvSci 360 Computer and Analytical Cartography EnvSci 360 Computer and Analytical Cartography Lecture 7 Mapping Images, Surfaces, and 3-D Data Brief Overview of Imagery What is Imagery? A spatial data model that defines space as an array of equally

More information

Map Projections. Displaying the earth on 2 dimensional maps

Map Projections. Displaying the earth on 2 dimensional maps Map Projections Displaying the earth on 2 dimensional maps Map projections Define the spatial relationship between locations on earth and their relative locations on a flat map Are mathematical expressions

More information

file://q:\report1\greenatlasfinalreportindex.html

file://q:\report1\greenatlasfinalreportindex.html Page 1 of 8 Quick Links WATER MANAGEMENT INTERNSHIP USDA HIS GRANT FUNDED FINAL PROJECT REPORT SUBMITTED BY MELISSA QUINTANA 11/07/07-03/24/08 Summary Provided is an assessment of my accomplishments for

More information

The National Map Data Delivery Services

The National Map Data Delivery Services The National Map Data Delivery Services U.S. Department of the Interior U.S. Geological Survey April 2015 Jim Langtry jlangtry@usgs.gov Topics for Today The National Map Delivery Services The National

More information

QGIS FLO-2D Integration

QGIS FLO-2D Integration EPiC Series in Engineering Volume 3, 2018, Pages 1575 1583 Engineering HIC 2018. 13th International Conference on Hydroinformatics Karen O Brien, BSc. 1, Noemi Gonzalez-Ramirez, Ph. D. 1 and Fernando Nardi,

More information

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis 6 Why Is It There? Why Is It There? Getting Started with Geographic Information Systems Chapter 6 6.1 Describing Attributes 6.2 Statistical Analysis 6.3 Spatial Description 6.4 Spatial Analysis 6.5 Searching

More information

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware,

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware, Introduction to GIS Dr. Pranjit Kr. Sarma Assistant Professor Department of Geography Mangaldi College Mobile: +91 94357 04398 What is a GIS a system for input, storage, manipulation, and output of geographic

More information

Lecture 1 Introduction to GIS. Dr. Zhang Spring, 2017

Lecture 1 Introduction to GIS. Dr. Zhang Spring, 2017 Lecture 1 Introduction to GIS Dr. Zhang Spring, 2017 Topics of the course Using and making maps Navigating GIS Map design Working with spatial data Geoprocessing Spatial data infrastructure Digitizing

More information

CyberGIS: What Still Needs to Be Done? Michael F. Goodchild University of California Santa Barbara

CyberGIS: What Still Needs to Be Done? Michael F. Goodchild University of California Santa Barbara CyberGIS: What Still Needs to Be Done? Michael F. Goodchild University of California Santa Barbara Progress to date Interoperable location referencing coordinate transformations geocoding addresses point-of-interest

More information

Welcome to Lesson 4. It is important for a GIS analyst to have a thorough understanding of map projections and coordinate systems.

Welcome to Lesson 4. It is important for a GIS analyst to have a thorough understanding of map projections and coordinate systems. Welcome to Lesson 4. It is important for a GIS analyst to have a thorough understanding of map projections and coordinate systems. A GIS without coordinates would simply be a database like Microsoft Excel

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

ArcGIS & Extensions - Synergy of GIS tools. Synergy. Analyze & Visualize

ArcGIS & Extensions - Synergy of GIS tools. Synergy. Analyze & Visualize Using ArcGIS Extensions to Analyze and Visualize data Colin Childs 1 Topics Objectives Synergy Analysis & Visualization ArcGIS Analysis environments Geoprocessing tools Extensions ArcMap The analysis Process

More information

The Geo Web: Enabling GIS on the Internet IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center.

The Geo Web: Enabling GIS on the Internet IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center. The Geo Web: Enabling GIS on the Internet IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center In the Beginning GIS was independent The GIS analyst or manager was typically a oneperson

More information

Geographical Information System GIS

Geographical Information System GIS Geographical Information System GIS LOOM.02.331 anto.aasa@ut.ee Scale GIS and spatial planning National Regional Local Strategic (National Dev. Plan) National Goals and development policy Tactical (Regional

More information

Lecture 1: Geospatial Data Models

Lecture 1: Geospatial Data Models Lecture 1: GEOG413/613 Dr. Anthony Jjumba Introduction Course Outline Journal Article Review Projects (and short presentations) Final Exam (April 3) Participation in class discussions Geog413/Geog613 A

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

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

ENV208/ENV508 Applied GIS. Week 1: What is GIS?

ENV208/ENV508 Applied GIS. Week 1: What is GIS? ENV208/ENV508 Applied GIS Week 1: What is GIS? 1 WHAT IS GIS? A GIS integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information.

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

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON LEAD CONSULTANT, INFOSYS LIMITED SEZ Survey No. 41 (pt) 50 (pt), Singapore Township PO, Ghatkesar Mandal, Hyderabad, Telengana 500088 Word Limit of the

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

Application of WebGIS and VGI for Community Based Resources Inventory. Jihn-Fa Jan Department of Land Economics National Chengchi University

Application of WebGIS and VGI for Community Based Resources Inventory. Jihn-Fa Jan Department of Land Economics National Chengchi University Application of WebGIS and VGI for Community Based Resources Inventory Jihn-Fa Jan Department of Land Economics National Chengchi University OUTLINE Introduction Methodology Results Conclusions 2 MOTIVATION

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

GIST 3300 / Geographic Information Systems. Last Time. Today

GIST 3300 / Geographic Information Systems. Last Time. Today GIST 3300 / 5300 Last Time Ellipsoids and Datums Today Map Projections Map Projections Today we will build on the concepts of Geographic Coordinate Systems, Ellipsoids and Datums and add the concepts of

More information

GIS in Weather and Society

GIS in Weather and Society GIS in Weather and Society Olga Wilhelmi Institute for the Study of Society and Environment National Center for Atmospheric Research WAS*IS November 8, 2005 Boulder, Colorado Presentation Outline GIS basic

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

Implementation of an Equal-area Gridding Method for Global-scale Image Archiving

Implementation of an Equal-area Gridding Method for Global-scale Image Archiving Implementation of an Equal-area Gridding Method for Global-scale Image Archiving Jeong Chang Seong Abstract Constructing global-scale image databases is a challenging task because of large data volume

More information

12/26/2012. Geographic Information Systems * * * * GIS (... yrezaei

12/26/2012. Geographic Information Systems * * * * GIS (... yrezaei ( - Geographic Information Systems ( ( 1 2 3 Information System Data base DB IS IS DB (Knowledge ( ( (System (Information System - (Georefrence Analysis Data + Knowledge ======== Information 4 5 ( < 10%

More information

An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase

An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com

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

Geog 469 GIS Workshop. Data Analysis

Geog 469 GIS Workshop. Data Analysis Geog 469 GIS Workshop Data Analysis Outline 1. What kinds of need-to-know questions can be addressed using GIS data analysis? 2. What is a typology of GIS operations? 3. What kinds of operations are useful

More information

Chapter 5. Presenting Data

Chapter 5. Presenting Data Chapter 5. Presenting Data Copyright McGraw-Hill Education. Permission required for reproduction or display. 5-1 Basic principles of map design 5-2 1 Map Design Process 5-3 The map objective The first

More information

NR402 GIS Applications in Natural Resources Lesson 4 Map Projections

NR402 GIS Applications in Natural Resources Lesson 4 Map Projections NR402 GIS Applications in Natural Resources Lesson 4 Map Projections From http://www.or.blm.gov/gis/ 1 Geographic coordinates Coordinates are expressed as Latitude and Longitude in Degrees, Minutes, Seconds

More information

Chapter 5. GIS The Global Information System

Chapter 5. GIS The Global Information System Chapter 5 GIS The Global Information System What is GIS? We have just discussed GPS a simple three letter acronym for a fairly sophisticated technique to locate a persons or objects position on the Earth

More information

Multimedia Databases. Previous Lecture. 4.1 Multiresolution Analysis. 4 Shape-based Features. 4.1 Multiresolution Analysis

Multimedia Databases. Previous Lecture. 4.1 Multiresolution Analysis. 4 Shape-based Features. 4.1 Multiresolution Analysis Previous Lecture Multimedia Databases Texture-Based Image Retrieval Low Level Features Tamura Measure, Random Field Model High-Level Features Fourier-Transform, Wavelets Wolf-Tilo Balke Silviu Homoceanu

More information

GIS-based Computational Tools & Techniques for Multidimensional Data Analysis & Visualization

GIS-based Computational Tools & Techniques for Multidimensional Data Analysis & Visualization GIS-based Computational Tools & Techniques for Multidimensional Data Analysis & Visualization Sanjay Srivas 1 and Dr. P. G. Khot 2 1 Research Scholar, Dept. of Electronics & Information Technology, RTM

More information

Geo Business Gis In The Digital Organization

Geo Business Gis In The Digital Organization We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with geo business gis in

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

PostGIS Cookbook. open source I community experience distilled

PostGIS Cookbook. open source I community experience distilled PostGIS Cookbook Over 80 task-based recipes to store, organize, manipulate, and analyze spatial data in a PostGIS database Paolo Corti Thomas J Kraft Stephen Vincent Mather Bborie Park PUBLISHING open

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis Guofeng Cao http://thestarlab.github.io Department of Geosciences Texas Tech University

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