Chapter 2 Design and Use of Reference Systems in GIS Database Models

Size: px
Start display at page:

Download "Chapter 2 Design and Use of Reference Systems in GIS Database Models"

Transcription

1 Chapter 2 Design and Use of Reference Systems in GIS Database Models Abstract GIS database analysts will face many choices to identify the most appropriate database model design related to reference systems in a GIS project. The chapter presents material about basemaps as reference information, focusing on geodetic, cadastral and land survey information as related to coordinate systems. Different spatial reference systems use different coordinate systems based on how large a geographic area is required in the basemap and how accurate the coordinates must be for the application. Longitude and latitude coordinates that span the entire earth surface are often not suitable for urban and regional database model applications. Universal Transverse Mercator coordinate regions often cover larger areas than State Plane coordinate systems, and thus the accuracy of state plane coordinates will be better. Coordinates underpin land records, transportation records and water resource records in database models. We draw from several published database models to describe database possibilities. This chapter describes several approaches to geospatial reference systems suitable for use in urban-regional applications of GIS. Remember that a data model language implemented in a particular context results in a database model the (schema) model of a particular database specified in terms of entity-object classes. The database models in this chapter focus on basemaps, land records, transportation, and water resource concerns for three decision situations planning, improvement programming, and project implementation. Each one of those database contexts requires a basemap data. Therefore, we start this discussion with the elements of a basemap database model. A basemap is a display that provides users with geographic orientation, and basemap data are the elements that form the basemap database. It should be clear, that the term basemap is a relative term, because not all people and/or applications make use of the same basemap features. That is, orientation is a matter of context. Although base data change from urban-regional application to application, the common character is still orientation, or what we might call spatial reference. In a GIS context, coordinates are a foundation of databases, and surveys underlie coordinates. The fundamentals of basemaps involve surveys and coordinate systems. Surveys are different than coordinate systems. Surveys measure distances between objects located on a surface, whereas coordinate systems lay out a continuous abstract numbering system (two-dimensional or three-dimensional) for representing horizontal and vertical dimensions of space. 2.1 Geodetic Surveys Geodesy is a sub-discipline of science/engineering in which professionals measure the shape of the earth. Measuring the shape of the earth in two horizontal and one vertical dimension is a fundamental basis of spatial reference, and is called a geodetic survey. A geodetic survey is a triangulation network that covers large land masses to establish spatial reference (Figure 2.1). Measurements on the earth s surface are marked using geodetic control monuments. A monument is a "spatial reference object" as something you can see, e.g., brass disc pounded into 2-1

2 the ground so others can find it. A network of control monuments is established to cover a large surface, e.g., North America, Europe, South America, Asia. Three points (monuments) act as vertices of a triangle to define a planar surface. A collection of triangles is used to cover a surface as a reference datum (or reference surface). Figure 2.1 Example of a geodetic triangulation network. (US Coast and Geodetic Survey 1967) Datums used for the US are the North American Horizontal Datum established in 1983 and a North American Vertical Datum established in 1988 (Dana 1999, Doyle 2006). The North American Horizontal Datum is based on the World Geodetic Survey (WGS) of The North American Vertical Datum of 1988 is based on the World Geodetic Vertical Survey (WGVS) of WGS and WGVS were funded by the US Department of Defense as part of an initiative to re-measure the shape of the earth on both a horizontal and vertical datum. The horizontal positions were established in 1983 using the global positioning satellite system. The Global Positioning System (GPS) is a constellation of satellites - 26 originally with a couple dropping out of service over the years that measure horizontal and vertical positions anywhere on the surface of the earth. The datums are the physical evidence of the comprehensive surveys, whereas GPS positioning is the measurement of single points. 2-2

3 Triangles in a survey datum bend along the edges of the control network as needed in piece-wise planar surfaces. Piece-wise planar surfaces are used for representing the curved surface of continents as, for example, the control network triangulation map of Alaska. With the horizontal datum we associate coordinate points (longitude and latitude). Location of a monument can be represented as a coordinate point expressed in terms of longitude and latitude. 2.2 Geographic Coordinates Three types of coordinate systems are commonly used as the coordinate reference frameworks in urban-regional applications: Longitude-Latitude coordinate reference (also called geographic coordinate system), Universal Transverse Mercator (UTM) coordinate reference, and State Plane coordinate reference. Coordinate reference systems provide the orientation across a single continuous coverage of space. Longitude-Latitude (elevation is important, but not relevant right now) cover a large area, e.g. the entire earth as needed (Figure 2.2). Although longitude-latitude coordinates are available across the entire earth, the mathematics (trigonometry) needed to process this coordinate system is more complex than on a flat, two-dimensional (planar) surface. It is easier to work with twodimensional planar surfaces because the mathematics is based on Euclidian geometry rather than trigonometry for computations. Figure 2.2 Graticule showing longitude-latitude coordinate system. 2-3

