Prosurv LLC Presents

Size: px
Start display at page:

Download "Prosurv LLC Presents"

Transcription

1 Prosurv LLC Presents An Enterprise-Level Geo-Spatial Data Visualizer Part IV Upload Data Upload Data Click the Upload Data menu item to access the uploading data page. Step #1: Select a Project All Projects need data. Data usually consists of dozens, hundreds, or even thousands of points. Each point represents a location, and thus, it has a set of coordinates, such as latitude and longitude. If you ve read some of the other guides in this series, you know that latitude and longitude are known as spherical coordinates, as opposed to rectangular coordinates. Page 1

2 Coordinate Systems A Primer Almost every coordinate system is 3-dimensional meaning that it has an X, Y, and Z component to it. In a spherical coordinate system, like the one designed to fit our Earth, Longitude is the X coordinate (East-West), and Latitude is the Y coordinate (North-South). The Z coordinate is the Elevation, which is sometimes referred to as the Geoid Height. In Land Surveying, rectangular coordinate systems are often used, rather than spherical ones. It is much easier to work with rectangular coordinate systems, than it is to work with spherical ones. For one, calculations are much easier. Surveyors use what is known as Coordinate Geometry to solve equations and come up with solutions. So, in Surveying, when working with rectangular coordinates, Northings are the Y values, and Eastings are the X value. A point is usually described as: Point #, Northing, Easting, Elevation, Description For example, you might have a text file where each line represents one point, like: 1, , , , Bldg X This is known as a comma-delimited file, a.k.a. a CSV file (used by Microsoft Excel, CSV stands for comma-separated-values). Surveyors sometimes refer to these types of text files as points files, or ASC files, since they used to be given the extension.asc. Notice that each point is Northing first, followed by the Easting. This means that the points were actually Y,X instead of X,Y. Funny, I know, but that s how surveyors did things. And Y meant North, so the first value was how far North of the other values, where X (Easting) was how far East of other values. In a local coordinate system, a surveyor might simply be surveying your house, and thus has no need to use something as fancy as a State Plane Coordinate system. Instead, they might just use a local or small coordinate system. For example, they would just start by setting a point in the ground and calling it 5000 N, 5000 E. Satellite imagery is a whole different ballgame altogether. First, you re trying to show the entire globe projected onto a flat surface that s what all paper maps do they project spherical data onto a 2d object. It all comes down to how you compare two different points, or locations, to each other, on a map. Page 2

3 In the United States, a system was developed, called the State Plane Coordinate System, or SPC for short, so that state by state, data could be accurately plotted and compared to other data in that state. Surveyors like to have coordinates that always stay positive. Go too far West, however, and the X coordinate decrease to a point where they become negative. Go too far South and you get the same thing with the Y coordinate. So, State Plane systems have an origin or starting point that is BIG. That way, all values always remain positive. Another rectangular coordinate system is the Universal Transverse Mercator system, a.k.a. UTM for short. The UTM system consists of 60 zones and covers the entire World. Each zone is 6 degrees in width in Longitude (6 * 60 = 360 degrees). There is of course UTM North, for the northern hemisphere, and UTM South, for the Southern hemisphere. Each UTM zone also has an origin point with large starting values for Northings and Eastings (Y and X). Again, this is to keep the values positive, anywhere within that zone. Now, technically, you don t need to care about any of this stuff. But it s nice to know some of these things, if you don t already. Hopefully, all you need to do is get a hold of some data, usually as some sort of file, and then simply upload the file(s) to your Project, process the file(s) and you re done! If you know that your project is simply Latitude and Longitude, then all you ll do is upload the files. In your project definition page, you ll tell Prosurv GeoSpace DataViz that your project is Latitude and Longitude. Then, just upload your files. With GPX files, it s even easier. GPX files and the data within them, are always in latitude and longitude, and their elevations are always in meters. So talk about easy you just upload them and you re done. Page 3

4 File Formats However, if you ll be uploading text files or csv files (a CSV file is really just a text or notepad file that is comma-delimited, i.e. separated by commas hence the name Comma Separated Values), then you need to know the proper format that Prosurv GeoSpace DataViz is expecting. Text or CSV files that are uploaded, must be in the following format: Point #, Northing, Easting, Elevation, Description The Description field is sometimes known as or referred to as the Feature Code field. Any uploaded file must have at least these 5 fields, separated by commas. You can have up to 10 fields in total, with the last 5 fields being Attributes fields. Attributes contain extended information about a point. Each attribute can be up to 255 characters in length. You can actually build a coordinate file on your own. Just open up Notepad on your PC, and enter one line for each point. Start by giving the point a point number. Then hit the comma key, then enter the northing for that point (again, either a State Plane northing, or, a UTM northing). Then hit another comma, then enter the Easting. Be sure to put an elevation, even if it is just zero (0). And finally, give the point some type of description. Avoid the use of a comma in the description, or else the app will think it s another attribute, instead. Uploading GPX Files GPX files are really easy. With a GPX file, you don t have to worry about any selections prior to upload. Just browse for your file, upload the file, and then select and process the file. That s it. Again, that s because GPX files are always defined using latitude and longitude, and they are always in metric units. Uploading.txt or.csv Files Before uploading a text (*.txt) or CSV (*.csv) file or an old-fashioned.asc surveying file, you must be sure that you ve made the right selections that tell the app what specific coordinate definition is being used. In the Manage Projects screen, you select whether the project data will be latitude/ Page 4

