Size: px
Start display at page:

Download ""

Transcription

1 Geographia Napocensis Anul VI, Nr. 2, 2012 DETERMINING MINIMUM HIKING TIME USING DEM ZSOLT MAGYARI-SÁSKA 1, ŞTEFAN DOMBAY 2 Abstract: - Determining minimum hiking time using DEM. Minimum hiking time calculus can be used to assess the maximum area where a lost person can be. Such area delimitation can help rescue teams to efficiently organize their missions. The two well known walking time rules was used to determine, compare and correlate the obtained result in a test area. The calculated times has a high correlation coefficient which makes possible a precise conversion between Naismith and Tobler walking times. For delimiting the rescue area a graph based modeling from a raster layer was implemented using R environment. The main challenge in such a modeling is the efficient memory management as the use of Dijkstra algorithm on directional costgraph requires high memory resources. Key-Words: hiking time, accessibility, R environment, Dijkstra algorithm 1 Introduction The definition of spatial accessibility has many definitions, and the study of accessibility has many application fields too. One of the basic formulations of spatial accessibility assumes the idea of defining the possibility of an individual with a give spatial location, to participate in different activities (Ulimwengu, 2004). If we want to apply the former definition for tourism, under the different activities we can understand the possibility of hiking. In the scientific literature we can find studies related to the degree of accessibility for different touristic attractions (Theobald, 2010). In these studies the accessibility is expressed in time, making the assumption that the fastest reachable areas (with the least time) will be the most frequently visited. The spatial accessibility expressed in time can be used not only for hikers but also for the rescue teams. In this case, two approaches are possible: - a person in trouble how fast can leave the danger zone, or a safe place where he can find assistance (Cinnamon, 2008; Wood, 2012) - how long it takes for the rescue teams to get to the distressed persons (Pingel, 2009). Pingel in is study indicates the possibility of such analysis and the usefulness of such approach. In this latter case, the essential problem is to determine how far can get a given person, saw for the last know time at a given spatial position. If we consider hiking, we can find a plenty of factors that influences the maximum reachable position in a give time period. Among these factors we can mention the relief, the existence of roads and paths, the psychical state and fitness of the person, the meteorological conditions, the land cover, and other blocking factors. The aim of this research is to determine the area were a lost person can be found taking account only the relief based on a Digital Elevation Model, his starting locations and the elapsed time. 2 Methodology and objectives For determining the time for field distances there are two well known and largely used 1 Babeş-Bolyai University, Faculty of Geography, Gheorgheni Extension, Gheorgheni, Grădina Csiky fn., Romania, zsmagyari@gmail.com 1 Babeş-Bolyai University, Faculty of Geography, Gheorgheni Extension, Gheorgheni, Grădina Csiky fn., Romania, dombay.istvan@gmail.com 124

2 DETERMINING MINIMUM HIKING TIME USING DEM methods: the Naismith and the Tobler rules. The Naismith rules and its later corrections (Langmuir and Tranter), consider the slope in the direction of walking and obstacle (for upslope and down-slopes higher than 12 degrees) but also as a supporting component (for downslopes between 5-12 degrees). At the same time it considers the fitness of the person (Tranter correction), based on which the necessary time can be reduced or grown up. The original formulation of William Naismith, a Scottish mountaineer, rule for hiking distances is to consider 1 hour for 5 km, and for every 600 ascent to consider another hour. Later Langmuir makes the following correction: he considers just 4 km for every hour, and for down-slopes between 5-12 degrees every 300m of descent reduces the necessary time with 10 minutes, while in case of downslopes higher than 12 degrees, every 300 m of descent grows the necessary time with 10 minutes (Langmuir, 1984). The Tranter correction is in fact a correspondence table between the calculated time based on the (corrected) Naismith rule and the fitness class of a given person. The fitness class is measured as the necessary time to walk upslope having a baseline of 800 m and an ascent of 300m. Based on Tranter s table the corrected time can be higher or lower than the originally calculated time. The Tobler rule is in fact a formulae (equation 1) determines the hiking speed based on exponential function which takes account the slope. The dissymmetry effect of slope direction in walking speed is marked with a shift of 0.05 in the exponent (Tobler, 1993). dh dx V = 6 e (1), where, - V walking velocity (km/h) - dh slope high - dx slope base Pingel s study warns against the direct use for persons of Tobler s formulae. Among its argument are the slow down effect of high descent slopes, and also the proved fact that persons estimates incorrectly the field distances, the gradient of the terrain and the necessary hiking time. Due to this they face with considerably higher hiking time the optimal one s. The mentioned arguments showes that in reality the hiking time is increased, so the safely of localization for lost tourists will not suffer using this formulae. One of the aims of our study was to compare the result given by using the two mentioned rules in a given territory. For application area we have choose the operational area of the local mountain rescue team, because the good relationship with them can provide field based control data. In the next phase of our research we will use that rule which gives a higher safety for determining lost person s possible location area, that will give s the larger area. Due to the fact that Tobler s rule doesn t account the fitness level of a person we considered just the Langmuir correction of Naismith rule, without the Tranter s correction. For the comparison of two methods we have selected five random points, and then we analyzed the hiking time for the resulted ten bidirectional paths. The problem in defining the maximum spatial distance was that we didn t know the direction in which a person passes an area. Therefore another aim of our research was to study the practical usefulness of modeling the study area with a directional cost-graph. In this case every cell of the raster layer becomes a graph node, while between the adjacent cells a connection will be formed having the travel time as cost. In the scientific literature there are three well known adjacency versions: the Rook, the Queen and the Knight connections (Pingel, 2009). In our study we use the Queen connection, in which case a center cell has 8 adjacency cells [Fig.1]. 125