4 Conversion between a curved two-dimensional reference system expressed as longitude-latitude to a flat planar reference system is performed using a map projection, or more accurately, a coordinate transformation. Thus, we convert a curved two-dimensional spatial reference (Longitude, Latitude) to planar two-dimensional spatial reference (x, y). Two of the most popular coordinate transformations in the US for urban-regional GIS applications are UTM coordinate reference and State Plane coordinate reference. 2.3 Universal Transverse Mercator Coordinates UTM coordinate system consists of 60 zones of 6 degrees longitude around the earth for the northern hemisphere and 60 zones for the southern hemisphere. Zones cover the USA (see Figure 2.3). The UTM coordinate system is based on the Transverse Mercator map transformation for all zones. A UTM coordinate system is more useful for regional work than for urban-area work because the geographic coverage is large in comparison to urban areas. The drawback is that this larger area introduces more distortion (error) across that space. 2.4 State Plane Coordinate Systems Figure 2.3 Universal Transverse Mercator coordinate system. The State Plane Coordinate System contains multiple zones for most states, although for a few states a single zone is used (Figure 2.4). The map projections used are Transverse Mercator, 2-4

5 Lambert Conformal Conic, and Space Oblique Mercator. The main idea is to use a zone configuration that minimizes distortion to within +/- 1 foot accuracy. Transverse Mercator is used when a state is more north-south in extent, except for very large states such as California. For example, Illinois, which is a north-south state, uses the Transverse Mercator projection to establish an east and west zone to reduce distortion (See Figure 2.5). Lambert Conformal Conic is used when a state is more of east-west extent. For example, Washington State uses north and south zones to cover the state (Figure 2.6). All zones use a false origin that places the land area in the upper right quadrant (that quadrant with positive x and positive y numbers) of a Cartesian coordinate system. Figure 2.4 State plane coordinate reference zones across the contiguous US. 2-5

6 Figure 2.5 State plane coordinates based on Transverse Mercator for Illinois, showing false origin and coordinate axes for the West Zone. Figure 2.6 State plane coordinates based on Lambert Conformal Conic for Washington South Zone. 2-6

7 Coordinate data and the projections upon which they are based are described in a GIS using metadata. The Greenvalley lowland coordinate system is created from a Lambert Equal-Area projection (Figure 2.7a) and the metadata for this projection can be stored in the GIS (Figure 2.7b). Figure 2.7a Defining a coordinate system using a Lambert Conformal Conic map projection in ArcInfo. 2-7

8 Figure 2.7b Metadata description in ArcCatalog for projection of Figure 2.7a. 2.5 Cadastral Control Surveys Although coordinate systems are the fundamental basis of establishing coordinate data values for points in spatial databases, many people (hence GIS applications) obtain reference to the world through a land feature. Land feature boundaries are described using land surveys. There are two types of land surveys cadastral control land surveys and local property surveys. Cadastral land surveys are used for describing large tracts of private/public land. They provide descriptions of such areas so that local property surveyors can use that cadastral control to reference smaller properties. Local property surveys are used for measuring boundaries of a private property, commonly smaller areas. Land surveys establish the data that are used in populating database models. We address cadastral surveys in this section and local property surveys in section 2.2. Cadastral surveys are of two types in the US. (Figure 2.8). One is metes and bounds and the second is US Public Land Survey System (USPLSS). 2-8

9 Figure 2.8 Cadastral surveys in the continental US. (Bureau of Land Management 1973) Metes and bounds is the land description system of the 13 original colonies and the Spanish colonies. It is a non-systematic (feature-based) approach to land boundary description. That is, the monuments for metes and bounds were pre-existing large features, such as large trees, large rocks, river bends, etc. The surveys were developed independently of each other based on local features. USPLSS contains many surveys across the country (Figure 2.9). It is a systematic approach to land boundary description. The systematic approach is due to the use of a mathematical measurement of regular sized areas needed to measure very large amounts of land. The USPLSS was started by George Washington, a topographer (land surveyor/mapper) by profession. After American Revolution, US government lacked cash resources to pay soldiers for their effort, but was rich in land resources. With considerable land to the west of the original 13 colonies, property was sold in order to pay soldiers and fill the US Treasury. The survey process, called the Northwest Ordinance Survey of 1785, began in the Ohio Valley. Five surveys were started, likely because it was a challenge to get the process right with the survey technology of the day. 2-9