5 longitude (Yes or No). By setting it to No, then will presume that all of your coordinate files will be rectangular coordinates. So, step #1 is telling the Project whether it is Latitude/Longitude or not. If your project is NOT defined by latitude/longitude, then you need to tell the app whether the rectangular coordinates are UTM or State Plane. If they are State Plane, then you will select the State and the Zone. If they are UTM, then you ll simply select the UTM Zone, such as UTM 13. Now, your Project will know the coordinate system that the data inside your files, is using. Text / CSV Files Units In the Manage Projects screen, as we ve just described, you set the coordinate system (spherical vs. rectangular and UTM versus SPC) being used. And that is applied over the entire Project. However, individual files that you upload in the Upload Data screen, might have different units. For example, you might have a file that was given to you in metric units, and another file that was given to you in US foot coordinates. For those wondering about US Foot coordinates, the conversion factor between meters and US Foot is exactly 1200/3937. So 1 meter = 3937/1200 US feet. This is different than the conversion between the international foot and meters, where 1 foot =.3048 meters exactly. When working with big, large, state plane and UTM coordinates, the difference does matter. All surveying that occurred within the United States was based on the US foot, not the international foot, which was defined later, in By the way, 3937/1200 = , or inversed, 1200/3937 = , so note the difference between.3048 exactly versus the US foot definition. But again, when multiplying by a coordinate value that s in the hundreds of thousands, or millions, it DOES make a difference. Too much information, right?! Again, you really don t need to know this, but Page 5

6 Here s another interesting fact: Ever wonder why mile markers on the Interstates go up to the East and down to the West (and up to the North and down to the South)? Well, that follows the same logic as surveyors and their Northings and Eastings coordinate values. Eastings always increase when going East, i.e. the coordinate value gets bigger as you go East. Northings always get bigger going North. And they get smaller (decrease) going South. So when you drive East in Nebraska along I-80, the mile marker signs will increase, up to a larger value. They go from 1 to around 455. But heading West, the mile markers go down and eventually go to zero. What to do if you have coordinates, but don t know what they are? In some industries, you may be given a set of engineering plans for your Project. These engineering plans should contain the Coordinate Definition, in other words, the words describing what projection system and the zone the coordinate values are in. For example, the set of plans might say Wyoming West Central. Okay, great. Now you know what to select in the Manage Projects screen. But what if you don t know? What if you re given some data files, and they ve got these large numbers that are clearly NOT latitude and longitude, but you re not told what zone they re in, or even what coordinate projection system (i.e. UTM vs. SPC)? Well, some quick research might help you out. Obviously, you should know what city, state, and most importantly, what county the project is in. Then, you could do a web search for, say, Nolan County, Texas. Type in Nolan County TX State Plane Zone and see what comes up. Aha! Here we go: Page 6

7 So, now you can clearly see what counties in TX are in what SPC zone! SPC zones are almost always defined by county lines. And you can see that this is the case in TX. So if your project is in Nolan County, TX, then you can be assured that the values that you ve been given, are most likely TX North Central. So, you would select TX North Central from the dropdown lists in the Manage Projects screen. Then, you would upload the data file(s). If everything looks correct, once the data is plotted on the satellite imagery, then you can assume that you ve chosen the right coordinate system. If not, then it s very possible that your data is in UTM coordinates, instead. Page 7

8 Once again, a quick web search for Texas UTM Zones yields: So now you know that Nolan County, TX is in UTM Zone 14. Pretty easy, right? So you d go back to your Manage Projects screen, and you d select UTM 14. Then hit the Update button. If the data still doesn t look right when it s plotted, then it may be a Units issue. Perhaps the units are in feet, rather than meters. How can you tell? Well, if the data has elevations, which it probably will, then you might be able to go by the size of the elevation. Perhaps look up the nearby town and do a wiki search for the town information. There should be an elevation listed for that town or a nearby airport. Of course, depending on what state you re in, elevations may change quickly in just Page 8

9 a few miles, so a meters vs. feet comparison of elevations to try to determine whether your coordinates are in feet or meters, might not always work. But it s worth a shot. If all else fails, once you ve got your Zone pinpointed, and it s just a matter of Units, you could always upload the data and see where it plots. 99% of the time, if the Units are not correct, then the plotting will be WAY off. Now, I ve tried to go into detail here, in the event that you re stuck and the data doesn t seem to work. But I don t mean to over-complicate things. In fact, creating a Project and uploading and processing data for that Project should take you less than two minutes, tops. And if you re using GPX files, then the whole thing should take you less than 30 seconds! Finally Uploading Some Data! Page 9

