Mapping in R Allan Hicks FISH 554A Beautiful Graphics in R 03/02/2015.

Slides:



Advertisements
Similar presentations
Choosing a Spatial Reference for the Gulf of Mexico By Chris Ringo, adapted to Geo580 by Jim Graham.
Advertisements

Portraying Earth Data types File types
Unit 3 Understanding Maps.
Mapping in R Allan Hicks FISH 554A Beautiful Graphics in R 03/03/2014.
GIS’s Roots in Cartography Getting Started With GIS Chapter 2.
GIS for Environmental Engineering
Map Projections GIS-101 Summer 2006 Semester. Important Things to Remember about Map Projections An attempt to take location information from a spheriod.
Navigation Basics AST 241 From Van Sickle’s Modern Airmanship chapter 11 6 th ed.
CORSE '07 Spatial Data Spatial data comes in many forms. So How does a GIS work with the data so that it can put the data in the right place on a map?
Spatial data can be described according to: entity distinct object (river) attribute characteristic of entity (discharge) relationship linkages amongst.
Cartography: the science of map making
Part A. Mercator Map a rectangular map used as a navigation tool in which the lines for longitude and latitude are straight and parallel. Distortions.
EQ: How do maps and globes represent the Earth?
MAPS Maps are a visual representation of the Earth’s surface, drawn to scale and made for a specific purpose. 7/10 Each unique map projection serves a.
Cartography: the science of map making A Round World in Plane Terms.
Intro to Human Geography.  Two-dimensional representation or flat model of the Earth’s surface or a portion of it.  What are the different uses of a.
Map Projections. What is a Map Projection? A mathematical expression used to represent the 3D surface of the earth on a 2D map Always results in distortions.
CHAPTER 1 THE TOOLS OF GEOGRAPHERS. Globe A globe is a 3-D representation of the Earth. Sometimes globes are not very practical because they are TOO BULKY!
Different Views/Same World
Maps What are they? What do they tell us? What is map scale (large & small)? What is map projection? How does it impact the impression(s) the maps give.
INTRO TO SPATIAL DATA ANALYSIS JOU-1526 Computer Assisted Reporting.
Copyright © 2000–2004 ESRI. All rights reserved. Introduction to ArcGIS I Working with georeferenced data.
1 Practical Vector GIS Globe to map 2 The where is it… How do we locate Syracuse in space on the earth’s surface? On a FLAT surface?
By Mrs. Page (with a LOT of help from the Internet!)
You are here! But how do I know where here is? Longitude and Latitude.
World Geography UNIT I VOCABULARY. Directions  Procure a sheet of paper  Use the internet to define the following vocabulary on the sheet of paper using.
G 1-2 Models of Earth EQ: How do maps and globes represent the Earth?
1 Ch. 1: “Introduction to Earth Science” 1.3: “Representing Earth’s Surface”
Map Projections, Cartographic Concepts -Map Projections -Coordinate Systems.
Spatial Analysis in R 06/09/2016 GUND institute for Ecological Economics University of Vermont Insu Koh Visualization in R.
BRAIN BOOST! Get out your COMPLETED study guide and answer the questions! 1.What is the difference between a political map and a physical map? 2. What.
Unit: 5 Mapping Earth Why Mapping?. Mapping Earth Whether you think about it or not. Your life (especially this day in age) is effected directly by having.
Map Projections RG 620 May 16, 2014 Institute of Space Technology, Karachi RG 620 May 16, 2014 Institute of Space Technology, Karachi.
Five fundamental themes of geography 1) Location: the meaning of relative and absolute position on the earth's surface Sample terms: Latitude and longitude,
De Geograaf (The Geographer) by JOHANNES VERMEER
A Look at Creating & Updating Point Files
This is Geography CHAPTER ONE.
Map Projections RG 620 April 20, 2016
Key Terms Map extent North arrow Scale bar Legend.
Spatial Referencing.
Features that make a map
Georeferencing Ming-Chun Lee.
Something basic about GIS
Introduction to GIS.
COORDINATE SYSTEMS AND MAP PROJECTIONS
GEOGRAPHY THE PLACE WHERE HISTORY HAPPENS.
MAPS Maps are a visual representation of the Earth’s surface, drawn to scale and made for a specific purpose. 7/10 Each unique map projection serves a.
Coordinate Reference Systems
De Geograaf (The Geographer)
Maps Base maps Coordinate Systems, Datums, Projections
Obj 1.5: Use and Interpret Maps
Maps.
Bell Ringer # 3 Identify the 9 main elements found on a map and describe in detail the significance of each. Title, Compass Rose, Labels, Legend, Lines.
Map Projections Displaying the earth on 2 dimensional maps
Map Elements.
GIS Lecture: Projections
Geography Visual Vocabulary
Geography: The Study of Earth
Map Skills Study Guide Answers
Core Concepts Part 1: Tools of Geography
Map Skills Study Guide Answers
Maps, Maps, Maps.
Modeling the Planet Chapter 3
Ch. 1, L2 The Geographer’s Tools
Map Projections.
Map Projections.
Map Projections Displaying the earth on 2 dimensional maps
Geography: The Study of Earth
A brief introduction to map projections By Mark VanderVen
Presentation transcript:

Mapping in R Allan Hicks FISH 554A Beautiful Graphics in R 03/02/2015

Maps A graphic representation of a portion of the earth’s surface, drawn to scale Purpose – Display information geographically Locations, distance, terrain, etc. – Give directions from and to locations – Associate data and results geographically For example: habitat types, collection sites, …

Unemployment rates, year unknown

Melnychuk et al 2011, Fish and Fisheries

Projections Mapping the surface of a sphere Rectangular (default) – with aspect ratio so that lon & lat scales are equivalent at the center of the picture Mercator – Conformal – preserves angles of course – Distorts the area away from equator Bonne – Equal area Many others…

Mapping in R This is not GIS – But can read shapefiles – We want to plot spatial data such that the lat and lon are not distorted too badly Many different ways to display spatial data – Plot latitude & longitude as x and y – Use the spatial package called sp – The map package and associated tools – The PBSmapping package – Many other methods …

Shapefiles Files containing geographic information Use readShapePoly and other functions from the maptools package Or importShapeFile from PBSmapping I usually just ask for a shapefile with lon & lat coordinates (not any other special formats)

Other data sources Can download a lot of data from different sources – Shapefiles (i.e., census) – GSHHS (Global Self-consistent Hierarchical High- resolution Shoreline database) – Internet ( ) – R packages (mapdata, PBSmapping, mapplots)

Other R packages rworldmap: Maps of countries with attributes mapplots: data visualization on maps geo: N. Atlantic used by HAFRO for fisheries sp: Spatial data Imap: Point and click interface ggmap: plot on top of Google maps gmt: interface with GMT mapping software plotGoogleMaps: data on Google maps RgoogleMaps: Google map backgrounds nwfscMapping: some things I use