3 Zsolt Magyari-Sáska, Ştefan Dombay Fig.1 Queen adjacency connection (a) its decomposition (b) and graph based representation (c) Several studies use the graph based terrain modeling, but only on test or small-scale areas (Collischonn, 2000, Fritz, 2000). That s why we think that is necessary to investigate it on larger scales. For our research we used R the free, open source, programmable statistical environment and the IDRISI GIS environment. As for many research is necessary to involve several software is optimal to choose that ones that provide programming capabilities (Magyari-Sáska, 2010) 1 3 Analyses and results Our research area was the operation area of the local mountain rescue team. Firstly we analyzed the hiking time for the ten bidirectional paths formed with the five random points [Fig. 2]. The paths profile is realized with IDRISI s Profile command and they are presented in figure 2 [Fig. 3] Fig.2 Study area and the used paths 126

4 DETERMINING MINIMUM HIKING TIME USING DEM Fig.3 Paths profile For determining the hiking times we created special functions in R for modeling each rule. These functions are created to read and analyze data from IDRISI s ipf files, optionally create by the Profile command. In case of Naismith rule the created function can determine the hiking time based on original rule (N time) or using the Langmuir correction (NL time) [Table 1]. Table 1 Hiking times paths N time NL time T time 1_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Comparing the hiking times we found that in majority of cases the NL time is higher that the hiking time based on Tobler s rule (T time) Based on the pair wise correlation values we found that the correlation between N and NL times (both based on Naismith rule) is 0.999, suggesting that Langmuir correction in our study area increases the hiking time, but in general terms does not change the basic rule [Fig. 4]. The correlation between T time and N and NL time respectively is also very high (0.97), Fig. 4 Hiking time correlation which proves the compatibility of the two methods, even if they use different approaches. Our next step was to determine the access time for different locations of the study area. For this we had to transform the elevation raster layer into a directional cost-graph. In general the GIS software cannot make such a transformation, that s why we used again the R statistical environment. In this case a plenty of external packages are developed for different application areas by a wide number of contributors. There are also packages which 127

5 Zsolt Magyari-Sáska, Ştefan Dombay allow the read/write and manipulation of raster data. Such external packages are important because they gives the possibility of accessing individual cells of a raster layer and offers high processing speed as their functions are written using low level instruction. The R environment has a special advantage processing vector and matrix like data. Complex operations can be symbolized with relative simple instructions, offering a good formalization for such operations. The constructed graph from the raster layer has an equal number of nodes with the number of cells. Every cell has eight bi-directional connection with the adjacent cell (excepting outside cells), resulting 16 values per cell. For determining the access time for every cell we used the Dijkstra algorithm, which offers the possibility to analyze every possible route to the target cell and calculates the minimum cost (time) to reach it. This algorithm can be used to get the maximum area coverage where a lost person can be. The Dijkstra algorithm contained in igraph package for R offers the possibility to get the least cost path for every node pairs. This means that after generating such a correlated table, from every location we directly can select all the other locations reachable in a given time period. In reality this approach cannot be used as for our study area, having 1151 columns and 861 rows at the resolution of 31 meter uses cells (nodes). To model the pair wise hiking time it would be necessary x values, which reach at 914GB, practically impossible even if every cost is modeled at byte limits. In practical terms remains the version in which for every location the minimum cost should be generated for determining the maximal coverage area where a lost person could get [Fig. 5]. Fig. 5 Maximum spatial distance where a person could get at hourly resolution from test points 1,2,3 and 5 128

6 DETERMINING MINIMUM HIKING TIME USING DEM 4 Conclusion The aim of our primary study was to get methods based on digital elevation models which can help to determine the possible location of lost tourist. We considered the Naismith rule with its Langmuir and Tobler corrections and the Tobler rule. Testing twenty paths we concluded that the resulted hiking times of different methods are strongly correlated, having a correlation coefficient of This doesn t mean that hay have has very close values, but the possibility to calculate one based on the other very precisely. This also means that the Tranter s correction on Naismith time is also usable on Tobler s time. We also consider that the strong correlation validates both rules modeling capacity. After that we analyzed the performance of Dijkstra algorithm (and its implementation) on a relatively broad raster layer, with a high number of cells, in order to get the shortest time-cost paths. We concluded that for a realistic modeling this algorithm could not be used to determined the pair wise shortest time-cost paths, but a generating the access paths just from an initial location offers a real possibility of getting lost persons possible location area. Acknowledgment. This research and paper has been created within a project funded by the Domus Program of Hungarian Academy of Sciences. References [1] CINNAMON, J., SCHUURMAN, N., CROOKS, V.A., (2008), A method to determine spatial access to specialized palliative care services using GIS BMC Health Service Research, Open Access Journal [2] COLLISCHONN, W., PILAR, J.V., (2000), A direction dependent cost path algorithm for roads and canals International Journal of Geographical Information Systems [3] FRITZ, S., CARVER, S., (2000), Modeling remoteness in roadless areas using GIS, [4] LANGMUIR, E., (1984), Mountaincraft and leadership The Scottish Sports Council/MLTB [5] MAGYARI-SÁSKA, ZSOLT (2010), Algoritmi S.I.G. pentru calculul riscurilor naturale în Bazinul Superior al Mureşului, Presa Universitară Clujeană [6] PINGEL, T.J., (2009), Modeling slope as a contributor to route selection in mountainous areas, UCGIS 2009 Summer Assembly [7] THEOBALD, D.M., NORMAN J.B, NEWMAN, P. (2010), Estimating visitor use of protected areas by modeling accessibility: A case study in Rocky Mountain National Park, Colorado, Journal of Conservation Planning, vol. 6 [8] TOBLER, W., (1993), Non-isotropic geographic modeling, Technical Report No. 93-1, Santa Barbara, CA: National Center for Geographic Information and Analysis [9] ULIMWENGU, J.M., GUO, X., (2004), Modeling spatial accessibility within discrete choice framework, Selected paper for the presentation at the American Agricultural Economics Association Annual Meeting, Denver, Colorado, August 1-4, 2004 [10] WOOD, N.J., SCHMIDTLEIN, M.C., (2012), Anisotropic path modeling to assess pedestrian-evacuation potential from Cascadia-related tsunamis in the US Pacific Northwest, Natural Hazards, vol. 62, Springer 129