10 Uploading data for your Project is a simple, 3-step process: 1. Browse for your file. 2. Upload the file to the cloud. 3. Select the file(s) that you want to process, and hit the Process button. So you select and upload one file at a time. But then, you can process any number of files, all at the same time, by checking the box for each file and then hitting the Process Selected Files button. uses a unique system to store your files in the cloud. First, it creates a folder, unique to your Company. Next, it creates folders inside your Company folder, based on a unique Project Id. This way, all of the files that you ve uploaded for a Project are maintained and stored inside a folder just for that Project. So, when you select a Project, you instantly see all the files that have already been uploaded for that Project. Also, let s say you forgot to set the Units correctly before processing a file. Well, fixing that is easy. Whenever a file is processed, looks for any data that was associated with that file, and deletes it automatically. This way, your points won t be duplicated, just because you ve processed the same file, twice. Finally, before processing any files, be sure to select from the two dropdowns below. In other words, be sure that your Units are set correctly, and be certain that you ve selected whether the Latitude and Longitude (if you re uploading Lat/Long files) are properly defined as either being DMS (Degrees-Minutes-Seconds) or Decimal Degrees. So let s go over the entire process, start to finish Page 10

11 Step 1: Select your Project Start by selecting the Project that you re uploading data for. Prosurv GeoSpace DataViz is designed to store your data files inside a project folder (which is inside a company folder) in the cloud. They stay there forever, until you delete them. This means that you can always go back and reprocess any file that you ve uploaded before. Notice that when you select your project, the spreadsheet is updated with your existing list of files that have been uploaded, previously. An interesting and bonus capability, is that you can Download any file that s been uploaded previously. Simply click the Download link in the appropriate row. In a way, the bonus is that you can share the data file with any other authenticated user (of course, it has to be someone with the appropriate Role/permissions). Think of it as a way to a data file to a colleague, without actually having to it! Note that the Project Coordinates Definition is shown. In this case, it is telling you that for this project, you ve set it to Latitude, Longitude in the Manage Projects screen. Page 11

12 Step #2: Select the File to Upload To upload a new data file, click the Choose File button. Now, browse for the file on your computer, then hit the Open button (or, just double-click the filename). Note that the button now reflects your selection. Step #3: Upload the File to the Cloud Click the Upload File button to upload your file to the Cloud. The list will now repopulate, showing you that the file has been uploaded. Page 12

13 Step #4: Process the Selected Files* Click the Process Selected Files button to process one or more files, all at the same time. You can select multiple files by clicking the checkbox in the appropriate row. You can select all of the files by checking the box in the header row (top row). Then, you can de-select all the files by unchecking that same box. It will only take a second or two for each file to be processed. After processing your file(s), you can click the Back menu item to return to the Overview screen. If this is the first set of data to be uploaded for a project, then you should now see a single point representing that project, in the Overview. Now, click on that point and voila! You re now looking at all the data in your project! *NOTE: Before processing your file(s), be sure to follow this chart: If your data files are GPX files, then there s nothing to worry about...just process them and you re good to go. If your data files are either Text (*.txt) or CSV (*.csv) files, then; If your file contains spherical coordinates, that is, latitude and longitude, be sure that you ve selected whether the values are DMS or Decimal degrees. Also, see the section on the proper format for the data file. If your file contains rectangular coordinates, that is, either State Plane or UTM coordinates, be sure that you ve selected the proper Units, i.e. Meters, US Foot, or International Foot. Page 13

14 When uploading a file containing rectangular coordinates, be sure to select the Units, prior to processing the file(s). The Default Units are Meters. So if you don t select it, and the units are actually in meters, then you re okay. If your Project Coordinates Definition shows Latitude, Longitude, then be sure to select whether the latitudes and longitudes are in DMS or Decimal Degrees, prior to processing the file(s). What is DMS versus Decimal Degrees? Well, Decimal Degrees are easy. A Decimal Latitude is just, say degrees. DMS is a bit trickier, because you sort of have to know that the values are in DMS. DMS stands for Degrees-Minutes-Seconds. sometimes shown in this notation: DMS Latitudes and Longitudes are However, this notation doesn t work well inside a text file. So DMS is instead represented properly by entering the degrees (42) followed by a period, and then simply followed by the minutes and seconds values. So the above Latitude looks like: So if your data files are in DMS, then be sure that the latitudes and longitudes are Page 14

15 in the D.MMSSsssss format, as shown immediately above. D.MMSSsssss means Degrees followed by a period, followed by a two-digit value for the minutes, and then a two digit value for the seconds, followed by up to 5 digits that represent the decimal seconds. In other words, the seconds are but you leave out the period separating the integer seconds from the decimal seconds. Note that the above values are the exact conversion between DMS and Decimal. Use this formula to check: Decimal Degrees = Degrees + (Minutes/60) + (Seconds/3600) is Powerful Taken altogether, the capabilities of are pretty powerful, in terms of being able to upload virtually any type of coordinate data, and having the app process this data correctly and very accurately. Everything that you see in the Overview and the Project View is data that is displayed based on spherical coordinates (latitude/longitude). So what needs to happen is that if you re uploading rectangular coordinates (SPC or UTM), Prosurv GeoSpace DataViz actually converts those values into Latitudes and Longitudes. And if your data is Lat/Long in DMS, it converts those values to Decimal Degrees. If your data is in some type of foot units, then even that is converted as well. In fact, your data might be US Foot State Plane, and yet, has the power and capability to convert the values into true and very accurate latitude and longitude values. In fact, here s a listing of the data that can process: 1. Decimal Latitude and Longitude 2. DMS Latitude and Longitude 3. UTM Coordinates in Meters, US Foot, or International Foot 4. State Plane Coordinates in Meters, US Foot, or International Foot 5. GPX Files (no definition necessary, since GPX files are always in Decimal Degrees Latitude and Longitude and always have metric elevations). Page 15