10 Figure 2.9 Surveys of the USPLSS (Bureau of Land Management 1963). The surveys became more systematic as they moved from east to west, resulting in larger tracts in the central and western US. For example, the Mississippi survey covers the central states, and the Willamette Survey covers the Pacific Northwest states of Oregon and Washington. Each survey starts from initial point (Figure 2.10) which lies at the intersection of the principal meridian and base line. A meridian is a line of longitude and a base line is a line of latitude. In the Willamette Survey the initial point was physically marked by the Willamette Stone. The Willamette Stone was a small stone obelisk originally located in the western hills of Portland, Oregon. Thus, it marked the intersection and origin of the Willamette Meridian and Willamette Baseline, which defined the grid system of sections and townships from which all real property in the states of Oregon and Washington has been measured. Initial points demarcate the origin for measuring townships. In Figure 2.10, townships are measured six miles per side. Each block within the figure represents one township. At every fourth township north and south, a readjustment accounts for the convergence of longitudinal lines toward the north pole. Townships are enumerated in north-south and east-west directions. Townships north of the base line are labeled north ; and townships south of the base line are labeled south. Townships east of the principal meridian are labeled east and those west of the principal meridian are labeled west. Townships are enumerated north/south using a T for township and enumerated east/west using an R for range in grid reference of Figure

11 Figure 2.10 Grid layout of a USPLSS survey (Bureau of Land Management 1973). Each township is (theoretically) composed of 36 sections, six sections in a row and six sections in a column, numbered in serpentine manner (Figure 2.11). Each of the sections measures 1 mile on a side by 1 mile on a side, hence the area is 1 square mile (Figure 2.12). Each section is composed of section subdivisions: one-half (1/2) sections, quarter (1/4) sections, and quarterquarter (1/4 1/4) sections (1/4 of 1/4 of a square mile is 40 acres). Section corners are marked with physical monuments such as those in Figure Figure 2.11 Section numbering scheme within a township (Bureau of Land Management 1973). 2-11

12 Figure 2.12 Section subdivisions (Bureau of Land Management 1973). Figure 2.13 Physical monuments for section and quarter section corners. (Bureau of Land Management 1974) 2-12

13 A township section can contain metes & bounds surveys (Figure 2.14). Those metes and bounds local surveys would have been developed before the USPLSS was put in place in that particular area (Figure 2.14). Figure 2.14 Local property surveys (Bureau of Land Management 1973). 2.6 GIS Database Model Frameworks The survey systems described above form the foundation of a basemap database model, and would result in a GIS database layout like that for the City of Seattle (Figure 2.15). However, there is no single definitive interpretation of what is included in a basemap database model, as it depends on the application context. For example, a basemap for regional databases composed by federal agencies to describe large tracks of land contains seven different types of basemaps. (See Table 2.1) Federal basemaps include government areas basemap, natural boundaries, administrative areas, cartographic basemap, engineering basemap, cadastral, and survey control. There are several features within each of those basemap categories (the indented feature names in Table 2.1), that reveal the considerable variation among information used to establish basemaps. An urban basemap database model example is provided in Figure This database model originated from the common categories of more than 70 municipalities in Ontario Province, Canada. The commonality might have reduced the number of categories as compared with Figure 2.16, and the capital improvement features included are seldom associated with basemap features. Nonetheless, the point here is that database models are different across GIS applications. 2-13

14 Figure 2.15 City of Seattle quarter section library. Table 2.1 Federal Agency Basemap Regional Database Model Feature Categories Government areas: Animal_Habitat Interests_Land Biodiversity Land_Ownership Wetlands Parks Place_Name Administrative Areas Streets Administrative Areas Address_range Service_Territory Zip-Postal_Code School_District Census Neighborhood Demographics Public_Transport_Route Political_Boundary Political_Boundary Legal_Area Activities Inspection Natural Boundaries Maintenance Geology Hydrology Capital_Improvement_Project Soils Permit Climate Schedule Vegetation Cartographic Basemap Trail Landuse Walking Park Bicycle School Contour_Line Golfcourse Elevation_Point Landmark Block_Outline Industrial_Complex Church Airport Engineering Basemap 2-14

15 Water Sewer Stormwater Transportation Railroad Street_Centerline Intersection Bridge_or_Tunnel Electric Gas Telecommunications Cable_TV Steam Street_furniture Right_of_way Floodplain Cadastral TaxParcel Land_Ownership Owner_Parcel Separate_Right Encumbrance Regulated_Use Use_Restriction Boundary Address Figure 2.17 Basemap portion of an urban database model. (Excerpted from ESRI 2006) 2-15