What is GIS? ESRI Canada. August 2011

What is GIS? ESRI Canada. August 2011 What is GIS? ESRI Canada August 2011 Geography Matters! Environmental Park Management Agriculture Public Utilities Health Care Emergency 911 Real Estate Marketing Environmental What are the effects of

More information

GIS ANALYSIS OF POPULATION EVACUATION FROM FLASH FLOODS CASE STUDY, ȚÂȘLA DRAINAGE BASIN, ROMANIA

GIS ANALYSIS OF POPULATION EVACUATION FROM FLASH FLOODS CASE STUDY, ȚÂȘLA DRAINAGE BASIN, ROMANIA GIS ANALYSIS OF POPULATION EVACUATION FROM FLASH FLOODS CASE STUDY, ȚÂȘLA DRAINAGE BASIN, ROMANIA A. SIMA 1 2, C. MOLDOVAN 2, H. MELEG 2, ADELA BOLCAȘ 2 ABSTRACT. - GIS analysis of population evacuation

More information

Road Network Impedance Factor Modelling Based on Slope and Curvature of the Road

Road Network Impedance Factor Modelling Based on Slope and Curvature of the Road Cloud Publications International Journal of Advanced Remote Sensing and GIS 2017, Volume 6, Issue 1, pp. 2274-2280 ISSN 2320 0243, Crossref: 10.23953/cloud.ijarsg.289 Methodology Article Road Network Impedance

More information

Propagation of Errors in Spatial Analysis

Propagation of Errors in Spatial Analysis Stephen F. Austin State University SFA ScholarWorks Faculty Presentations Spatial Science 2001 Propagation of Errors in Spatial Analysis Peter P. Siska I-Kuai Hung Arthur Temple College of Forestry and

More information

Positioning the Pacific: NOAA s Geospatial Activities. Juliana Blackwell, Director NOAA s National Geodetic Survey March 6, 2012

Positioning the Pacific: NOAA s Geospatial Activities. Juliana Blackwell, Director NOAA s National Geodetic Survey March 6, 2012 Positioning the Pacific: NOAA s Geospatial Activities Juliana Blackwell, Director NOAA s National Geodetic Survey March 6, 2012 A Common Problem of the Early 19 th Century 1807 President Thomas Jefferson

More information

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

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

More information

Annex 4. Mapping Accessibility Protocol

Annex 4. Mapping Accessibility Protocol Annex 4. Mapping Accessibility Protocol Protocol for mapping accessibility to show travel time required to transport agricultural commodities in the Southwest Region, Cameroon 1.1 Introduction Accessibility

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

Gully erosion and associated risks in the Tutova basin Moldavian Plateau

Gully erosion and associated risks in the Tutova basin Moldavian Plateau Landform Analysis, Vol. 17: 193 197 (2011) Gully erosion and associated risks in the Tutova basin Moldavian Plateau University Alexandru Ioan Cuza of Iasi, Department of Geography, Romania, e-mail: catiul@yahoo.com

More information

Energy Flow in Technological Systems. December 01, 2014

Energy Flow in Technological Systems. December 01, 2014 Energy Flow in Technological Systems Scientific Notation (Exponents) Scientific notation is used when we are dealing with very large or very small numbers. A number placed in scientific notation is made

More information

Key Processes

Key Processes Data Manipulation and Extraction Key Processes Key Processes Re-Projecting Data Selecting by Attributes Exporting Data Hillshade Reclassification Conversion of Raster to Vector Re-Projecting Data Purpose

More information

Analytical and Computer Cartography Winter Quarter 2017 Lecture 17: Current Research in Analytical and Computer Cartography

Analytical and Computer Cartography Winter Quarter 2017 Lecture 17: Current Research in Analytical and Computer Cartography Analytical and Computer Cartography Winter Quarter 2017 Lecture 17: Current Research in Analytical and Computer Cartography Current Research Already looked at major cartographic journals Will cover a sample

More information

A More Comprehensive Vulnerability Assessment: Flood Damage in Virginia Beach

A More Comprehensive Vulnerability Assessment: Flood Damage in Virginia Beach A More Comprehensive Vulnerability Assessment: Flood Damage in Virginia Beach By Raj Shah GIS in Water Resources Fall 2017 Introduction One of the most obvious effects of flooding events is death. Humans

More information

School of Geography and Geosciences. Head of School Degree Programmes. Programme Requirements. Modules. Geography and Geosciences 5000 Level Modules

School of Geography and Geosciences. Head of School Degree Programmes. Programme Requirements. Modules. Geography and Geosciences 5000 Level Modules School of Geography and Geosciences Head of School Degree Programmes Graduate Diploma: Dr W E Stephens Health Geography Research Environmental History and Policy (see School of History) M.Res.: M.Litt.:

More information

Pipeline Routing Using Geospatial Information System Analysis

Pipeline Routing Using Geospatial Information System Analysis Pipeline Routing Using Geospatial Information System Analysis Mahmoud Reza 1 Delavar and Fereydoon 2 Naghibi 1-Assistance Professor, Dept. of Surveying and Geomatic Eng., Eng. Faculty, University of Tehran,

More information

GEO-DATA INPUT AND CONVERSION. Christos G. Karydas,, Dr. Lab of Remote Sensing and GIS Director: Prof. N. Silleos

GEO-DATA INPUT AND CONVERSION. Christos G. Karydas,, Dr. Lab of Remote Sensing and GIS Director: Prof. N. Silleos Christos G. Karydas,, Dr. xkarydas@agro.auth.gr http://users.auth.gr/xkarydas Lab of Remote Sensing and GIS Director: Prof. N. Silleos School of Agriculture Aristotle University of Thessaloniki, GR 1 0.