16 Proper Data File Configurations Text and CSV files (.txt/.csv) must be in one of the following formats (Feature Code, also known as the description of the point, is shortened here to FC ): Point #, Northing, Easting, Elevation, Feature Code* Point #, Northing, Easting, Elevation, FC, Attribute 1 Point #, Northing, Easting, Elevation, FC, Attribute 1, Attribute 2 Point #, Northing, Easting, Elevation, FC, Attribute 1, Attribute 2, Attribute 3, Point #, Northing, Easting, Elevation, FC, Attr 1, Attr 2, Attr 3, Attr 4 Point #, Northing, Easting, Elevation, FC, Attr 1, Attr 2, Attr 3, Attr 4, Attribute 5 What Does Processing Mean? contains some very powerful AI-style routines. When you process one or more files, the app actually scans each file for common feature codes (descriptors), and then matches them up with other points that have the same codes. GPX files can contain treks in other words, like a path connected by dots. So again, processing GPX files are pretty easy, because they already define treks as well as just separate points, known as Waypoints. But text files don t make these connections, themselves. So, the AI built into Prosurv GeoSpace DataViz, compares feature codes and creates Sets of points with common codes. The points are assumed to be in sequential order, however, they don t have to all be bunched together within the file. In other words, points 1 through 5 might have Edge of Pavement 1 or EP 1 for short. Then, points 6 through 14 represent a building, with a feature code of Bldg 1. Then, points 15 through 35 might be more EP 1 points. Well, Prosurv GeoSpace DataViz, automatically scans the file and builds these Sets of points thus creating lines, much like the treks in a GPX file. And it does all this, automatically! Page 16

17 A single file might generate 25 or 100 or even more Sets of points, which are then drawn all as separate lines. Each of these lines can then be altered in terms of their line color and width, by assigning a line definition to each separate line! But the nice thing is that it is all automatically done for you. See Part V Plotting Options to learn more about setting up your Line Definitions, Colors of Lines, Width of Lines, Colors of Points and Point Types. Page 17

Moving into the information age: From records to Google Earth

Moving into the information age: From records to Google Earth Moving into the information age: From records to Google Earth David R. R. Smith Psychology, School of Life Sciences, University of Hull e-mail: davidsmith.butterflies@gmail.com Introduction Many of us

More information

WindNinja Tutorial 3: Point Initialization

WindNinja Tutorial 3: Point Initialization WindNinja Tutorial 3: Point Initialization 07/20/2017 Introduction Welcome to. This tutorial will step you through the process of running a WindNinja simulation that is initialized by location specific

More information

Data Structures & Database Queries in GIS

Data Structures & Database Queries in GIS Data Structures & Database Queries in GIS Objective In this lab we will show you how to use ArcGIS for analysis of digital elevation models (DEM s), in relationship to Rocky Mountain bighorn sheep (Ovis

More information

Assignment #0 Using Stellarium

Assignment #0 Using Stellarium Name: Class: Date: Assignment #0 Using Stellarium The purpose of this exercise is to familiarize yourself with the Stellarium program and its many capabilities and features. Stellarium is a visually beautiful

More information

Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems

Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems Topics covered in this lab: i. Importing spatial data to TAS ii. Rectification iii. Conversion from latitude/longitude

More information

Working with Map Projections

Working with Map Projections Working with Map Projections Rachel Applebaum and Margaret M. Maher Author of Lining Up Data in ArcGIS: a guide to map projections Second edition Some common problems that prevent data from aligning correctly

More information

PROJECTIONS AND COORDINATES EXPLORED THROUGH GOOGLE EARTH EXERCISE (SOLUTION SHEET)

PROJECTIONS AND COORDINATES EXPLORED THROUGH GOOGLE EARTH EXERCISE (SOLUTION SHEET) PROJECTIONS AND COORDINATES EXPLORED THROUGH GOOGLE EARTH EXERCISE (SOLUTION SHEET) Name: Date: Period: Note: Correct answers on some problems are indicated with a yellow highlight. PROJECTIONS 1. Here

More information

WindNinja Tutorial 3: Point Initialization

WindNinja Tutorial 3: Point Initialization WindNinja Tutorial 3: Point Initialization 6/27/2018 Introduction Welcome to WindNinja Tutorial 3: Point Initialization. This tutorial will step you through the process of downloading weather station data

More information

Introduction to Algebra: The First Week

Introduction to Algebra: The First Week Introduction to Algebra: The First Week Background: According to the thermostat on the wall, the temperature in the classroom right now is 72 degrees Fahrenheit. I want to write to my friend in Europe,

More information

Lesson Plan 2 - Middle and High School Land Use and Land Cover Introduction. Understanding Land Use and Land Cover using Google Earth

Lesson Plan 2 - Middle and High School Land Use and Land Cover Introduction. Understanding Land Use and Land Cover using Google Earth Understanding Land Use and Land Cover using Google Earth Image an image is a representation of reality. It can be a sketch, a painting, a photograph, or some other graphic representation such as satellite

More information

Exercise 6: Coordinate Systems

Exercise 6: Coordinate Systems Exercise 6: Coordinate Systems This exercise will teach you the fundamentals of Coordinate Systems within QGIS. In this exercise you will learn: How to determine the coordinate system of a layer How the

More information

Downloading GPS Waypoints

Downloading GPS Waypoints Downloading Data with DNR- GPS & Importing to ArcMap and Google Earth Written by Patrick Florance & Carolyn Talmadge, updated on 4/10/17 DOWNLOADING GPS WAYPOINTS... 1 VIEWING YOUR POINTS IN GOOGLE EARTH...

More information

Identifying coordinate systems for data using ArcMap

Identifying coordinate systems for data using ArcMap Chapter 1 Identifying coordinate systems 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 ArcMap,

More information

The Rain in Spain - Tableau Public Workbook

The Rain in Spain - Tableau Public Workbook The Rain in Spain - Tableau Public Workbook This guide will take you through the steps required to visualize how the rain falls in Spain with Tableau public. (All pics from Mac version of Tableau) Workbook

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

EOS 102: Dynamic Oceans Exercise 1: Navigating Planet Earth

EOS 102: Dynamic Oceans Exercise 1: Navigating Planet Earth EOS 102: Dynamic Oceans Exercise 1: Navigating Planet Earth YOU MUST READ THROUGH THIS CAREFULLY! This exercise is designed to familiarize yourself with Google Earth and some of its basic functions while

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

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 10.0 WMS 10.0 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of Factoring Review for Algebra II The saddest thing about not doing well in Algebra II is that almost any math teacher can tell you going into it what s going to trip you up. One of the first things they

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

King County Explorer Search and Rescue. Course B Map & Compass

King County Explorer Search and Rescue. Course B Map & Compass King County Explorer Search and Rescue Course B Map & Compass Disclaimer The intent of this presentation is to provide a basic overview of maps, compasses, and location finding. It is not meant to be a

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

Descriptive Statistics (And a little bit on rounding and significant digits)

Descriptive Statistics (And a little bit on rounding and significant digits) Descriptive Statistics (And a little bit on rounding and significant digits) Now that we know what our data look like, we d like to be able to describe it numerically. In other words, how can we represent

More information

Introduction. Purpose

Introduction. Purpose Introduction The Edwards Aquifer is a karst aquifer in Central Texas whose hydrogeological properties are not fully understood. This is due to exaggerated heterogeneity of properties, high anisotropy due

More information

Your work from these three exercises will be due Thursday, March 2 at class time.

Your work from these three exercises will be due Thursday, March 2 at class time. GEO231_week5_2012 GEO231, February 23, 2012 Today s class will consist of three separate parts: 1) Introduction to working with a compass 2) Continued work with spreadsheets 3) Introduction to surfer software