16 Let us summarize coordinate control in terms of macro-scale, meso-scale, and micro-scale spatial referencing. In macro-scale spatial referencing, geodetic surveys describe very large areas of earth, hence coordinate systems describe the spatial positioning for those areas. Geodetic monuments orient cadastral surveys, i.e., latitude/longitude point is used as origin for UTM and State Plane coordinate systems. In meso-scale spatial referencing, cadastral control surveys, with township and section referencing are used to control local property surveys spatial positioning for local property. State plane coordinates are used to describe spatial position for the section corners, 1/4 section corners etc. In micro-scale spatial referencing, local property surveys (described in more detail in land records section below) make use of a local coordinate system when an electronic distance measuring instrument, like a GPS unit, is used to collect coordination information. Popular GPS units lack enough precision to be used for local property surveys engineering level measurements. However, surveying-grade GPS units are capable of improving their positional accuracy by triangulating positioning with the position of a satellite and the fixed ground station. Currently, these units achieve a sub-centimeter positional accuracy. 2.7 Comparing and Contrasting Basemap Database Model Needs Database model considerations are different than data model considerations. Data models support the implementation of database models. Consequently, any software language used for encoding a database model must be complete enough to express the information needs inherent in the database model. Therefore, we first consider the database model need as a need for information content. Then we consider the needs of the data model as a way of supporting the creation of that information content. The database model considerations are the data category names together with the attribute content, whereas the data model need focuses on topologic capability. That is, the spatial topologic data objects needed to store the line topology of a geodetic network as part of basemap, is a different kind of need than simply to store a data category of survey lines or monuments. Thus, a database designer would have to make a decision to store survey lines as topological data or as shapes (a non-topological type of data organization) only. An example would be whether monuments are to be stored as nodes supporting the topological relationship of connectivity or as geometric points. Comparing basemap database model needs is a matter of understanding the context for information use. To do that we must consider basemap as a term relative to other data which leads us to the question of basemap for whom? In this particular case, we will assume the information user to be the GIS analysts, as they are the ones most likely to make decisions about what basemaps to use. In the following sections, we broaden that idea of information user and carry it all the way to policy/decision maker. 2.8 Summary The fundamental content of a basemap is the coordinate control that is the control points to establish the coordinate reference system in relation to the real world positions. When making 2-16

17 choices about database models, a GIS analyst can consider the issues from the perspective of planning-oriented, programming-oriented, and project-oriented information contexts. Planning database models focus on large geographic domains, with many locations and coarse resolution for control monuments. Programming database models focus on several places in the geographic domain, region-wide coordinates, and coarse resolution for control monuments. Impacts have not been a big part of this process. Project database models focus on few locations, but more local geographic domain and fine monument resolution. When comparing/contrasting data model needs, we ask whether topological construct categories are needed for basemaps. In regards to needs for a planning basemap data model, a shapefile non-topological structure is probably fine, as it is a broad-based orientation. However, this depends on the other value-added data categories that will make use of the base data in reference. In regards to needs for a programming basemap data model, a shapefile nontopological structure is likely appropriate as there is not typically any need for adjacency relationships. However, this depends on the other value added data categories that will make use of the base data in reference. In regards to needs for a project basemap data model, shapefile non-topological structure is likely fine, as basemap data is still fundamentally only referential in character. However, this depends on the other value added data categories that will make use of the base data in reference. The message here is that basemap data model often depends on the context of the data layer that is serving as the database model for the basemap. As such, a geometry-only content is fine if no application requires topological connectivity. In the next section on land records we return to this issue, put it in context, and expand the concept of a basemap a bit more. Basemaps are seldom ever solely used as a document to address decision situations hence basemap for what other data? Of course, parts of organizations are responsible for developing the basemap data but these responsibilities are always carried in cooperation with users of other value added data categories such as land records. The next chapter about land records will address this issue of comparing database models and data models from an information value added context. 2.9 References Brown, P In Multipurpose Land Information Systems: The Guidebook, v.1, edited by Brown, P.M. and Moyer, D.D., ch. 5. Federal Geodetic Control Committee, Washington, DC, Bureau of Land Management (BLM), 1963: Principal meridians and base lines governing the United States public land surveys [map], 1:8,000,000. U.S. Department of the Interior, U.S. Government Printing Office, Washington, DC Bureau of Land Management, 1973: Manual of Instructions for the Survey of the Public Lands of the United States, U.S. Department of the Interior, U.S. Government Printing Office, Washington, DC, 333 pp. 2-17

