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

Size: px
Start display at page:

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

Transcription

1 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 studies all sorts of phenomena on the Earth s surface, including natural and human components, and these are termed human and physical geography. Geography is present in your everyday life: The air you breathe, the water you drink, the place where you live, the people you meet

2 Ten Big Questions that Geographers Answer 1. What makes places different from one another, and why is this important? 2. Is there a deeply human need to organize space by creating arbitrary borders, boundaries, and districts? 3. How to delineate space? 4. Why do people, resources, and ideas move? 5. How has the Earth been transformed by human action? 6. What role will virtual systems play in learning about the world? 7. How do we measure the immeasurable? 8. What role has geographical skill played in the evolution of human civilization and what role can it play in predicting the future? 9. How and why do sustainability and vulnerability change from place to place and over time? 10. What is the nature of spatial thinking, reasoning, and abilities? Susan Cutter et al. Aug, 2002, The Professional Geographer, 54(3):

3 Geographers Perspectives on the World Location matters Real-world relationships Horizontal connections between places Importance of scale (both in time and space)

4 Introduction to Maps Definition: A graphic depiction on a flat medium of all or part of a geographic realm in which real world features have been replaced with symbols in their correct spatial location at a reduced scale. To map is to transform information from one form to another --- Mathematics Earth surface map Paper --- Geography

5 Map Elements Most common elements include: map/spatial data title legend scale north arrow inset(s) textual information borders & neatlines coordinate grid

6 Data Symbolization There are a number of characteristics of symbols that we can use of to make visual distinctions in thematic information (Jacques Bertin s Visual Variables): Size Shape Color Hue (color) Color Value (intensity) Texture Orientation Arrangement

7 Representing the Real World In a GIS, the representation of real world phenomena makes use of digital data formats Earth surface Digital data representation

8 Binary Notation Everything is represented as 0s and 1s in a computer. These two-state forms correspond to yes/no, on/off, open/closed Binary Decimal 1 digit 0, 1 1 bit 0,1,2, 9 2 digits 00, 01 2 bits 00, 01, 10, 11 97, 99 3 digits 000, bits 000, 001, 010, , 003, 100, , , 999 One to one correspondence Decimal Binary ?

9 Binary Notation Decimal: 72,479 = 70,000 = ,000 = = = = Binary: Note: In binary = = 20

10 Bits and Bytes 8 bits = 1 byte 1 bit = 1 binary digit 1 byte = 8 bits bytes = 1 Kb 1024 Kb = 1 Mb 1024 Mb = 1 Gb 1024 Gb = 1 Tb 1024 Tb = 1 Pb

11 ASCII Encoding If computers store everything using 0s and 1s, then how are characters represented? The ASCII (American Standard Code for Information Interchange) code assigns the numbers 0 through 127 to 128 characters, including upper and lower case alphabets plus various special characters, such as white space etc. e.g. decimal 85 is assigned to represent upper case U. In binary, = 85. Thus the computer represents U using Files which contain information encoded in ASCII are easily transferred and processed by different computers and programs. These are called ASCII or text files.

12 Two Fundamental Sorts of Representations Regardless of what phenomena of interest we chose to include in our geographic representation, we first must choose between a model that either represents geography as discrete objects OR represents geography as fields Most GIS approaches focus on the discrete object view, and we ll look at it in greater detail, although we will look at field representations as well

13 Entities Data Objects In the discrete object view, we associate each and every entity we wish to represent with its own data object a digital building block used in a data structure to represent an entity (x,y) (x,y) (x,y) (x,y) (x,y) (x,y) (x,y) (x,y) point line polygon (area) (x,y) (x,y)

14 The Field View In contrast to the discrete object view, which models the world in terms of entities, the field view approaches the world as consisting of continuous phenomena: The field view represents the real world as a finite number of variables, each one defined at every possible position (p.69 of the text) This view is inherently problematic for digital representation, which necessarily has to discretize the world into some set of minimum units

15 Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects

16 Vector Data Model - Objects Features in the real world are represented by objects that are chosen to approximate their shape Geographic Primitives Points 0 dimensional Lines 1 dimensional Polygons 2 dimensional

17 Vector Data Model - Topology Topology defines spatial relationships. The arcnode data structure supports the following topological concepts: Area definition: Arcs connect to surround an area, defining a polygon Containment: Nodes (or arcs) can be found within a polygon Connectivity: Arcs connect to each other at shared nodes Contiguity: Arcs have a defined direction, and left and right sides

18 Raster Data Model The raster data model represents the Earth s surface as an array of two-dimensional grid cells, with each cell having an associated value: Cell (x,y) Cell value rows Cell size = resolution columns

19 Cell Size & Resolution The size of the cells in the raster data model determines the resolution at which features can be represented The selected resolution can have an effect on how features are represented: 10 m Resolution 1 m Resolution 5 m Resolution

20 Rules for Assigning Cell Values Cell values are assigned to cells accorded to some set of rules, and selecting those rules differently can also effect the representation of features:

21 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 a position datum on the Earth, you ll need to understand how projection these elements relate to coordinate system each other in order to scale specify a position The next few lectures will introduce you to these elements

22 Our knowledge of the shape of the Earth has evolved in 3 steps: 1. Flat surface: There are some people today that still believe that the earth is flat (International Flat Earth Society) 2. Sphere: Shape of the Earth In 600 BC, Pythagoras wrote that he believed that we must live on a body of a perfect shape a perfect sphere

23 2. Sphere cont.: Shape of the Earth In ~200 BC, Greek philosopher Aristotle argued that the Earth must be a sphere, giving the following evidence: Ships always disappear from view hull first, mast last, rather than becoming ever smaller dots on the horizon of a flat earth Also, further evidence was provided by making an astronomical observation, that the Earth s shadow on the moon is always circular

24 3. Ellipsoid: Shape of the Earth In 1670, based on his theory of gravity, Isaac Newton proposed that the Earth must bulge slightly at the equator due to the centrifugal force generated by the Earth s rotation, therefore we might expect a slight flattening of the shape of the Earth at the poles. Newton suggests that the Earth is elongated slightly along the equator

25 3. Ellipsoid cont.: Shape of the Earth Newton s theory was confirmed by a series of measurements taken from by expeditions sent to Ecuador and Finland to measure the ground distance of one degree of latitude (measured using astronomical angles). It was found that the distance near the pole was slightly greater due to the flattening of the Earth One degree of latitude on the ground is different in length in these two locations due to the flattening of the Earth near the poles

26 What is a Projection? Map projection - The systematic transformation of points on the Earth s surface to corresponding points on a planar surface The easiest way to imagine this is to think of a light bulb inside of a semi-transparent globe, shining features from the Earth s surface onto the planar surface

27 Projections Distort Because we are going from the 3D Earth 2D planar surface, projections always introduce some type of distortion When we select a map projection, we choose a particular projection to minimize the distortions that are important to a particular application

28 Three Families of Projections There are three major families of projections, each tends to introduce certain kinds of distortions, or conversely each has certain properties that it used to preserve (i.e. spatial characteristics that it does not distort): Three families: 1. Cylindrical projections 2. Conical projections 3. Planar projections 3 2 1

29 Preservation of Properties Every map projection introduces some sort of distortion because there is always distortion when reducing our 3- dimensional reality to a 2-dimensional representation Q: How should we choose which projections to use? A: We should choose a map projection that preserves the properties appropriate for the application, choosing from the following properties: 1. Shape 2. Area 3. Distance 4. Direction Note: It may be more useful to classify map projections by the properties they preserve, rather than by the shape of their developable surfaces

30 Tissot s Indicatrix Tissot s Indicatrix is a graphical tool which we can use to assess the properties preserved by a projection Tissot s Indicatrix allows us to take a feature that is a perfect circle before projection, and then see how it looks once projected (usually the distortion causes it to be elliptical in shape) We can calculate s = "area scale" = the product of semimajor and semi-minor axes of the ellipse

31 Coordinate Systems We are going to discuss two kinds of coordinate systems: The geographic coordinate system expresses positions in terms of latitude and longitude, and like all spherical coordinate systems, the definitions of these quantities are in terms of angles Planar coordinate systems place a Cartesian grid on a 2-dimensional surface (like our projected maps and geodatabases) and express a position in terms of (x,y) coordinate pairs

32 The Geographic Coordinate System Every coordinate system needs to have an origin where the coordinate values are zero, and the geographic coordinate system s origin is specified using: The Equator is the origin for latitude positive in N. hemisphere negative in S. hemisphere The Prime Meridian is the origin for longitude positive in E. hemisphere negative in W. hemisphere

33 Planar Coordinate Systems Once we start working with projected spatial information, using latitude and longitude becomes less convenient We can instead use a planar coordinate system that has x and y axes, an arbitrary origin (a Cartesian plane), and some convenient units (e.g. ft. or m.) When applied in a geographic context: Eastings are x values Northings are y values

34 Planar Coordinate Systems Some common examples of planar coordinate systems that are in use: The Universal Transverse Mercator Coordinate System is used throughout the world In the United States, the State Plane Coordinate System is used, which provides coordinate grids for each state, using multiple zones and grids in many of the larger states in order to minimize projection distortions

35 Universal Transverse Mercator

36 Universal Transverse Mercator We can describe the location of each zone in terms of its central meridian, which falls on on a meridian with an integer value of longitude

37 Universal Transverse Mercator The central meridian, which runs down the middle of the zone, is used to define the position of the origin Distance units in UTM are defined to be in meters, and distance from the origin is measured as an Easting (in the x-direction) and a Northing (in the y-direction) The x-origin is west of the zone (a false easting), and is placed such that the central meridian has an Easting of 500,000 meters

38 State Plane Coordinate System The State Plane Coordinate System (SPCS) is only defined and used in the United States Like UTM, it is divided into zones, but here zones are fully contained within states Some larger states contain multiple zones Original units are feet, many states are now switching to meters