More information

Adding point data. Account not required

Adding point data. Account not required Adding point data Find patterns in mountains of data You begin to get a strong sense of what maps can do from this lesson. The image shows a total of 58,000 airline routes on one map. The Web Mercator

More information

Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping)

Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping) Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping) Topics covered in this lab: i. Importing spatial data to TAS ii. Rectification iii. Conversion from latitude/longitude to

More information

ASTRO 114 Lecture Okay. We re gonna continue our discussion today on galaxies and quasars, and

ASTRO 114 Lecture Okay. We re gonna continue our discussion today on galaxies and quasars, and ASTRO 114 Lecture 52 1 Okay. We re gonna continue our discussion today on galaxies and quasars, and all the strange objects that are out there in the universe. I wanted to mention a little bit more about

More information

GIS Semester Project Working With Water Well Data in Irion County, Texas

GIS Semester Project Working With Water Well Data in Irion County, Texas GIS Semester Project Working With Water Well Data in Irion County, Texas Grant Hawkins Question for the Project Upon picking a random point in Irion county, Texas, to what depth would I have to drill a

More information

How to Create Stream Networks using DEM and TauDEM

How to Create Stream Networks using DEM and TauDEM How to Create Stream Networks using DEM and TauDEM Take note: These procedures do not describe all steps. Knowledge of ArcGIS, DEMs, and TauDEM is required. TauDEM software ( http://hydrology.neng.usu.edu/taudem/

More information

Theory, Concepts and Terminology

Theory, Concepts and Terminology GIS Workshop: Theory, Concepts and Terminology 1 Theory, Concepts and Terminology Suggestion: Have Maptitude with a map open on computer so that we can refer to it for specific menu and interface items.

More information

MITOCW ocw f99-lec01_300k

MITOCW ocw f99-lec01_300k MITOCW ocw-18.06-f99-lec01_300k Hi. This is the first lecture in MIT's course 18.06, linear algebra, and I'm Gilbert Strang. The text for the course is this book, Introduction to Linear Algebra. And the

More information

Latitude and Longitude, Plus Map Scale

Latitude and Longitude, Plus Map Scale Name Lab 4 More Date: Latitude and Longitude, Plus Map Scale In the first few labs of the semester, you found that you needed to look at a variety of maps to answer all the questions. One reason you needed

More information

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com)

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Page 1 For the best results follow all of the instructions on the following pages to quickly access real-time

More information

Fog Chamber Testing the Label: Photo of Fog. Joshua Gutwill 10/29/1999