More information

NR402 GIS Applications in Natural Resources

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

More information

How proximity to a city influences the performance of rural regions by Lewis Dijkstra and Hugo Poelman

How proximity to a city influences the performance of rural regions by Lewis Dijkstra and Hugo Poelman n 01/2008 Regional Focus A series of short papers on regional research and indicators produced by the Directorate-General for Regional Policy Remote Rural Regions How proximity to a city influences the

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN Kuo-Chung Wen *, Tsung-Hsing Huang ** * Associate Professor, Chinese Culture University, Taipei **Master, Chinese

More information

Computer Application in Routing of Road using Least-Cost Path Analysis in Hillside Development

Computer Application in Routing of Road using Least-Cost Path Analysis in Hillside Development Research Journal of Environmental and Earth Sciences 4(10): 907-911, 2012 ISSN:2041-0492 Maxwell Scientific Organization, 2012 Submitted: August 07, 2012 Accepted: September 24, 2012 Published: October

More information

Use of Geospatial data for disaster managements

Use of Geospatial data for disaster managements Use of Geospatial data for disaster managements Source: http://alertsystemsgroup.com Instructor : Professor Dr. Yuji Murayama Teaching Assistant : Manjula Ranagalage What is GIS? A powerful set of tools

More information

Spatial Survey of Surface Soil Moisture in a Sub-alpine Watershed Colloquium Presentation, University of Denver, Department of Geography

Spatial Survey of Surface Soil Moisture in a Sub-alpine Watershed Colloquium Presentation, University of Denver, Department of Geography Thank you all for coming today. I will be talking about my thesis work concerning the spatial distribution of soil moisture in an alpine catchment. But first we need some background in soil moisture. Why

More information

INDIANA ACADEMIC STANDARDS FOR SOCIAL STUDIES, WORLD GEOGRAPHY. PAGE(S) WHERE TAUGHT (If submission is not a book, cite appropriate location(s))

INDIANA ACADEMIC STANDARDS FOR SOCIAL STUDIES, WORLD GEOGRAPHY. PAGE(S) WHERE TAUGHT (If submission is not a book, cite appropriate location(s)) Prentice Hall: The Cultural Landscape, An Introduction to Human Geography 2002 Indiana Academic Standards for Social Studies, World Geography (Grades 9-12) STANDARD 1: THE WORLD IN SPATIAL TERMS Students

More information

Metrolinx Transit Accessibility/Connectivity Toolkit

Metrolinx Transit Accessibility/Connectivity Toolkit Metrolinx Transit Accessibility/Connectivity Toolkit Christopher Livett, MSc Transportation Planning Analyst Research and Planning Analytics Tweet about this presentation #TransitGIS OUTLINE 1. Who is

More information

A GIS BASED NETWORK ANALYSIS FOR THE IDENTIFICATION OF SHORTEST ROUTE ACCESS TO EMERGENCY MEDICAL FACILITIES

A GIS BASED NETWORK ANALYSIS FOR THE IDENTIFICATION OF SHORTEST ROUTE ACCESS TO EMERGENCY MEDICAL FACILITIES Geographia Technica, Vol. 09, Issue 2, 2014, pp 60 to 67 A GIS BASED NETWORK ANALYSIS FOR THE IDENTIFICATION OF SHORTEST ROUTE ACCESS TO EMERGENCY MEDICAL FACILITIES Paul-Silviu NICOARĂ 1, Ionel HAIDU

More information

The 3D Elevation Program: Overview. Jason Stoker USGS National Geospatial Program ESRI 2015 UC

The 3D Elevation Program: Overview. Jason Stoker USGS National Geospatial Program ESRI 2015 UC + The 3D Elevation Program: Overview Jason Stoker USGS National Geospatial Program ESRI 2015 UC + 2 A little history USGS has a long, proud tradition of mapmaking (2009) + 3 The changing times Mapping

More information

Prepared by: Ryan Ratcliffe GPH-903 December 10, 2011

Prepared by: Ryan Ratcliffe GPH-903 December 10, 2011 Prepared by: Ryan Ratcliffe GPH-903 December 10, 2011 Scientific studies have proven that global sea level has risen 7.1 inches in the past century and computer models have suggested that climate change

More information

PROANA A USEFUL SOFTWARE FOR TERRAIN ANALYSIS AND GEOENVIRONMENTAL APPLICATIONS STUDY CASE ON THE GEODYNAMIC EVOLUTION OF ARGOLIS PENINSULA, GREECE.

PROANA A USEFUL SOFTWARE FOR TERRAIN ANALYSIS AND GEOENVIRONMENTAL APPLICATIONS STUDY CASE ON THE GEODYNAMIC EVOLUTION OF ARGOLIS PENINSULA, GREECE. PROANA A USEFUL SOFTWARE FOR TERRAIN ANALYSIS AND GEOENVIRONMENTAL APPLICATIONS STUDY CASE ON THE GEODYNAMIC EVOLUTION OF ARGOLIS PENINSULA, GREECE. Spyridoula Vassilopoulou * Institute of Cartography

More information

The Infrastructure for Spatial Information in the European Community vs. regional SDI: the shortest way for reaching economic and social development

The Infrastructure for Spatial Information in the European Community vs. regional SDI: the shortest way for reaching economic and social development The Infrastructure for Spatial Information in the European Community vs. regional SDI: the shortest way for reaching economic and social development Mauro Salvemini EUROGI PRESIDENT Professor at Sapienza

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

GIS Changing the World GIS Day November 15, 2017

GIS Changing the World GIS Day November 15, 2017 + GIS Changing the World GIS Day November 15, 2017 + Growing Up On The Farm 3 Geographic Information in DNR A 75 year history of mapping and GIS. Forest type map from 1944. State of Washington - Division