39 Representing Scale on Maps Definition: The scale of a map is ratio between distances on the map and the corresponding distances in the real world. Scale representation on the map: Representative fraction (RF): 1:100,000, 1 to 100,000, or 1/100,000 Verbal: 1 inch is equal to 50 miles 10 miles Graphic: Scale bar Purpose (or a kind of question that scale can answer): Scale information allows us to answer questions like: 1 inch on a 1:24000 map represents what distance on the surface of the Earth? (2000 feet)

40 Map Scale and Spatial Resolution Spatial resolution is a concept that is related to map scale: It is determined by the smallest physical mark that can drawn (or discerned) on a map accurately This limits the smallest geographic feature or distance that can be represented accurately on the map This is directly related to the scale of the map - Why? Consider the relationship between the size of the smallest mark we can make (or see/accurately measure) and the smallest feature in the real world that can be represented on the map

41 The Two Types of Data in GIS Spatial data: Describing where things are AND Attribute data: Describing what things are Example: A point specified by UTM coordinates Easting = 50,000 m Northing = 5,000,000 m Zone =17 This specifies the location of a point of the ground The nature of the real-world feature located at this point would be recorded in the attribute data Traditionally, geographic data and attributes were recorded on paper too (maps), and these had the same problems as a phone book

42 Advantages of Databases over Files DBs avoid redundancy and duplication DBs reduce data maintenance costs Applications are separated from the data Applications persist over time Support multiple concurrent applications DBs facilitate better data sharing Security and standards can be defined and enforced using DBs

43 Disadvantages of Databases over Files Expense of databases Complexity of databases Performance of databases especially with complex data types (including spatial data) Integration with other systems can be difficult, especially if those systems don t use the same data model

44 The Role of DBMS in GIS System Geographic Information System Database Management System Task Data load Editing Visualization Mapping Analysis Storage Indexing Security Query Data

45 Relational Data Model The relational model organizes data in a series of twodimensional tables, each of which contains records for one kind of entity records PID # Fields Name Major Phone # John Geog David Comm This model is a revolution in database management It replaced almost all other approaches in database management because it allows more flexible relations between kinds of entities

46 Relation Rules (Codd, 1970) Only one value in each cell (intersection of row and column) All values in a column are about the same subject Each row is unique No significance in column sequence No significance in row sequence

47 Global Positioning System (GPS) A space-based 3-dimensional measurement and positioning system that operates using radio signals from satellites orbiting the earth Created and maintained by the US Dept. of Defense and the US Air Force The system as a whole consists of three segments: satellites (space segment) receivers (user segment) ground stations (control segment) Note: Russia and a European consortium are implementing similar systems.

48 GPS Space Segment (Satellites) 24 NAVSTAR satellites in the GPS constellation orbit the Earth every 12 hours ~11,000 miles altitude (a very high orbit) positioned in 6 orbital planes (4 per plane) orbital period & planes are designed to keep 4-6 satellites above the horizon at any time everywhere on the planet controlled and monitored by five ground stations around the globe

49

50 GPS User Segment (Receivers) Ground-based devices that can read and interpret the radio signals from several of the NAVSTAR satellites at once Use timing of radio signals to calculate the receiver s position on the Earth's surface Calculations result in varying degrees of accuracy that depend on: quality of the receiver user operation of the receiver local & atmospheric conditions current status of system

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

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

Projections & GIS Data Collection: An Overview

Projections & GIS Data Collection: An Overview Projections & GIS Data Collection: An Overview Projections Primary data capture Secondary data capture Data transfer Capturing attribute data Managing a data capture project Geodesy Basics for Geospatial

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

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

Shape e o f f the e Earth

Shape e o f f the e Earth 1 Coordinate Systems & Projections Coordinate Systems Two map layers are not going to register spatially unless they are based on the same coordinate system. 2 Contents Shape of the earth Datum Projections

More information

The Elements of GIS. Organizing Data and Information. The GIS Database. MAP and ATRIBUTE INFORMATION

The Elements of GIS. Organizing Data and Information. The GIS Database. MAP and ATRIBUTE INFORMATION GIS s Roots in Cartography Getting Started With GIS Chapter 2 Dursun Z. Seker MAP and ATRIBUTE INFORMATION Data (numbers and text) store as files refer to them collectively as a database gather inform.

More information

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP)

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) Workshop on : Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) 14-15 April 2016 Venue: Tehran, Iran GIS definitions GIS: A simplified view of the real

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

Outline. Shape of the Earth. Geographic Coordinates (φ, λ, z) Ellipsoid or Spheroid Rotate an ellipse around an axis. Ellipse.

Outline. Shape of the Earth. Geographic Coordinates (φ, λ, z) Ellipsoid or Spheroid Rotate an ellipse around an axis. Ellipse. Map Projections Outline Geodesy and map projections Prof. D. Nagesh Kumar Department of Civil Engineering Indian Institute of Science Bangalore 560 012, India http://www.civil.iisc.ernet.in/~nagesh Shape

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

Georeferencing, Map Projections, Cartographic Concepts. -Coordinate Systems -Datum