Fog Chamber Testing the Label: Photo of Fog. Joshua Gutwill 10/29/1999 Fog Chamber Testing the Label: Photo of Fog Joshua Gutwill 10/29/1999 Keywords: < > formative heat&temp exhibit interview 1 Goals/Context Fog Chamber Interview Results Testing Label: Photo of fog on Golden

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

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

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap

Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap Created by Patrick Florance and Jonathan Gale, Edited by Catherine Ressijac on March 26, 2018 If you have raster data

More information

You separate binary numbers into columns in a similar fashion. 2 5 = 32

You separate binary numbers into columns in a similar fashion. 2 5 = 32 RSA Encryption 2 At the end of Part I of this article, we stated that RSA encryption works because it s impractical to factor n, which determines P 1 and P 2, which determines our private key, d, which

More information

Trouble-Shooting Coordinate System Problems

Trouble-Shooting Coordinate System Problems Trouble-Shooting Coordinate System Problems Written by Barbara M. Parmenter. Revised on October 2, 2018 OVERVIEW OF THE EXERCISE... 1 COPYING THE MAP PROJECTION EXERCISE FOLDER TO YOUR H: DRIVE OR DESKTOP...

More information

PHYSICS 107. Lecture 3 Numbers and Units

PHYSICS 107. Lecture 3 Numbers and Units Numbers in Physics PHYSICS 107 Lecture 3 Numbers and Units We've seen already that even 2500 years ago Aristotle recognized that lengths and times are magnitudes, meaning that any length or time can be

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Where on Earth are We? Projections and Coordinate Reference Systems

Where on Earth are We? Projections and Coordinate Reference Systems Where on Earth are We? Projections and Coordinate Reference Systems Nick Eubank February 11, 2018 If I told you that there was a treasure chest buried at the coordinates p2, 5q, your first response might

More information

One-to-one functions and onto functions

One-to-one functions and onto functions MA 3362 Lecture 7 - One-to-one and Onto Wednesday, October 22, 2008. Objectives: Formalize definitions of one-to-one and onto One-to-one functions and onto functions At the level of set theory, there are

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame.

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame. Exercise 6 Coordinate Systems and Map Projections The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step

More information

Chapter 1. Foundations of GMAT Math. Arithmetic

Chapter 1. Foundations of GMAT Math. Arithmetic Chapter of Foundations of GMAT Math In This Chapter Quick-Start Definitions Basic Numbers Greater Than and Less Than Adding and Subtracting Positives and Negatives Multiplying and Dividing Distributing

More information

of 8 28/11/ :25

of 8 28/11/ :25 Paul's Online Math Notes Home Content Chapter/Section Downloads Misc Links Site Help Contact Me Differential Equations (Notes) / First Order DE`s / Modeling with First Order DE's [Notes] Differential Equations

More information

To bring the CSV into QGIS, I then take that extra step of creating a CSVT text file that describes the data:

To bring the CSV into QGIS, I then take that extra step of creating a CSVT text file that describes the data: USP/PLSI 492: Research Methods Instructor: Pietro Calogero Join, normalize, clip, analyze In this tutorial we are proceeding to drill in to reveal and analyze Census data for Richmond, California. This

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

Basic Map Skills for the Outdoors

Basic Map Skills for the Outdoors Geography 80-20 80% of what there is to know, for 20% of the sweat Basic Map Skills for the Outdoors Map Scale Map source: US Geological Survey Four ways to indicate map scale: Representative fraction

More information

Students will explore Stellarium, an open-source planetarium and astronomical visualization software.

Students will explore Stellarium, an open-source planetarium and astronomical visualization software. page 22 STELLARIUM* OBJECTIVE: Students will explore, an open-source planetarium and astronomical visualization software. BACKGROUND & ACKNOWLEDGEMENTS This lab was generously provided by the Red Rocks

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

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

Section 4.7 Scientific Notation

Section 4.7 Scientific Notation Section 4.7 Scientific Notation INTRODUCTION Scientific notation means what it says: it is the notation used in many areas of science. It is used so that scientist and mathematicians can work relatively

More information

Vector Analysis: Farm Land Suitability Analysis in Groton, MA

Vector Analysis: Farm Land Suitability Analysis in Groton, MA Vector Analysis: Farm Land Suitability Analysis in Groton, MA Written by Adrienne Goldsberry, revised by Carolyn Talmadge 10/9/2018 Introduction In this assignment, you will help to identify potentially

More information

Physics 201 Lab 2 Air Drag Simulation

Physics 201 Lab 2 Air Drag Simulation Physics 201 Lab 2 Air Drag Simulation Jan 28, 2013 Equipment Initial Set Up Type the data from Table 1 into the appropriate cells. By preceding the content of the cell with an equal sign (as in cell A6)

More information

Import Digital Spatial Data into OneStop

Import Digital Spatial Data into OneStop Import Digital Spatial Data into OneStop» Intended User: Pipeline Licence or Amendments Applicants Overview To apply for a pipeline or pipeline installation licence, applicants must upload the proposed

More information

Relative Photometry with data from the Peter van de Kamp Observatory D. Cohen and E. Jensen (v.1.0 October 19, 2014)

Relative Photometry with data from the Peter van de Kamp Observatory D. Cohen and E. Jensen (v.1.0 October 19, 2014) Relative Photometry with data from the Peter van de Kamp Observatory D. Cohen and E. Jensen (v.1.0 October 19, 2014) Context This document assumes familiarity with Image reduction and analysis at the Peter

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS Spatial Data Analysis in Archaeology Anthropology 589b Fraser D. Neiman University of Virginia 2.19.07 Spring 2007 Kriging Artifact Density Surfaces in ArcGIS 1. The ingredients. -A data file -- in.dbf