18 Bureau of Land Management, 1974: Restoration of Lost or Obliterated Corners & Subdivision of Sections, U.S. Department of the Interior, U.S. Government Printing Office, Washington, DC, 40 pp. Dana, P Geodetic Datums: Geographer s Craft. last accessed November 16, Doyle, D Development of the National Spatial Reference System, National Geodetic Survey, Coast and Geodetic Survey, last accessed November 16, Epstein, E. and P. Brown (1993) Land interests in D. Moyer, Multipurpose Land Information Systems: the Guidebook, Chapter 4, National Oceanic and Atmospheric Administration, Bethesda MD. ESRI (Environmental Systems Research Institute) 2006 Urban Basemap Database Model, last accessed November 15, National Research Council, 1982: Modernization of the Public Land Survey System, National Academy Press, Washington, DC, 74 pp. US Coast and geodetic Survey 1967.Status of horizontal control, United States [map], July 1, 1967, Washington, DC : the Survey Review Questions 1. What is a datum? 2. What is a survey and how does it differ from a coordinate system? 3. A spatial reference system would include street address systems and coordinate systems. From your personal experience about street address systems, how do they differ from coordinate systems? 4. What is the difference between a geodetic survey and longitude-latitude coordinate system? 5. Describe the UTM coordinate system 6. Describe the State Plane Coordinate System 7. What is the difference between the State Plane Coordinate System and US Public Land Survey System? 2-18

19 8. Why would we choose to use either UTM or State Plane as a coordinate system for a database? 9. Why does the US have a US Public Land Survey System, and what is the value of the land partitioning approach used in the system? 10. What role does the spatial reference system play among the basic components of a basemap database model? 2.11 Glossary basemap the foundation for urban and regional database models that rely on proper choice of a coordinate system to match the geographic extent and accuracy needs of the GIS project. cadastral land record information constituted of fiscal or juridical categories class a generic term for a data category composed by bundling observations of like kinds; for example a feature class in ArcGIS coordinate systems a way of providing a numeric description of a space (commonly in 2 or 3 dimensions) database model A schema and data dictionary associated with the outcomes of a particular database design process. geodetic survey a large area (continent in scope) survey to measure coordinates for longitude, latitude. land survey field work that develops a description of the extent of areas; a major example is the US Public Land Survey System metes and bounds a form of land survey that makes use of physical land marks for survey corners. property survey land survey at a micro scale. planimetric land record information developed from ground features than can be seen in aerial photographs. section in the US PLSS a 1 one mile by 1 mile surveyed portion of land; 36 sections constitute a township. survey collecting observations about the world, see land survey, property survey, geodetic survey. 2-19

20 township an area of the US Public Land Survey System constructed of (commonly) 36 sections. Measurements are commonly six miles on a side. 2-20

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

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

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

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

Chapter 3 Geographic Location Systems

Chapter 3 Geographic Location Systems Chapter 3 Geographic Location Systems In this chapter you will learn about: Latitude and longitude Universal Transverse Mercator (UTM) U.S. Public Land Survey Other geographic location systems Geographic

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

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

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

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

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

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

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

BUILDING AN ACCURATE GIS

BUILDING AN ACCURATE GIS BUILDING AN ACCURATE GIS 2006 GIS in the Rockies Denver, Colorado September 13, 2006 William E. Linzey United States Department of Commerce National Oceanic and Atmospheric Administration National Geodetic

More information

CWPP_Wildland_Urban_Interface_Boundaries

CWPP_Wildland_Urban_Interface_Boundaries Page 1 of 7 CWPP_Wildland_Urban_Interface_Boundaries Data format: Shapefile File or table name: CWPP_Wildland_Urban_Interface_Boundaries Coordinate system: Lambert Conformal Conic Theme keywords: Wildland

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

Chapter 02 Maps. Multiple Choice Questions

Chapter 02 Maps. Multiple Choice Questions Chapter 02 Maps Multiple Choice Questions 1. Every projection has some degree of distortion because A. a curved surface cannot be represented on a flat surface without distortion. B. parallels and meridians

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

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

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. 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

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

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

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

Lower Density Growth Management Metadata

Lower Density Growth Management Metadata Products > BYTES of the BIG APPLE TM Lower Density Growth Management Metadata nyldgma Data Format: Shapefile File or table name: nyldgma Data Projection: NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet

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

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

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

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

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