More information

GIS ANALYSIS METHODOLOGY

GIS ANALYSIS METHODOLOGY GIS ANALYSIS METHODOLOGY No longer the exclusive domain of cartographers, computer-assisted drawing technicians, mainframes, and workstations, geographic information system (GIS) mapping has migrated to

More information

Classification of Erosion Susceptibility

Classification of Erosion Susceptibility GEO327G: GIS & GPS Applications in Earth Sciences Classification of Erosion Susceptibility Denali National Park, Alaska Zehao Xue 12 3 2015 2 TABLE OF CONTENTS 1 Abstract... 3 2 Introduction... 3 2.1 Universal

More information

Introduction to GIS. Dr. M.S. Ganesh Prasad

Introduction to GIS. Dr. M.S. Ganesh Prasad Introduction to GIS Dr. M.S. Ganesh Prasad Department of Civil Engineering The National Institute of Engineering, MYSORE ganeshprasad.nie@gmail.com 9449153758 Geographic Information System (GIS) Information

More information

PSU GEOG 488 Final Project. Data Sources for Search & Rescue Mission Management. Loren Pfau 16 December Introduction:

PSU GEOG 488 Final Project. Data Sources for Search & Rescue Mission Management. Loren Pfau 16 December Introduction: PSU GEOG 488 Final Project Data Sources for Search & Rescue Mission Management Loren Pfau 16 December 2009 Introduction: For my GEOG 488 final project I elected to conduct an analysis of the geospatial

More information

World Geography. WG.1.1 Explain Earth s grid system and be able to locate places using degrees of latitude and longitude.

World Geography. WG.1.1 Explain Earth s grid system and be able to locate places using degrees of latitude and longitude. Standard 1: The World in Spatial Terms Students will use maps, globes, atlases, and grid-referenced technologies, such as remote sensing, Geographic Information Systems (GIS), and Global Positioning Systems

More information

Development of an On-Line Interactive GIS Map 1995 OAS Geology Field Trip in NE Oklahoma

Development of an On-Line Interactive GIS Map 1995 OAS Geology Field Trip in NE Oklahoma Development of an On-Line Interactive GIS Map 1995 OAS Geology Field Trip in NE Oklahoma JODIE MURRAY BURNS NORTHWEST ARKANSAS COMMUNITY COLLEGE, ROGERS, ARKANSAS FALL 2015 INDEPENDENT STUDY PROJECT PROFESSOR:

More information

Capacity Building Programme

Capacity Building Programme Capacity Building Programme 14-17 August 2012 Space Technology for improving Hazard Mapping in Sri Lanka An event organised as a follow up of the UN-SPIDER Technical Advisory Mission to Sri Lanka - 17-21

More information

John Laznik 273 Delaplane Ave Newark, DE (302)

John Laznik 273 Delaplane Ave Newark, DE (302) Office Address: John Laznik 273 Delaplane Ave Newark, DE 19711 (302) 831-0479 Center for Applied Demography and Survey Research College of Human Services, Education and Public Policy University of Delaware

More information

USING THE MILITARY LENSATIC COMPASS

USING THE MILITARY LENSATIC COMPASS USING THE MILITARY LENSATIC COMPASS WARNING This presentation is intended as a quick summary, and not a comprehensive resource. If you want to learn Land Navigation in detail, either buy a book; or get

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GEOGRAPHIC INFORMATION SYSTEMS 4-H Round-Up Community Transitions Workshop Daniel Hanselka June 14, 2011 Goals of the Workshop Answer the question: What is GIS? Uses of GIS. Some of the Common Terminology

More information

Chapter 1 Overview of Maps

Chapter 1 Overview of Maps Chapter 1 Overview of Maps In this chapter you will learn about: Key points when working with maps General types of maps Incident specific maps Map legend and symbols Map sources A map is a navigational

More information

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN CO-145 USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN DING Y.C. Chinese Culture University., TAIPEI, TAIWAN, PROVINCE

More information

Summary Description Municipality of Anchorage. Anchorage Coastal Resource Atlas Project

Summary Description Municipality of Anchorage. Anchorage Coastal Resource Atlas Project Summary Description Municipality of Anchorage Anchorage Coastal Resource Atlas Project By: Thede Tobish, MOA Planner; and Charlie Barnwell, MOA GIS Manager Introduction Local governments often struggle

More information

Dr.Sinisa Vukicevic Dr. Robert Summers

Dr.Sinisa Vukicevic Dr. Robert Summers Dr.Sinisa Vukicevic Dr. Robert Summers "Planning" means the scientific, aesthetic, and orderly disposition of land, resources, facilities and services with a view to securing the physical, economic and

More information

Modeling evacuation plan problems

Modeling evacuation plan problems Chapter 7 Modeling evacuation plan problems In Section 3.1 we reviewed the recommendations that the UNESCO presented in [30] to develop volcanic emergency plans. In [18] is presented the state of art of

More information

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

More information

- World-wide cities are growing at a rate of 2% annually (UN 1999). - (60,3%) will reside in urban areas in 2030.

- World-wide cities are growing at a rate of 2% annually (UN 1999). - (60,3%) will reside in urban areas in 2030. THE EFFECTIVENESS OF NEW TECHNOLOGIES FOR URBAN LAND MANAGEMENT BAHAAEDDINE I. AL HADDAD Centro de Política de Suelo y Valoraciones Universidad Politécnica de Cataluña Barcelona, España www.upc.es/cpsv

More information

Progress Report. Flood Hazard Mapping in Thailand

Progress Report. Flood Hazard Mapping in Thailand Progress Report Flood Hazard Mapping in Thailand Prepared By: Mr. PAITOON NAKTAE Chief of Safety Standard sub-beuro Disaster Prevention beuro Department of Disaster Prevention and Mitigation THAILAND E-mail:

More information

USING THE MILITARY LENSATIC COMPASS