More information

ZW2000 and Your Vertical Sundial Carl Sabanski

ZW2000 and Your Vertical Sundial Carl Sabanski 1 The Sundial Primer created by At this point I assume that you have downloaded and set up ZW2000 on your computer and have also read the overview document. If not please read Getting Started with ZW2000

More information

Displaying Latitude & Longitude Data (XY Data) in ArcGIS

Displaying Latitude & Longitude Data (XY Data) in ArcGIS Displaying Latitude & Longitude Data (XY Data) in ArcGIS Created by Barbara Parmenter and updated on 2/15/2018 If you have a table of data that has longitude and latitude, or XY coordinates, you can view

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

MITOCW ocw f99-lec30_300k

MITOCW ocw f99-lec30_300k MITOCW ocw-18.06-f99-lec30_300k OK, this is the lecture on linear transformations. Actually, linear algebra courses used to begin with this lecture, so you could say I'm beginning this course again by

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Expected Value II. 1 The Expected Number of Events that Happen

Expected Value II. 1 The Expected Number of Events that Happen 6.042/18.062J Mathematics for Computer Science December 5, 2006 Tom Leighton and Ronitt Rubinfeld Lecture Notes Expected Value II 1 The Expected Number of Events that Happen Last week we concluded by showing

More information

Gluing Galaxies: A Jupyter Notebook and Glue Tutorial

Gluing Galaxies: A Jupyter Notebook and Glue Tutorial Gluing Galaxies: A Jupyter Notebook and Glue Tutorial Abstract: This tutorial will be utilizing an app called Jupyter Notebook to create and visualize scatter plots using python code. The data we want

More information

MIS 0855 Data Science (Section 005) Fall 2016 In-Class Exercise (Week 4) Visualizing with Maps

MIS 0855 Data Science (Section 005) Fall 2016 In-Class Exercise (Week 4) Visualizing with Maps MIS 0855 Data Science (Section 005) Fall 2016 In-Class Exercise (Week 4) Visualizing with Maps Objective: Learn how to use Tableau s powerful mapping tools Learning Outcomes: Learn at what levels (e.g.

More information

In this unit we will study exponents, mathematical operations on polynomials, and factoring.

In this unit we will study exponents, mathematical operations on polynomials, and factoring. GRADE 0 MATH CLASS NOTES UNIT E ALGEBRA In this unit we will study eponents, mathematical operations on polynomials, and factoring. Much of this will be an etension of your studies from Math 0F. This unit

More information

Introduction to Vectors

Introduction to Vectors Introduction to Vectors K. Behrend January 31, 008 Abstract An introduction to vectors in R and R 3. Lines and planes in R 3. Linear dependence. 1 Contents Introduction 3 1 Vectors 4 1.1 Plane vectors...............................

More information

Chemical Applications of Symmetry and Group Theory Prof. Manabendra Chandra Department of Chemistry Indian Institute of Technology, Kanpur

Chemical Applications of Symmetry and Group Theory Prof. Manabendra Chandra Department of Chemistry Indian Institute of Technology, Kanpur Chemical Applications of Symmetry and Group Theory Prof. Manabendra Chandra Department of Chemistry Indian Institute of Technology, Kanpur Lecture - 09 Hello, welcome to the day 4 of our second week of

More information

Making Measurements. On a piece of scrap paper, write down an appropriate reading for the length of the blue rectangle shown below: (then continue )

Making Measurements. On a piece of scrap paper, write down an appropriate reading for the length of the blue rectangle shown below: (then continue ) On a piece of scrap paper, write down an appropriate reading for the length of the blue rectangle shown below: (then continue ) 0 1 2 3 4 5 cm If the measurement you made was 3.7 cm (or 3.6 cm or 3.8 cm),

More information

Introduction to Google Earth

Introduction to Google Earth Introduction to Google Earth Name Goals 1. To become proficient at using the basic features of Google Earth. 2. To recognize differences in coastal features between the east and west coast of North America.

More information

Physics Motion Math. (Read objectives on screen.)

Physics Motion Math. (Read objectives on screen.) Physics 302 - Motion Math (Read objectives on screen.) Welcome back. When we ended the last program, your teacher gave you some motion graphs to interpret. For each section, you were to describe the motion

More information

Properties of Arithmetic

Properties of Arithmetic Excerpt from "Prealgebra" 205 AoPS Inc. 4 6 7 4 5 8 22 23 5 7 0 Arithmetic is being able to count up to twenty without taking o your shoes. Mickey Mouse CHAPTER Properties of Arithmetic. Why Start with

More information

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality Math 336-Modern Algebra Lecture 08 9/26/4. Cardinality I started talking about cardinality last time, and you did some stuff with it in the Homework, so let s continue. I said that two sets have the same

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 7 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

15 Skepticism of quantum computing

15 Skepticism of quantum computing 15 Skepticism of quantum computing Last chapter, we talked about whether quantum states should be thought of as exponentially long vectors, and I brought up class BQP/qpoly and concepts like quantum advice.

More information

In order to save time, the following data files have already been preloaded to the computer (most likely under c:\odmc2012\data\)

In order to save time, the following data files have already been preloaded to the computer (most likely under c:\odmc2012\data\) ODMC2012 QGIS Ex1 Schools and Public Transport In this exercise, users will learn how to a) map the location of secondary schools in and around the Southampton area; b) overlay the school location map