Georeferencing, Map Projections, Cartographic Concepts. -Coordinate Systems -Datum Georeferencing, Map Projections, Cartographic Concepts -Map Projections -Coordinate Systems -Datum Map projection is "the process of systematically transforming positions on the Earth's spherical surface

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

Geographic coordinate systems

Geographic coordinate systems 1 Geographic coordinate systems In this chapter you ll learn about longitude and latitude. You ll also learn about the parts that comprise a geographic coordinate system including Spheres and spheroids

More information

The Wildlife Society Meet and Greet. Come learn about what the UNBC Student Chapter of TWS is all about!

The Wildlife Society Meet and Greet. Come learn about what the UNBC Student Chapter of TWS is all about! Georeferencing I GEOG 300, Lecture 4 Dr. Anthony Jjumba 1 The Wildlife Society Meet and Greet Quiz Come learn about what the UNBC Student Chapter of TWS is all about! 5:30 7:30 PM, Wednesday September

More information

Importance of Understanding Coordinate Systems and Map Projections.

Importance of Understanding Coordinate Systems and Map Projections. Importance of Understanding Coordinate Systems and Map Projections. 1 It is extremely important that you gain an understanding of coordinate systems and map projections. GIS works with spatial data, and,

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

Geog Lecture 29 Mapping and GIS Continued

Geog Lecture 29 Mapping and GIS Continued Geog 1000 - Lecture 29 Mapping and GIS Continued http://scholar.ulethbridge.ca/chasmer/classes/ Today s Lecture (Pgs 13-25, 28-29) 1. Hand back Assignment 3 2. Review of Dr. Peddle s lecture last week

More information

This week s topics. Week 6. FE 257. GIS and Forest Engineering Applications. Week 6

This week s topics. Week 6. FE 257. GIS and Forest Engineering Applications. Week 6 FE 257. GIS and Forest Engineering Applications Week 6 Week 6 Last week Chapter 8 Combining and splitting landscape features and merging GIS databases Chapter 11 Overlay processes Questions? Next week

More information

Fri. Jan. 26, Demonstration of QGIS with GPS tracks. Types of data, simple vector (shapefile) formats

Fri. Jan. 26, Demonstration of QGIS with GPS tracks. Types of data, simple vector (shapefile) formats Fri. Jan. 26, 2018 Demonstration of QGIS with GPS tracks Types of data, simple vector (shapefile) formats Map projections, Coordinate Reference Systems Demonstration of QGIS with geologic map 1 Raster

More information

What is Geography? Lecture 1 The Earth As A Rotating Planet. What is Geography? What is geography? Subfields of Geography?

What is Geography? Lecture 1 The Earth As A Rotating Planet. What is Geography? What is geography? Subfields of Geography? Lecture 1 The Earth As A Rotating Planet Geog210 Physical Geography What is Geography? Much more than place names and locations The study of spatial variation How and why things differ from place to place

More information

EnvSci360 Computer and Analytical Cartography

EnvSci360 Computer and Analytical Cartography EnvSci360 Computer and Analytical Cartography Lecture 3 Geodesy Map Projections, Datums, and Coordinate Systems 1 Geodesy The science of measuring and representing the shape and size of the earth, and

More information

Lesson 5: Map Scale and Projections

Lesson 5: Map Scale and Projections Organizing Data and Information Lesson 5: Map Scale and Projections Map Scales Projections Information can be organized as lists, numbers, tables, text, pictures, maps, or indexes. Clusters of information

More information

Projections Part I - Categories and Properties James R. Clynch February 2006

Projections Part I - Categories and Properties James R. Clynch February 2006 I. Introduction and References Projections Part I - Categories and Properties James R. Clynch February 2006 The world is, approximately, a sphere. Maps are flat. Making maps requires some method of putting

More information

Introduction to Geographic Information Science. Updates/News. Last Lecture. Geography 4103 / Map Projections and Coordinate Systems

Introduction to Geographic Information Science. Updates/News. Last Lecture. Geography 4103 / Map Projections and Coordinate Systems Geography 4103 / 5103 Introduction to Geographic Information Science Map Projections and Coordinate Systems Updates/News Thursday s lecture Reading discussion 1 find the readings online open questions,

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

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2015

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2015 WHERE ARE YOU? Maps & Geospatial Concepts Fall 2015 Where are you? Relative location I m at school Absolute Location 45 26 18.07 122 43 50.78 Where is Boston? Introducing Geodesy, Ellipsoids & Geoids Geodesy

More information

Lab #3 Map Projections.

Lab #3 Map Projections. Lab #3 Map Projections http://visual.merriam-webster.com/images/earth/geography/cartography/map-projections.jpg Map Projections Projection: a systematic arrangement of parallels and meridians on a plane

More information

Lecture 1: What is a GIS? 1.1 Getting Started 1.2 Some Definitions of GIS 1.3 A Brief History of GIS 1.4 Sources of Information on GIS