Boolean Operators and Topological OVERLAY FUNCTIONS IN GIS

Boolean Operators and Topological OVERLAY FUNCTIONS IN GIS Boolean Operators and Topological OVERLAY FUNCTIONS IN GIS Query asking a question of the attribute data Standard Query Language (SQL) is used to query the data There are 4 basic statements used to get

More information

What is GIS? Introduction to data. Introduction to data modeling

What is GIS? Introduction to data. Introduction to data modeling What is GIS? Introduction to data Introduction to data modeling 2 A GIS is similar, layering mapped information in a computer to help us view our world as a system A Geographic Information System is a

More information

What is a map? A Map is a two or three-dimensional model or representation of the Earth s surface. 2-Dimensional map

What is a map? A Map is a two or three-dimensional model or representation of the Earth s surface. 2-Dimensional map What is a map? A Map is a two or three-dimensional model or representation of the Earth s surface. 2-Dimensional map What is a Map Projection? Planar Projection Projection A Projection is a mathematical

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

Geography Progression

Geography Progression Geography Progression This document aims to track expectations for History within George Grenville Academy. What the National Curriculum says: KS1: Locational Knowledge: Name and locate the world s 7 continents

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

A PRIMER ON COORDINATE SYSTEMS Commonly Used in Michigan

A PRIMER ON COORDINATE SYSTEMS Commonly Used in Michigan A PRIMER ON COORDINATE SYSTEMS Commonly Used in Michigan David P. Lusch, Ph.D., GISP Department of Geography Remote Sensing & GIS Research and Outreach Services Group Michigan State University September,

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

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

Unit 1, Lesson 2. What is geographic inquiry?

Unit 1, Lesson 2. What is geographic inquiry? What is geographic inquiry? Unit 1, Lesson 2 Understanding the way in which social scientists investigate problems will help you conduct your own investigations about problems or issues facing your community

More information

1/28/16. EGM101 Skills Toolbox. Oblate spheroid. The shape of the earth Co-ordinate systems Map projections. Geoid

1/28/16. EGM101 Skills Toolbox. Oblate spheroid. The shape of the earth Co-ordinate systems Map projections. Geoid EGM101 Skills Toolbox Oblate spheroid The shape of the earth Co-ordinate systems Map projections The geoid is the shape that the surface of the oceans would take under the influence of Earth's gravitation

More information

GIS Lecture 5: Spatial Data

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

More information

Chapter One. Thinking Geographically

Chapter One. Thinking Geographically Chapter One Thinking Geographically Where are you? Tell me where you are. How do you know? Important Terms Map two dimensional or flat scale model of the Earth. Place A specific Point on the Earth s surface.

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

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

2. What does the map scale tell the map reader? a ratio between the actual distance on the ground and the length given to that distance on a map

2. What does the map scale tell the map reader? a ratio between the actual distance on the ground and the length given to that distance on a map AP Human Geography - Damon Name Unit 1 - Intro to Human Geography Hour Map and Globe Skills Review Note: All links in this packet are found on our Wikispace under Map and Globe Skills Review First, read

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

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

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

UNITED NATIONS E/CONF.96/CRP. 5

UNITED NATIONS E/CONF.96/CRP. 5 UNITED NATIONS E/CONF.96/CRP. 5 ECONOMIC AND SOCIAL COUNCIL Eighth United Nations Regional Cartographic Conference for the Americas New York, 27 June -1 July 2005 Item 5 of the provisional agenda* COUNTRY

More information

4 Survey Datums. 4.1 Horizontal Datum Policy SURVEY DATUMS SEPTEMBER 2006

4 Survey Datums. 4.1 Horizontal Datum Policy SURVEY DATUMS SEPTEMBER 2006 4 Survey Datums Today s multi-organizational Project Development efforts require the use of common, accurate horizontal and vertical survey datums and consistent, precise control-survey procedures to ensure

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

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

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

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

How does an ellipsoid differ from a sphere in approximating the shape and size of the Earth?

How does an ellipsoid differ from a sphere in approximating the shape and size of the Earth? Chapter 02 Test Bank Worksheet Questions 1. What is a map projection? Topic: Map Projection 2. How does an ellipsoid differ from a sphere in approximating the shape and size of the Earth? Topic: Ellipsoid

More information

About places and/or important events Landmarks Maps How the land is, hills or flat or mountain range Connected to maps World Different countries

About places and/or important events Landmarks Maps How the land is, hills or flat or mountain range Connected to maps World Different countries What do you think you know about geography? About places and/or important events Landmarks Maps How the land is, hills or flat or mountain range Connected to maps World Different countries What do you