More information

Map My Property User Guide

Map My Property User Guide Map My Property User Guide Map My Property Table of Contents About Map My Property... 2 Accessing Map My Property... 2 Links... 3 Navigating the Map... 3 Navigating to a Specific Location... 3 Zooming

More information

Astronomy 102 Math Review

Astronomy 102 Math Review Astronomy 102 Math Review 2003-August-06 Prof. Robert Knop r.knop@vanderbilt.edu) For Astronomy 102, you will not need to do any math beyond the high-school alegbra that is part of the admissions requirements

More information

GPS Worldwide Laboratory: a community of knowledge-seekers spanning the globe

GPS Worldwide Laboratory: a community of knowledge-seekers spanning the globe Laboratory B: (predicting and verifying satellite visibility) Lab Date: 1 November 2014 1 day depending on your time zone). YOU MUST DO THIS PARTICULAR LAB ON THE SPECIFIED DAY. Lab Goals: Predict when

More information

CALCULUS I. Review. Paul Dawkins

CALCULUS I. Review. Paul Dawkins CALCULUS I Review Paul Dawkins Table of Contents Preface... ii Review... 1 Introduction... 1 Review : Functions... Review : Inverse Functions...1 Review : Trig Functions...0 Review : Solving Trig Equations...7

More information

Trouble-Shooting Coordinate System Problems

Trouble-Shooting Coordinate System Problems Trouble-Shooting Coordinate System Problems Written by Barbara M. Parmenter, revised 2/25/2014 OVERVIEW OF THE EXERCISE... 1 COPYING THE MAP PROJECTION EXERCISE FOLDER TO YOUR H: DRIVE OR DESKTOP... 2

More information

Geographic Information Systems. Introduction to Data and Data Sources

Geographic Information Systems. Introduction to Data and Data Sources Geographic Information Systems Introduction to Data and Data Sources Presented by John Showler, NJDA-SSCC NJ SCD GIS Training Session December 10, 209 The Objectives of this session are 3-fold: 1. Introduce

More information

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4

Lab #10 Atomic Radius Rubric o Missing 1 out of 4 o Missing 2 out of 4 o Missing 3 out of 4 Name: Date: Chemistry ~ Ms. Hart Class: Anions or Cations 4.7 Relationships Among Elements Lab #10 Background Information The periodic table is a wonderful source of information about all of the elements

More information

WeatherHawk Weather Station Protocol

WeatherHawk Weather Station Protocol WeatherHawk Weather Station Protocol Purpose To log atmosphere data using a WeatherHawk TM weather station Overview A weather station is setup to measure and record atmospheric measurements at 15 minute

More information

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

Experiment 1: The Same or Not The Same?

Experiment 1: The Same or Not The Same? Experiment 1: The Same or Not The Same? Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to collect data and calculate statistics (mean and standard deviation). 2. Explain

More information

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

LECSS Physics 11 Introduction to Physics and Math Methods 1 Revised 8 September 2013 Don Bloomfield

LECSS Physics 11 Introduction to Physics and Math Methods 1 Revised 8 September 2013 Don Bloomfield LECSS Physics 11 Introduction to Physics and Math Methods 1 Physics 11 Introduction to Physics and Math Methods In this introduction, you will get a more in-depth overview of what Physics is, as well as

More information

MITOCW ocw-18_02-f07-lec02_220k

MITOCW ocw-18_02-f07-lec02_220k MITOCW ocw-18_02-f07-lec02_220k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

Preparing Spatial Data

Preparing Spatial Data 13 CHAPTER 2 Preparing Spatial Data Assessing Your Spatial Data Needs 13 Assessing Your Attribute Data 13 Determining Your Spatial Data Requirements 14 Locating a Source of Spatial Data 14 Performing Common

More information

The Haar Wavelet Transform: Compression and. Reconstruction

The Haar Wavelet Transform: Compression and. Reconstruction The Haar Wavelet Transform: Compression and Damien Adams and Halsey Patterson December 14, 2006 Abstract The Haar Wavelet Transformation is a simple form of compression involved in averaging and differencing

More information

Spatial locations. Spatial locations. Spatial locations. Spatial locations

Spatial locations. Spatial locations. Spatial locations. Spatial locations Where am I? sounds simple, but definitely not huge amount of picky detail Cartographers make a career from the details focus on the minimum you need to know c Philip M. Dixon (Iowa State Univ.) Spatial

More information

Lecture Plan. GEOL 452/552 - GIS for Geoscientists I. Why use Projections? Lecture 15 - chapter 11. Different types of Projections

Lecture Plan. GEOL 452/552 - GIS for Geoscientists I. Why use Projections? Lecture 15 - chapter 11. Different types of Projections GEOL 452/552 - GIS for Geoscientists I Lecture 15 - chapter 11 Lecture Plan Ch. 11, one lecture Coordinate systems Projection, Datums, Dpheroid Unprojected (geographic) coord. syst., UTM On the fly projection

More information