USING THE MILITARY LENSATIC COMPASS USING THE MILITARY LENSATIC COMPASS WARNING This presentation is intended as a quick summary, and not a comprehensive resource. If you want to learn Land Navigation in detail, either buy a book; or get

More information

LandScan Global Population Database

LandScan Global Population Database LandScan Global Population Database The World s Finest Population Distribution Data Uncommon information. Extraordinary places. LandScan Global Population Database East View Cartographic is now offering

More information

USGS Hydrography Overview. May 9, 2018

USGS Hydrography Overview. May 9, 2018 + 1 USGS Hydrography Overview May 9, 2018 + 2 The National Geospatial Program Provides the geospatial baseline of the Nation s topography, natural landscape and built environment through The National Map,

More information

City of Punta Gorda Community Emergency Management Plan 2013

City of Punta Gorda Community Emergency Management Plan 2013 City of Punta Gorda Community Emergency Management Plan 2013 Hurricane Andrew- August 24, 1992 Category 5 hurricane. The second-most-destructive hurricane in U.S. history. The first named storm of the

More information

Wednesday 8 June 2016 Afternoon

Wednesday 8 June 2016 Afternoon Oxford Cambridge and RSA H Wednesday 8 June 2016 Afternoon GCSE GEOGRAPHY A A732/02 Geographical Skills (Higher Tier) *4410185572* Candidates answer on the Question Paper. OCR supplied materials: An Insert

More information

THE MOUNTAIN RESCUE ASSOCIATION MAPPING PLATFORM

THE MOUNTAIN RESCUE ASSOCIATION MAPPING PLATFORM THE MOUNTAIN RESCUE ASSOCIATION MAPPING PLATFORM Introduction Monty Bell, Mountain Rescue Association Paul Doherty, NAPSG Foundation http://www.napsgfoundation.org/ Jon Pedder Introduction Sierra Madre

More information

Traffic Demand Forecast

Traffic Demand Forecast Chapter 5 Traffic Demand Forecast One of the important objectives of traffic demand forecast in a transportation master plan study is to examine the concepts and policies in proposed plans by numerically

More information

USING HYPERSPECTRAL IMAGERY

USING HYPERSPECTRAL IMAGERY USING HYPERSPECTRAL IMAGERY AND LIDAR DATA TO DETECT PLANT INVASIONS 2016 ESRI CANADA SCHOLARSHIP APPLICATION CURTIS CHANCE M.SC. CANDIDATE FACULTY OF FORESTRY UNIVERSITY OF BRITISH COLUMBIA CURTIS.CHANCE@ALUMNI.UBC.CA

More information

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

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

More information

Exercise 6: Using Burn Severity Data to Model Erosion Risk

Exercise 6: Using Burn Severity Data to Model Erosion Risk Exercise 6: Using Burn Severity Data to Model Erosion Risk Document Updated: November 2009 Software Versions: ERDAS Imagine 9.3 and ArcGIS 9.3, Microsoft Office 2007 Introduction A common use of burn severity

More information

ALTER ECO Alternative tourist strategies to enhance the local sustainable development of tourism by promoting Mediterranean identity Module 2: Testing

ALTER ECO Alternative tourist strategies to enhance the local sustainable development of tourism by promoting Mediterranean identity Module 2: Testing ALTER ECO Alternative tourist strategies to enhance the local sustainable development of tourism by promoting Mediterranean identity Module 2: Testing WHY? Areas of high tourism attraction in coastal cities

More information

GIS and Remote Sensing

GIS and Remote Sensing Spring School Land use and the vulnerability of socio-ecosystems to climate change: remote sensing and modelling techniques GIS and Remote Sensing Katerina Tzavella Project Researcher PhD candidate Technology

More information

Introduction INTRODUCTION TO GIS GIS - GIS GIS 1/12/2015. New York Association of Professional Land Surveyors January 22, 2015

Introduction INTRODUCTION TO GIS GIS - GIS GIS 1/12/2015. New York Association of Professional Land Surveyors January 22, 2015 New York Association of Professional Land Surveyors January 22, 2015 INTRODUCTION TO GIS Introduction GIS - GIS GIS 1 2 What is a GIS Geographic of or relating to geography the study of the physical features

More information

VILLAGE INFORMATION SYSTEM (V.I.S) FOR WATERSHED MANAGEMENT IN THE NORTH AHMADNAGAR DISTRICT, MAHARASHTRA

VILLAGE INFORMATION SYSTEM (V.I.S) FOR WATERSHED MANAGEMENT IN THE NORTH AHMADNAGAR DISTRICT, MAHARASHTRA VILLAGE INFORMATION SYSTEM (V.I.S) FOR WATERSHED MANAGEMENT IN THE NORTH AHMADNAGAR DISTRICT, MAHARASHTRA Abstract: The drought prone zone in the Western Maharashtra is not in position to achieve the agricultural

More information

USING GIS FOR AVALANCHE SUSCEPTIBILITY MAPPING IN RODNEI MOUNTAINS

USING GIS FOR AVALANCHE SUSCEPTIBILITY MAPPING IN RODNEI MOUNTAINS USING GIS FOR AVALANCHE SUSCEPTIBILITY MAPPING IN RODNEI MOUNTAINS IOANA SIMEA 1 ABSTRACT. Using GIS for avalanche susceptibility mapping in Rodnei Mountains. This case study combines GIS methods with

More information

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME:

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME: 1) A GIS data model using an array of cells to store spatial data is termed: a) Topology b) Vector c) Object d) Raster 2) Metadata a) Usually includes map projection, scale, data types and origin, resolution

More information

What is a map? Understanding your map needs

What is a map? Understanding your map needs What is a map? A map is simply a drawing or picture of a landscape or location. Maps usually show the landscape as it would be seen from above, looking directly down. As well as showing the landscape of

More information