Lecture 1: What is a GIS? 1.1 Getting Started 1.2 Some Definitions of GIS 1.3 A Brief History of GIS 1.4 Sources of Information on GIS Lecture : What is a GIS?. Getting Started.2 Some Definitions of GIS.3 A Brief History of GIS.4 Sources of Information on GIS David Tenenbaum EEOS 265 UMB Fall 28 Lecture : What is a GIS? GIS (usually)

More information

Understanding Projections for GIS

Understanding Projections for GIS Presented by John Schaeffer Juniper GIS Services, Inc. This PowerPoint is available at JuniperGIS.com Presentation Objectives To understand basic concepts on projections and coordinate systems for the

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

ch02.pdf chap2.pdf chap02.pdf

ch02.pdf chap2.pdf chap02.pdf Introduction to Geographic Information Systems 8th Edition Karl Solutions Manual Full Download: http://testbanklive.com/download/introduction-to-geographic-information-systems-8th-edition-karl-solutions-manu

More information

Georeferencing. Place names Postal addresses Postal codes Coordinate systems (lat/long, UTM, etc.)

Georeferencing. Place names Postal addresses Postal codes Coordinate systems (lat/long, UTM, etc.) Georeferencing Georeferencing Used to describe the act of assigning locations to data or information Certain requirements include that they are: unique, have shared meaning, and are persistent through

More information

Projections and Coordinate Systems

Projections and Coordinate Systems Projections and Coordinate Systems Overview Projections Examples of different projections Coordinate systems Datums Projections Overview Projections and Coordinate Systems GIS must accurately represent

More information

Map Projections & Coordinate Systems

Map Projections & Coordinate Systems Map Projections & Coordinate Systems 9/7/2017 1 Why? Laying the Earth Flat Need convenient means of measuring and comparing distances, directions, areas, shapes. Traditional surveying instruments measure

More information

Chapter 3 Models of the Earth. 3.1 Finding Locations on the Earth. 3.1 Objectives

Chapter 3 Models of the Earth. 3.1 Finding Locations on the Earth. 3.1 Objectives Chapter 3 Models of the Earth 3.1 Finding Locations on the Earth 3.1 Objectives Explain latitude and longitude. How can latitude and longitude be used to find locations on Earth? How can a magnetic compass

More information

Key Issue #1. How do geographers describe where things are? 2014 Pearson Education, Inc.

Key Issue #1. How do geographers describe where things are? 2014 Pearson Education, Inc. Key Issue #1 How do geographers describe where things are? Learning Outcomes 1.1.1: Explain differences between early maps and contemporary maps. 1.1.2: Describe the role of map scale and projections and

More information

Intro to GIS Fall 2010 Georeferencing & Map Projections

Intro to GIS Fall 2010 Georeferencing & Map Projections Intro to GIS Fall 2010 Georeferencing & Map Projections SHAPE OF THE EARTH Earth's Shape Geoid: shape of earth minus topographic features (irregular due to local variations in gravity) Ellipsoid: elongated

More information

Map projections. Rüdiger Gens

Map projections. Rüdiger Gens Rüdiger Gens Coordinate systems Geographic coordinates f a: semi-major axis b: semi-minor axis Geographic latitude b Geodetic latitude a f: flattening = (a-b)/a Expresses as a fraction 1/f = about 300

More information

What is a Map Projection?

What is a Map Projection? What is a Map Projection? It is how we represent a three dimensional Earth on a flat piece of paper However The process of transferring information from the Earth to a map causes every projection to distort

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

Working with georeferenced data. What is georeferencing? Coordinate Systems. Geographic and Projected Coordinate System

Working with georeferenced data. What is georeferencing? Coordinate Systems. Geographic and Projected Coordinate System GIS501 Fundamentals of Geographical Information Systems (GIS) Coordinate Systems Working with georeferenced data What is georeferencing? Geographically referenced data which is, in some way, referenced

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

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2012

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2012 WHERE ARE YOU? Maps & Geospatial Concepts Fall 2012 Where are you? Relative location I m at school Absolute Location 45 26 18.07 122 43 50.78 Datums Datums A reference surface of the Earth Used as the

More information

netw rks Guided Reading Activity Essential Question: How does geography influence the way people live? What Is Geography?

netw rks Guided Reading Activity Essential Question: How does geography influence the way people live? What Is Geography? Guided Reading Activity What Is Geography? Lesson 1 Thinking Like a Geographer Essential Question: How does geography influence the way people live? Directions: Read the lesson and use your textbook to

More information

Coordinate Systems. Location on earth is defined by coordinates

Coordinate Systems. Location on earth is defined by coordinates Coordinate Systems We think of the earth as a sphere It is actually a spheroid (ellipsoid), slightly larger in radius at the equator than at the poles Shape of the Earth Location on earth is defined by

More information

Spatial Data, 16 th Century Dutchmen, GPS and GIS. Martin Charlton, National Centre for Geocomputation National University of Ireland Maynooth