More information

Unit 1: Geography. For additional information, refer to this website: 1 G e o g r a p h y

Unit 1: Geography. For additional information, refer to this website:  1 G e o g r a p h y Unit 1: Geography For additional information, refer to this website: http://mryoungtms.weebly.com/ 1 G e o g r a p h y Continents and Oceans SOL USI. 2a Essential Understanding: Continents are large land

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

Coordinate Systems and Map James Frew ESM 263 Winter

Coordinate Systems and Map James Frew ESM 263 Winter Coordinate Systems and Map Projec@ons 1 Outline Introduc@on La@tude and longitude Projec@ons and coordinate systems Placenames Postal addresses and postal codes Linear referencing systems Cadasters Conver@ng

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

GEOMATICS ENGINEERING / SURVEYING

GEOMATICS ENGINEERING / SURVEYING 1 GEOMATICS ENGINEERING / SURVEYING CHAPTER 1 Dr. Muhammad Ashraf Javid Assistant Professor Department of Civil and Environmental Engineering Email: muhammad.javid@unizwa.edu.om 2 Geomatics Engineering

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

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

New National Curriculum Geography Skills Planning KS1

New National Curriculum Geography Skills Planning KS1 New National Curriculum Geography Skills Planning KS1 Enquiry Question Objective-essential knowledge skills or understanding Locational Knowledge Standards /Success Criteria Lesson progression over half

More information

presents challenges related to utility infrastructure planning. Many of these challenges

presents challenges related to utility infrastructure planning. Many of these challenges 1 Introduction: - a. Purpose According to U.S. Census Bureau the population of stark county was 367,585 in 1990, and in 2000 it was increase to 378,098. Thus County is experiencing a growth that presents

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

A Boundary Delineation System for the Bureau of Ocean Energy Management

A Boundary Delineation System for the Bureau of Ocean Energy Management A Boundary Delineation System for the Bureau of Ocean Energy Management Doug Vandegraft Chief, Mapping and Boundary Branch BOEM Coastal Geotools - 2015 Outline Introduction BOEM Marine Cadastre Background

More information

Year 1 name and locate the four countries and capital cities of the United Kingdom and its surrounding seas

Year 1 name and locate the four countries and capital cities of the United Kingdom and its surrounding seas Long Term Objective Organisation for Geography Please note that only statutory requirements should be included in this document; any supplementary guidance and information should be retained by Subject

More information

Simple Solutions Social Studies Level 2. Level 2. Social Studies. Help Pages

Simple Solutions Social Studies Level 2. Level 2. Social Studies. Help Pages Level 2 Social Studies 147 148 adobe houses with bricks made of clay and straw ancestor a family member who lived before us appoint choose; leaders can appoint others barter trading one thing for another

More information

Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use?

Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use? Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use? Geographers use a variety of tools and technologies in investigating geographic questions. Maps and globes both represent the earth, but

More information

UNITED NATIONS E/CONF.97/6/IP. 33

UNITED NATIONS E/CONF.97/6/IP. 33 UNITED NATIONS E/CONF.97/6/IP. 33 ECONOMIC AND SOCIAL COUNCIL Seventeenth United Nations Regional Cartographic Conference for Asia and the Pacific Bangkok, 18-22 September 2006 Item 7 of the provisional

More information

Getting to know GIS. Chapter 1. Introducing GIS. Part 1. Learning objectives

Getting to know GIS. Chapter 1. Introducing GIS. Part 1. Learning objectives Part Getting to know GIS Chapter Introducing GIS Learning objectives Learn the uses of geographic information systems (GIS) Learn how GIS layers work Differentiate between GIS features and surfaces Obtain

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

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

A Boundary Delineation System for the Bureau of Ocean Energy Management

A Boundary Delineation System for the Bureau of Ocean Energy Management A Boundary Delineation System for the Bureau of Ocean Energy Management Doug Vandegraft Chief, Mapping and Boundary Branch BOEM Esri Ocean GIS Forum - 2015 Outline Introduction BOEM Marine Cadastre Background

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

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

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

Butte County Fire Department

Butte County Fire Department Butte County Fire Department Basic Land Navigation Verification Sheet I verify that Print Supervisor s name has completed the Print Employee s name Basic Land Navigation self study guide on. Date Attached

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

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

Map Projections & Coordinate Systems 1/25/2018

Map Projections & Coordinate Systems 1/25/2018 Map Projections & Coordinate Sstems Laing the Earth Flat How? Projections transformation of curved earth to a flat map; sstematic rendering of the lat. & lon. graticule to rectangular coordinate sstem.