My Map Activity MINNESOTA SOCIAL STUDIES STANDARDS & BENCHMARKS

My Map Activity MINNESOTA SOCIAL STUDIES STANDARDS & BENCHMARKS My Map Activity OVERVIEW & OBJECTIVES Students will learn the basics of Google Maps while using geospatial data to create their neighborhood map with the places they spend time. They will also collect

More information

Paper Reference. Paper Reference(s) 1312/2F Edexcel GCSE Geography A Foundation Tier. Monday 11 June 2007 Afternoon Time: 1 hour 15 minutes

Paper Reference. Paper Reference(s) 1312/2F Edexcel GCSE Geography A Foundation Tier. Monday 11 June 2007 Afternoon Time: 1 hour 15 minutes Centre No. Paper Reference Surname Initial(s) Candidate No. 1 3 1 2 2 F Signature Paper Reference(s) 1312/2F Edexcel GCSE Geography A Foundation Tier Paper 2F Monday 11 June 2007 Afternoon Time: 1 hour

More information

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

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

More information

of places Key stage 1 Key stage 2 describe places

of places Key stage 1 Key stage 2 describe places Unit 25 Geography and numbers ABOUT THE UNIT This continuous unit aims to show how geographical enquiry can provide a meaningful context for the teaching and reinforcement of many aspects of the framework

More information

M14/3/GEOGR/SP2/ENG/TZ0/XX/Q GEOGRAPHY STANDARD LEVEL PAPER 2. Monday 19 May 2014 (morning) 1 hour 20 minutes INSTRUCTIONS TO CANDIDATES

M14/3/GEOGR/SP2/ENG/TZ0/XX/Q GEOGRAPHY STANDARD LEVEL PAPER 2. Monday 19 May 2014 (morning) 1 hour 20 minutes INSTRUCTIONS TO CANDIDATES M14/3/GEOGR/SP2/ENG/TZ0/XX/Q 22145203 GEOGRAPHY STANDARD LEVEL PAPER 2 Monday 19 May 2014 (morning) 1 hour 20 minutes INSTRUCTIONS TO CANDIDATES Do not open this examination paper until instructed to do

More information

EO Information Services. Assessing Vulnerability in the metropolitan area of Rio de Janeiro (Floods & Landslides) Project

EO Information Services. Assessing Vulnerability in the metropolitan area of Rio de Janeiro (Floods & Landslides) Project EO Information Services in support of Assessing Vulnerability in the metropolitan area of Rio de Janeiro (Floods & Landslides) Project Ricardo Armas, Critical Software SA Haris Kontoes, ISARS NOA World

More information

Optimized positioning for accommodation centers in GIS using AHP techniques; a case study: Hamedan city

Optimized positioning for accommodation centers in GIS using AHP techniques; a case study: Hamedan city Journal of Tourism & Hospitality Research Islamic Azad University, Garmsar Branch Vol. 2, No. 2, Autumn 2012, Pp.19-29 Optimized positioning for accommodation in GIS using AHP techniques; a case study:

More information

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

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

More information

Be relevant and effective thinking beyond accuracy and timeliness

Be relevant and effective thinking beyond accuracy and timeliness The Fourth Technical Conference on the Management of Meteorological and Hydrological Services in WMO RA II (Asia) Be relevant and effective thinking beyond accuracy and timeliness C. Y. LAM Hong Kong Observatory

More information

Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq

Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq Abstract: The management and protection of watershed areas is a major issue for human

More information

Introduction to Contour Maps

Introduction to Contour Maps Your web browser (Safari 7) is out of date. For more security, comfort and Activityengage the best experience on this site: Update your browser Ignore Introduction to Contour Maps What information does

More information

Summary of Available Datasets that are Relevant to Flood Risk Characterization

Summary of Available Datasets that are Relevant to Flood Risk Characterization Inter-Agency Characterization Workshop February 25-27, 2014 USACE Institute for Water Resources, Alexandria, VA, IWR Classroom Summary of Available Datasets that are Relevant to Characterization National

More information

University of Oklahoma Emergency Response Plan for INSERT EVENT NAME HERE.

University of Oklahoma Emergency Response Plan for INSERT EVENT NAME HERE. University of Oklahoma Emergency Response Plan for INSERT EVENT NAME HERE. Time/Date of Event: INSERT BOTH START & END TIME/DATE HERE. Location of Event: LIST ALL LOCATIONS HERE OF EVENT, INCLUDING ADDRESS.

More information

An Introduction to Geographic Information System

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

More information

Review Questions, Final Exam

Review Questions, Final Exam Review Questions, Final Exam A few general questions. What does the Representation Theorem say (in linear programming)? In words, the representation theorem says that any feasible point can be written

More information

Georeferencing and Satellite Image Support: Lessons learned, Challenges and Opportunities

Georeferencing and Satellite Image Support: Lessons learned, Challenges and Opportunities Georeferencing and Satellite Image Support: Lessons learned, Challenges and Opportunities Shirish Ravan shirish.ravan@unoosa.org UN-SPIDER United Nations Office for Outer Space Affairs (UNOOSA) UN-SPIDER

More information

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Deciding Alternative Land Use Options in a Watershed Using GIS Source: Anita Prakash

More information

Predicting Tsunami Inundated Area and Evacuation Road Based On Local Condition Using GIS

Predicting Tsunami Inundated Area and Evacuation Road Based On Local Condition Using GIS IOSR Journal of Environmental Science, Toxicology and Food Technology (IOSR-JESTFT) ISSN: 2319-2402, ISBN: 2319-2399. Volume 1, Issue 4 (Sep-Oct. 2012), PP 05-11 Predicting Tsunami Inundated Area and Evacuation

More information

The 7th Annual SARGIS Workshop and Meeting. Welcome to SARGIS7!