Spatial Data, 16 th Century Dutchmen, GPS and GIS. Martin Charlton, National Centre for Geocomputation National University of Ireland Maynooth Spatial Data, 16 th Century Dutchmen, GPS and GIS Martin Charlton, National Centre for Geocomputation National University of Ireland Maynooth Maps as truth Maps are cultural artifacts, comparable in history

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

Version 1.1 GIS Syllabus

Version 1.1 GIS Syllabus GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION Version 1.1 GIS Syllabus Endorsed 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed at: Those who wish to demonstrate

More information

Some of these parallels are very important. In the Northern Hemisphere, there is the Tropic of Cancer and the Arctic Circle.

Some of these parallels are very important. In the Northern Hemisphere, there is the Tropic of Cancer and the Arctic Circle. PDF 2 Geographic coordinates 1 The geographic coordinates system is network of imaginary horizontal and vertical lines that are drawn on globes or maps. These lines are called parallels (lines of latitude)

More information

Notes on Projections Part II - Common Projections James R. Clynch February 2006

Notes on Projections Part II - Common Projections James R. Clynch February 2006 Notes on Projections Part II - Common Projections James R. Clynch February 2006 I. Common Projections There are several areas where maps are commonly used and a few projections dominate these fields. An

More information

Maps: Geography s Basic Tools

Maps: Geography s Basic Tools Maps: Geography s Basic Tools What is a map? - A map is a representation of the earth s features drawn on a flat surface. - Maps use points, lines, colours, and symbols to represent the features of an

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

Unit 1 The Basics of Geography. Chapter 1 The Five Themes of Geography Page 5

Unit 1 The Basics of Geography. Chapter 1 The Five Themes of Geography Page 5 Unit 1 The Basics of Geography Chapter 1 The Five Themes of Geography Page 5 Geography comes from the Greek word geographia, which means to describe the earth. Geography is the study of the distribution

More information

1. Write down the term 2. Write down the book definition 3. Put the definition in your own words 4. Draw an image and/or put a Real Life Example

1. Write down the term 2. Write down the book definition 3. Put the definition in your own words 4. Draw an image and/or put a Real Life Example Unit 1 Vocabulary 1. Write down the term 2. Write down the book definition 3. Put the definition in your own words 4. Draw an image and/or put a Real Life Example Absolute Location Where Is It EXACTLY?

More information

MR. GOFF S WORLD HISTORY UNIT ONE: GEOGRAPHY 5 THEMES OF GEOGRAPHY

MR. GOFF S WORLD HISTORY UNIT ONE: GEOGRAPHY 5 THEMES OF GEOGRAPHY MR. GOFF S WORLD HISTORY UNIT ONE: GEOGRAPHY 5 THEMES OF GEOGRAPHY BYOD BRING YOUR OWN DEVICE IN SMALL GROUPS (3-4), USE YOUR ELECTRONIC DEVICE(S) AND DEFINE THE FOLLOWING VOCAB. WORDS 1. GEOGRAPHY 2.

More information

The World of Geography Pre-Test/Study Guide Chapter 1 Test

The World of Geography Pre-Test/Study Guide Chapter 1 Test Read each statement or question. On the lines below write the letter of the best answer. 1. Geographers look at the Earth 5. What are the two specific A. by studying cities first. measurements of Earth

More information

Dirty REMOTE SENSING : Lecture 8 A mapping interlude..

Dirty REMOTE SENSING : Lecture 8 A mapping interlude.. Dirty REMOTE SENSING : Lecture 8 A mapping interlude.. Stuart Green Teagasc Spatial Analysis Group Stuart.green@teagasc.ie Web for the Week: http://electronics.howstuffworks.com/gps.htm http://www.cstars.ucdavis.edu/classes/ers186-w03/lecture17/lecture17.ppt

More information

The Nature of Spatial Data. Keith C. Clarke Geography UCSB

The Nature of Spatial Data. Keith C. Clarke Geography UCSB The Nature of Spatial Data Keith C. Clarke Geography UCSB Geographic primitives G = g (x, y, z, s, A, t) [x, y, z] = f(λ, φ, d) Geography also highly dependent upon model First, the datum (d) Models of

More information

1. Geospatial technology rarely links geospatial data to nonspatial data. a. True *b. False

1. Geospatial technology rarely links geospatial data to nonspatial data. a. True *b. False Chapter 2 Where in the Geospatial World Are You? 1. Geospatial technology rarely links geospatial data to nonspatial data. 2. For geospatial technology to work, every location on Earth must be: a. inhabited

More information

Lecture 4. Coordinate Systems & Projections

Lecture 4. Coordinate Systems & Projections Lecture 4 Coordinate Systems & Projections Outline Geodesy Geoids Ellipsoids Geographic Coordinate Systems Magnetic North vs. True North Datums Projections Applying Coordinate Systems and Projections Why

More information

Introduction to Geography

Introduction to Geography Introduction to Geography ropic of Cancer 3½ N Arctic Circle 90 N Prime Meridian 0 Arctic Ocean Mississippi R. Appalachian Mts. Europe Rocky Mountains N. America Atlantic Gulf of Ocean Mexico Caribbean

More information

What is a map? A simple representation of the real world Two types of maps