More information

CHAPTER EXIT CHAPTER. Models of Earth. 3.1 Modeling the Planet. 3.2 Mapmaking and Technology. 3.3 Topographic Maps CHAPTER OUTLINE

CHAPTER EXIT CHAPTER. Models of Earth. 3.1 Modeling the Planet. 3.2 Mapmaking and Technology. 3.3 Topographic Maps CHAPTER OUTLINE EXIT CHAPTER.1 Modeling the Planet.2 Mapmaking and Technology. Topographic Maps CHAPTER OUTLINE CHAPTER.1 Modeling the Planet A flat of Earth is a convenient tool, but it can distort the shape, distance,

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

SIG/GIS: Systèmes d Information Géographiques Geographical Information Systems. Principles

SIG/GIS: Systèmes d Information Géographiques Geographical Information Systems. Principles SIG/GIS: Systèmes d Information Géographiques Geographical Information Systems Principles GEOREFERENCING Outlines 1- Representing Geography 2- The nature of Geographic Data 3- Geo-referencing 4-Uncertainty

More information

Sites Field Descriptions

Sites Field Descriptions Accession# Additional Location Details This is the controlling number of the collections. It relates a site to an Accession. [ACCESSNO : Character (15)] Use this unlimited notes field to enter any addition

More information

SPOT DEM Product Description

SPOT DEM Product Description SPOT DEM Product Description Version 1.1 - May 1 st, 2004 This edition supersedes previous versions Acronyms DIMAP DTED DXF HRS JPEG, JPG DEM SRTM SVG Tiff - GeoTiff XML Digital Image MAP encapsulation

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

IDENTIFYING THE TYPE OF COORDINATE SYSTEM FOR DATA USING ARCMAP

IDENTIFYING THE TYPE OF COORDINATE SYSTEM FOR DATA USING ARCMAP CHAPTER 1 IDENTIFYING THE TYPE OF COORDINATE SYSTEM FOR DATA USING ARCMAP I got a parcel shapefile from the county, but it doesn t line up with my other data in ArcMap. My boss told me to make a map using

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

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model Introduction-Overview Why use a GIS? What can a GIS do? How does a GIS work? GIS definitions Spatial (coordinate) data model Relational (tabular) data model intro_gis.ppt 1 Why use a GIS? An extension

More information

Geo Referencing & Map projections CGI-GIRS 0910

Geo Referencing & Map projections CGI-GIRS 0910 Geo Referencing & Map projections CGI-GIRS 0910 Where are you? 31UFT8361 174,7 441,2 51 58' NB 5 40' OL 2/60 Who are they? 3/60 Do geo data describe Earth s phenomena perfectly? Georeference systems ellipsoid

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

Metadata for 2005 Orthophotography Products

Metadata for 2005 Orthophotography Products Metadata for 2005 Orthophotography Products What does this data set describe? 1. How should this data set be cited? 2. What geographic area does the data set cover? 3. What does it look like? 4. Does the

More information

Different types of maps and how to read them.

Different types of maps and how to read them. Different types of maps and how to read them. A map is a picture or representation of the Earth's surface, showing how things are related to each other by distance, direction, and size. Maps have been

More information

Geo Referencing & Map projections CGI-GIRS 0910

Geo Referencing & Map projections CGI-GIRS 0910 Geo Referencing & Map projections CGI-GIRS 0910 Where are you? 31UFT8361 174,7 441,2 51 58' NB 5 40' OL 2/60 Who are they? 3/60 Do geo data describe Earth s phenomena perfectly? Georeference systems ellipsoid

More information

GEOGRAPHIC COORDINATE SYSTEMS

GEOGRAPHIC COORDINATE SYSTEMS GEOGRAPHIC COORDINATE SYSTEMS Introduction to GIS Winter 2015 What is Georeferencing? Used to establish a location on the Earth s surface 1 st order polynomial transformation Georeferencing toolbar What

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

Mapping Census Data in ArcView 3.x

Mapping Census Data in ArcView 3.x Mapping Census Data in ArcView 3.x Nancy Lemay University of Ottawa Barbara Znamirowski Trent University Workshop Outline Defining certain concepts and terms: Map scale, coordinate systems, datum and projections.

More information

Geography 281 Map Making with GIS Project Eight: Comparing Map Projections

Geography 281 Map Making with GIS Project Eight: Comparing Map Projections Geography 281 Map Making with GIS Project Eight: Comparing Map Projections In this activity, you will do a series of projection comparisons using maps at different scales and geographic extents. In this

More information