The 7th Annual SARGIS Workshop and Meeting. Welcome to SARGIS7! The 7th Annual SARGIS Workshop and Meeting Welcome to SARGIS7! The National Alliance for Public Safety GIS Foundation is a 501 (C) (3) not-forprofit organization» OUR VISION A Nation of emergency responders

More information

Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt

Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt Mostafa Abdel-Bary Ebrahim, Egypt Ihab Yehya Abed-Elhafez, Kingdom of Saudi Arabia Keywords: Road network evaluation; GIS, Spatial

More information

Improvement of the National Hydrography Dataset for US Forest Service Region 3 in Cooperation with the National Forest Service

Improvement of the National Hydrography Dataset for US Forest Service Region 3 in Cooperation with the National Forest Service Improvement of the National Hydrography Dataset for US Forest Service Region 3 in Cooperation with the National Forest Service Christian L. DeCasas California State University, Northridge November 7 th,

More information

The general procedure for estimating 24-hour PMP includes the following steps:

The general procedure for estimating 24-hour PMP includes the following steps: 14th Conference on Applied Climatology Abstract # 71520 Using PRISM Climate Grids and GIS for Extreme Precipitation Mapping George H. Taylor and Christopher Daly Oregon State University Corvallis Oregon

More information

LESSON 2: INTRODUCTION TO TOPOGRAPHICAL MAPS

LESSON 2: INTRODUCTION TO TOPOGRAPHICAL MAPS LESSON 2: INTRODUCTION TO TOPOGRAPHICAL MAPS Finding your way if you become separated from a group. PURPOSE This lesson presents an overview of topographic maps. It describes their characteristics and

More information

Introduction to Geographic Information Science. Updates/News. Last Lecture 1/23/2017. Geography 4103 / Spatial Data Representations

Introduction to Geographic Information Science. Updates/News. Last Lecture 1/23/2017. Geography 4103 / Spatial Data Representations Geography 4103 / 5103 Introduction to Geographic Information Science Spatial Data Representations Updates/News Waitlisted students First graded lab this week: skills learning Instructional labs vs. independence

More information

Visitor Flows Model for Queensland a new approach

Visitor Flows Model for Queensland a new approach Visitor Flows Model for Queensland a new approach Jason. van Paassen 1, Mark. Olsen 2 1 Parsons Brinckerhoff Australia Pty Ltd, Brisbane, QLD, Australia 2 Tourism Queensland, Brisbane, QLD, Australia 1

More information

Advanced Algorithms for Geographic Information Systems CPSC 695

Advanced Algorithms for Geographic Information Systems CPSC 695 Advanced Algorithms for Geographic Information Systems CPSC 695 Think about Geography What is Geography The 3 W s of Geography What is where Why is it there Why do I care Data - Data - Data We all got

More information

MODULE 7 LECTURE NOTES 5 DRAINAGE PATTERN AND CATCHMENT AREA DELINEATION

MODULE 7 LECTURE NOTES 5 DRAINAGE PATTERN AND CATCHMENT AREA DELINEATION MODULE 7 LECTURE NOTES 5 DRAINAGE PATTERN AND CATCHMENT AREA DELINEATION 1. Introduction Topography of the river basin plays an important role in hydrologic modelling, by providing information on different

More information

GIS and Coastal Nutrients Luke Cole

GIS and Coastal Nutrients Luke Cole GIS and Coastal Nutrients Luke Cole Human population density has been widely utilized as a valid predictor of terrestrial nitrogen loads into marine systems. As 50% of the world s population lives within

More information

5/3/2018 Susceptibility analysis of landslide due to earthquake due in Gorkha (25th April 2015) Animesh Bahadur Pradhan GIS IN WATER RESOURCES CE 547

5/3/2018 Susceptibility analysis of landslide due to earthquake due in Gorkha (25th April 2015) Animesh Bahadur Pradhan GIS IN WATER RESOURCES CE 547 Susceptibility 5/3/2018 analysis of landslide due to earthquake due in Gorkha (25th April 2015) Animesh Bahadur Pradhan GIS IN WATER RESOURCES CE 547 Contents 1. Acknowledgement:... 2 2. Motivation and

More information

Pacemaker World Geography and Cultures. correlated to. Louisiana Social Studies Grade Level Expectations: World Geography Geography Grades 9-12

Pacemaker World Geography and Cultures. correlated to. Louisiana Social Studies Grade Level Expectations: World Geography Geography Grades 9-12 Pacemaker World and Cultures correlated to Louisiana Social Studies Grade Level Expectations: World Grades 9-12 Pacemaker World and Cultures Pearson Learning Group correlated to Louisiana Social Studies

More information

General Overview and Facts about the Irobland

General Overview and Facts about the Irobland Using Geoinformation Science to Reveal the Impact of the Eritrea-Ethiopia Boundary Commission s Decision on Irobland and People By Alema Tesfaye, Washington DC, USA Part I General Overview and Facts about

More information

GIS BASED ANALYSIS ON ENVIRONMENTAL SENSITIVE AREAS AND IDENTIFICATION OF THE POTENTIAL DISASTER HAZARDOUS LOCATIONS IN SOUTHERN SRI LANKA

GIS BASED ANALYSIS ON ENVIRONMENTAL SENSITIVE AREAS AND IDENTIFICATION OF THE POTENTIAL DISASTER HAZARDOUS LOCATIONS IN SOUTHERN SRI LANKA International Journal of Civil & Environmental Engineering IJCEE Vol: 9 No: 9-311 - GIS BASED ANALYSIS ON ENVIRONMENTAL SENSITIVE AREAS AND IDENTIFICATION OF THE POTENTIAL DISASTER HAZARDOUS LOCATIONS

More information

Developing a Tactical-Level Geospatial Course for Army Engineers

Developing a Tactical-Level Geospatial Course for Army Engineers Developing a Tactical-Level Geospatial Course for Army Engineers Jared L. Ware Geospatial Information Science Program Department of Geography and Environmental Engineering United States Military Academy

More information