What is a map? A simple representation of the real world Two types of maps Mapping with GIS What is a map? A simple representation of the real world Two types of maps Reference maps showing reference features such as roads, locations, political boundaries, cities etc. Thematic

More information

THE EARTH AND ITS REPRESENTATION

THE EARTH AND ITS REPRESENTATION UNIT 7 THE EARTH AND ITS REPRESENTATION TABLE OF CONTENTS 1 THE EARTH AND THE SOLAR SYSTEM... 2 2 THE EARTH S MOVEMENTS... 2 2.1 Rotation.... 2 2.2 The revolution of the Earth: seasons of the year....

More information

Introduction to Geography

Introduction to Geography Introduction to Geography What is geography? Geography comes from the Greek word Geographia. Geo means earth and graphia means to describe or chart. Geographers study the earth in relation to space and

More information

Terms GIS GPS Vector Data Model Raster Data Model Feature Attribute Table Point Line Polygon Pixel RGB Overlay Function

Terms GIS GPS Vector Data Model Raster Data Model Feature Attribute Table Point Line Polygon Pixel RGB Overlay Function FINAL REVIEW FOR GIS (2016) PRACTICAL COMPONENT The first 40 mins of the exam will be open book and will require you to make a map using all the techniques learned over the semester. This map will be e-mailed

More information

The Earth is a Rotating Sphere

The Earth is a Rotating Sphere The Earth is a Rotating Sphere The Shape of the Earth Earth s Rotation ( and relative movement of the Sun and Moon) The Geographic Grid Map Projections Global Time The Earth s Revolution around the Sun

More information

Georeferencing. Geography is the key to linking attributes. Georeferencing is the key to geography.

Georeferencing. Geography is the key to linking attributes. Georeferencing is the key to geography. Georeferencing Geography is the key to linking attributes. Georeferencing is the key to geography. Why georeferencing? Many reasons for having georeferences Many different approaches to georeferencing

More information

SECTION 4 PARCEL IDENTIFIERS 4.1 LONGITUDE AND LATITUDE

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

More information

Test Bank Chapter 2: Representations of Earth

Test Bank Chapter 2: Representations of Earth Multiple Choice Test Bank Chapter 2: Representations of Earth 1. A rhumb line on a Mercator projection is a line of. a. true size b. true shape c. true compass bearing d. true location 2. Maximum longitude

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

Control Surveys and Coordinate Systems

Control Surveys and Coordinate Systems Control Surveys and Coordinate Systems The Earth is Round Basic Shape of the Earth: Oblate Spheroid of Revolution The length of the equatorial axis is approximately 27 miles greater than the polar axis.

More information

Lecture 9: Reference Maps & Aerial Photography

Lecture 9: Reference Maps & Aerial Photography Lecture 9: Reference Maps & Aerial Photography I. Overview of Reference and Topographic Maps There are two basic types of maps? Reference Maps - General purpose maps & Thematic Maps - maps made for a specific

More information

What Do You See? FOR 274: Forest Measurements and Inventory. Area Determination: Frequency and Cover

What Do You See? FOR 274: Forest Measurements and Inventory. Area Determination: Frequency and Cover What Do You See? Message of the Day: Many options exist to determine the size, area, or extent of a feature on a landscape FOR 274: Forest Measurements and Inventory Lecture 7: Measures of Land Area Frequency

More information

Understanding Projections

Understanding Projections GEOGRAPHY SKILLS 1 Understanding Projections The earth is a sphere and is best shown as a globe. For books and posters, though, the earth has to be represented as a flat object. To do this, mapmakers create

More information

Tonight. {01} The map. Relative space. What does a map do? Types of maps GEOG 201 2/17/2010. Instructor: Pesses 1

Tonight. {01} The map. Relative space. What does a map do? Types of maps GEOG 201 2/17/2010. Instructor: Pesses 1 Tonight {01} The map What makes a map Measuring the Earth Map Interpretation & GPS Spring 2010 M. Pesses What does a map do? Shows where things are Shows spatial (topological) relationships Shows patterns,

More information

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore DATA SOURCES AND INPUT IN GIS By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore 1 1. GIS stands for 'Geographic Information System'. It is a computer-based

More information

Plane coordinates ~~~~~~~~~~

Plane coordinates ~~~~~~~~~~ Coordinate Systems & Map Projections Geographic coordinates A Basic Introduction to Coordinate Systems & Map Projections Latitude & longitude Angles Parallels & meridians Lines Plane coordinates ~~~~~~~~~~

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

What Is a Globe? Hemispheres. Main Idea Globes and maps provide different ways of showing features of the earth. Terms to Know

What Is a Globe? Hemispheres. Main Idea Globes and maps provide different ways of showing features of the earth. Terms to Know r Main Idea Globes and maps provide different ways of showing features of the earth. Terms to Know hemisphere latitude longitude scale bar scale relief elevation contour line What Is a Globe? A globe is

More information

Referencing map features: Coordinate systems and map projections

Referencing map features: Coordinate systems and map projections Referencing map features: Coordinate systems and map projections Coordinate systems and map projections if we want to integrate geographic data from many different sources, we need to use a consistent

More information

Mapping Earth. How are Earth s surface features measured and modeled?

Mapping Earth. How are Earth s surface features measured and modeled? Name Mapping Earth How are Earth s surface features measured and modeled? Before You Read Before you read the chapter, think about what you know about maps Record your thoughts in the first column Pair

More information

METADATA. Publication Date: Fiscal Year Cooperative Purchase Program Geospatial Data Presentation Form: Map Publication Information:

METADATA. Publication Date: Fiscal Year Cooperative Purchase Program Geospatial Data Presentation Form: Map Publication Information: METADATA CONTOURS Digital Geospatial Metadata: North Central Texas Orthophotography Identification Information Citation Originator: Publication Date: Fiscal Year 2001-2002 Title: Cooperative Purchase Program

More information

History of Cartography,

History of Cartography, Maps History of Cartography, the art and science of making maps ~2300 BC ~600 BC Early oldest known maps: Babylonian clay tablets. Greek and Roman Ptolemy s (about AD 85-165) "world map" depicted the Old

More information

Lecture 10-14: Map Projections and Coordinate System

Lecture 10-14: Map Projections and Coordinate System URP 1281 Surveying and Cartography Lecture 10-14: Map Projections and Coordinate System December 27, 2015 Course Teacher: Md. Esraz-Ul-Zannat Assistant Professor Department of Urban and Regional Planning

More information

Lecture 6 - Raster Data Model & GIS File Organization

Lecture 6 - Raster Data Model & GIS File Organization Lecture 6 - Raster Data Model & GIS File Organization I. Overview of Raster Data Model Raster data models define objects in a fixed manner see Figure 1. Each grid cell has fixed size (resolution). The

More information

ENV101 EARTH SYSTEMS

ENV101 EARTH SYSTEMS ENV101 EARTH SYSTEMS Practical Exercise 2 Introduction to ArcMap and Map Projections 1. OVERVIEW This practical is designed to familiarise students with the use of ArcMap for visualising spatial data and

More information

Georeferencing. Where on earth are we? Critical for importing and combining layers for mapping

Georeferencing. Where on earth are we? Critical for importing and combining layers for mapping Georeferencing Where on earth are we? Critical for importing and combining layers for mapping 1. The Geoid Earth is not a perfect sphere, it is ellipsoidal.. earth is the 'Geoid'. The difference between

More information

Introducing GIS analysis

Introducing GIS analysis 1 Introducing GIS analysis GIS analysis lets you see patterns and relationships in your geographic data. The results of your analysis will give you insight into a place, help you focus your actions, or

More information

Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur

Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur Module - 12 Lecture - 1 Global Positioning System (Refer Slide Time: 00:20) Welcome to this video lecture

More information

Geography involves the study of places: their locations, their characteristics, and how humans use and move around them.

Geography involves the study of places: their locations, their characteristics, and how humans use and move around them. Physical Geography Looking at the Earth Geography involves the study of places: their locations, their characteristics, and how humans use and move around them. NEXT Physical Geography Looking at the Earth

More information

GIS in Water Resources Fall 2018 Homework #1

GIS in Water Resources Fall 2018 Homework #1 GIS in Water Resources Fall 2018 Homework #1 Goal The goal of this homework is to reinforce the lecture material on Geodesy, Map Projections and Coordinate Systems by having you identify attributes and

More information

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 2 Map Projections and GIS Coordinate Systems Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Map Projections Map projections are mathematical formulas

More information

Maps and Map Projections

Maps and Map Projections 38 The Global Positioning System The Global Positioning System (GPS) is a modern technology for determining a location on Earth. This high-tech system was originally created for military applications but

More information

Mapping coordinate systems

Mapping coordinate systems Mapping coordinate systems 1. The Earth's Graticule Latitude and Longitude The graticule is the imaginary grid of lines running east-west (lines of latitude = parallels) and north-south lines of longitude

More information

INTERNATIONAL INDIAN SCHOOL, RIYADH HALF YEARLY

INTERNATIONAL INDIAN SCHOOL, RIYADH HALF YEARLY INTERNATIONAL INDIAN SCHOOL, RIYADH HALF YEARLY 2018-19 STD V Fill in the blanks: WORKSHEET LESSON - 1 KNOW YOUR PLANET SOCIAL STUDIES 1 A book containing maps is called an _ 2 A Flemish map maker, collection

More information

Modern Navigation. Thomas Herring

Modern Navigation. Thomas Herring 12.215 Modern Navigation Thomas Herring Today s Class Latitude and Longitude Simple spherical definitions Geodetic definition: For an ellipsoid Astronomical definition: Based on direction of gravity Relationships

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

Map Projections. Chapter 4 MAP PROJECTION

Map Projections. Chapter 4 MAP PROJECTION Map Projections Chapter 4 Map Projections What is map projection? Why are map projections drawn? What are the different types of projections? Which projection is most suitably used for which area? In this

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