ANALYZING SPACE-USE OAT A WITH A HARMONIC MEAN ESTIMATOR IN SAS R

Size: px
Start display at page:

Download "ANALYZING SPACE-USE OAT A WITH A HARMONIC MEAN ESTIMATOR IN SAS R"

Transcription

1 ANALYZING SPACE-USE OAT A WITH A HARMONIC MEAN ESTIMATOR IN SAS R larry J. Layne and Paul F. Steblein Syracuse University ABSTRACT Examinat~on of the utilization of geographic space is of importance to such disciplines as ecology. social science. and policy and planning. Characterizing the intensity of space use fram point data is central to this process. A harmonic mean estimator is one technique Ior estimating space-use, and is less biased than other estimators which use arithmetic means. A series of SAS programs have been developed which read geographic locations as Cartesian coordinates, identifies the coordinates for the harmonic-mean, and projects a three-dimensional representation of the intensity of use (from the first areal moments). Application of the programs are demonstrated using locational data from research projects on bighorn sheep and broad-winged hawks. Utility programs were also developed for managing data prior to the analysis. and exporting harmonic mean results to other systems for further spatial and statistical analyses, INTRODUCTION In ecology. the activity centers and boundaries estimated from a set of coordinate loci are useful for est1mating animal activity areas such as home range. territory. foraging. mating. and corridor areas. SUch information is useful for comparing intensity of land use for groups, such as between sexes, comparing among discrete groups across a specified geographic area, or even among species. Evaluation of intensity of use may lead to further insights in how an antmal utilizes the area within which it lives. both among different habitats and through time. All of this information may be derived merely from a set of locational observations of an animal and a reasonable estimate of the features found within the area frequented by.the animal. For the harmonic mean measure,to yield valid estimates of animal activity areas, several assumptions should be met by the data. The first of these assumptions is conformation of the data to a bivariate normal distribution~ which is not robust for the model. Another necessary assumption that con orms to parametric statistical estimators is the independence of observations. When this assumption is not met. variances may be underestimated and result in biased confidence intervals. Lastly, loci coordinates should be measured without error, although the amount of error encountered is dependent on the resolution of the grid system and data collection techniques used. Despite these limitations of the model. the harmonic mean measure of animal activity provides a better esttmate than other models developed for analysis of animal activity (Dixon and Chapman 1980). The objective of this paper is to present a series of programs for analyzing spatial use data using the harmonic mean estimator. These programs estimate the harmonic mean of spatial activity and provide estimates of area included within the boundaries d rived from the estimate of dispersion of the loci. Graphic visualizations are provided to depict the distribution of the data loci. the overlay grid used to calculate the inverse first areal moments. isopleths which comprise the boundaries of the loci under consideration. and 3-dimensional representation of the overlay grid and inverse first areal moments. In addition. several utility programs were developed for managing spatially referenced point data and exporting the results of the harmonic mean analysis in.a format appropriate for further analysis with other software. DESCRIPTION OF PROGRAMS DATA ENTRY AND MANIPULATION The data can be introduced to the harmonic program from a variety of sources. The harmonic program requires the X and Y coordinates (Cartesian coordinates) in a permanent SAS data set <HARMONIC.LOCI}. Full-screen data entry templates were created with FSEDIT for directly entering X and Y coordinates. and 1349

2 information associated with the location. Text files with the same type of data can also be read into a permanent SAS dataset using a standard input statement. The data set created from these operations can be used directly in the harmonic program or subset for a group of observations. Location coordinates (or activity loci) often need to be estimated from remote positions. Locations of free-ranging animals are often triangulated from a pair of known positions with the aid of a compass and radio telemetry equipment. Data entry screens were prepared for coordinates of the reference positions. and for the directional information on the animal; Because of varying env-ironmental conditions, equipment error, and individual bias. there is a calculable error associated with triangulation estimates. A program was written that calculates the coordinates for the animal location and an error polygon. The permanent SAS data set that contains the loci for the harmonic program (HARMONIC.LOCI) should only contain the group of observations that are to be analyzed. All observations will be included in some cases, whereas other situations require subsets of observations for intergroup comparisons. The infonmation that is recorded with the activity loci can be utilized for subsetting the observations. DATA ANALYSIS Estimation of the intensity of space use is accomplished with several steps. all of which originate from a matrix of the location data. The first step is to calculate an overlay grid that includes all of the location data points. This is performed by taking the difference of the maximum and minimum abscissa values and the difference of the maximum and minimum ordinate values. The shorter of these two differences is then divided by 10 to form the grid interval. The corners of the grid are then calculated using combinations of the maxima and minima of tlte ordinat~ and.. abscj.ss.a values. The grid is then laid over the location loci. Inverse first areal moments are calculated for each grid intersection- by estimating the harmonic mean of the distances from the intersection to all location loci. The harmonic mean center is the location of the maximum value of the inverse first areal moment. Other peaks may exist on the resulting surface of the grid intersections and inverse first areal moments. The location of these peaks are also saved. Isolines. the lines which comprise boundaries of the location loci by including a specified percentage of the loci points with the harmonic mean center as the mean, are estimated as the confidence ellipses of the principle and minor axes (Sokal and Rohlf 1981). Isoplet hs, lines formed as the average distance from the isoline to the location loci. are estimated to determine the areal patterns of activity. The area within this isopleth boundary is then estimated using Simpson's rule. Further analyses can be conducted to elucidate how other factors may relate to the distribution of activity in geographic space. Other types of data are cofijlionly collected with the loci or are available for the entire geographic area. The association of these factors with distribution of activity can be analyzed by statistical analysis or spatial coincidence. The simplest approach would be to statistically characterize the original loci by data collected at the same locations. If geographically continuous data is available for the study area. the data can be extr'8cted for the coordinates of the overlay grid and utilized in a statistical model with the first areal moments. Finally. the overlay grid coordinates and first areal moments can be ported to a geographic information system for further spatial analyses. DATA VISUALIZATION Several graphical outputs 1'rere developed to aid in the interpretation of th~ activity data and harmonic analysis. A scattergram of the activity loci is produced. and geographically referenced to the intersections of the overlay grid. The surface of the first areal moments and inverse first areal moments can be viewed with 3-dimensional plots (G3D) and contour plots (GCONTOUR). Both types of plots aid in identifying and interpreting activity centers. Isopleth plots provide a standardized approach for identifying an area of activity. Criteria commonly employed include 95% and 75% isopleths. which respectively include 95% and 75% of the observations. The area enclosed by the isopleth can be totaled for intergroup comparisons or analyzed tor geographic makeup. EXAMPLE APPLICATIONS The programs that were developed in this manuscript were tested with two widely disparate sets of animal location data. Free-ranging bighorn sheep were monitored with radio-telemetry (Layne 1987), and geographic location determined from visual observations, Universal Transmercator (UTM) coordinates were recorded from USGS 'ropographic maps. Figure 1 shows the visual results of the analysis conducted on locational information for a herd of ewes. Note the two centers of activity (or peaks) on the 3-dimensional plot of the inverse first areal moments. The spatial activity of broad-winged hawks was also monitored with radiotelemetry equipment (Steblein 1989). However, the geographic location of the 1350

3 hawks was largely determined by triangulation. Harmonic mean analysis was conducted on location data from a male hawk during the breeding season~ The contour and 3-dimensional plots of'the inverse areal moments (Figure 2) indicate a dominant peak and very minor sub-peak. DISCUSSION The emphasis in this manuscript has been with application of the harmonic mean estimator to the spatial distribution of vertebrate activity. The original description of the technique was by Nett (1966) and seems appropriate for characterizing areal distributions in many other disciplines. LITERATURE CITED Dixon. K. R. and J. A. Chapman Harmonic mean measure of animal activity areas. Ecology 61: Layne. L. J Habitat selection and sexual segregation of in Rocky Mountain bighorn sheep {Ovis canadensis) in Custer State Pa~South Dakota. M.S. Thesis. South Dakota,State Univ. Brookings. 120 pp. Neft. D. S Statistical analysis for areal distributions. Monograph Series No.2. Regional Science Research Institute. Philadelphia. Sokal. R. R.. and F. J. Rohlf Biometry: the principles and practice of statistics in biological research. W.H. Freeman and Co.. San Francisco. 859 pp. Steblein. P. F Foraging ecology of broad-winged hawks (Buteo plattpterus): test of a patch select~an mode w1th central place constraints. Ph.D. Dissertation. College of Environmental Science and Forestry, State Univ. of New York. Syracuse. APPENDIX The formulae for calculating the harmonic mean estimator (Sakal and Rohlf 1981) and inverse first areal moment (Dixon and Chapman 1980) are listed below: Harmonic Mean Estimator H n Inverse First Areal Moment -1/r:f -.,j" -1 p " p x=l r Jx where H is the harmonic mean estimator. n is the number of observations, and X is the variate; and P is the number of loci. r is the distance between the grid intersections and loci. j is the grid coordinate. and x is the loci number. SAS is a registered trademark of SAS Institute Inc. Cary. NC. 1351

4 FI<P 6<335.2 Ftgure L Grid int.j"".eet1cn~ OtlQttl!ld till X-V and fir-at li('l!isl Moment Z GX1S for bl9hom sheep (oms ca.fl4<tensis). plotted as y < Figure 2a. 4fr694;} "1 COil tour' plot o.f inverse first lireal moment fer Broad-winged HaWk x (Buteopl4typteru.s). 1352

5 Figut'/:'l 21'1. Gr"i<l illter,ectlqna plotted &6 X-Val'll;! fif"st areal I\'j(Jcnent plotte<l 86 Z axis for Broad-winged Hawk (Buteo pl<ttypterus) "" t III <II Jl... "" ~ 562:) 'I iii'\ c ~ "lii" ' WI + O' + +" li:+ it ~ 562MO e ' +..l " SHIOO ' +' +++ t ;H ,"~~rn,,~rn~~rn~~~T"~~~'T~~~~C'~~~T"~~~rr~~~", l!OO Ae70000 L0fl91tud1nal \lalv/:,:$ Figure 2c. Grid overloy, location loci, an.;! h1jrmonic mean center plotted oos Universal Transmercator coordinates for Brood-winged Hawk (Buko pletypterus). 1353

Spatial Effects on Current and Future Climate of Ipomopsis aggregata Populations in Colorado Patterns of Precipitation and Maximum Temperature

Spatial Effects on Current and Future Climate of Ipomopsis aggregata Populations in Colorado Patterns of Precipitation and Maximum Temperature A. Kenney GIS Project Spring 2010 Amanda Kenney GEO 386 Spring 2010 Spatial Effects on Current and Future Climate of Ipomopsis aggregata Populations in Colorado Patterns of Precipitation and Maximum Temperature

More information

GIS Quick Facts. CIVL 1101 GIS Quick Facts 1/5.

GIS Quick Facts. CIVL 1101 GIS Quick Facts 1/5. CIVL 1101 1/5 What is GIS? Geographic Information Systems (GIS) provide a platform for displaying and analyzing spatial data. GIS systems allow you to view multiple layers of data simultaneously. GIS is

More information

Putative Canada Lynx (Lynx canadensis) Movements across I-70 in Colorado

Putative Canada Lynx (Lynx canadensis) Movements across I-70 in Colorado Putative Canada Lynx (Lynx canadensis) Movements across I-70 in Colorado INTRODUCTION March 8, 2012 Jake Ivan, Mammals Researcher Colorado Parks and Wildlife 317 W. Prospect Fort Collins, CO 80526 970-472-4310

More information

A SAS/AF Application For Sample Size And Power Determination

A SAS/AF Application For Sample Size And Power Determination A SAS/AF Application For Sample Size And Power Determination Fiona Portwood, Software Product Services Ltd. Abstract When planning a study, such as a clinical trial or toxicology experiment, the choice

More information

THE PRINCIPLES AND PRACTICE OF STATISTICS IN BIOLOGICAL RESEARCH. Robert R. SOKAL and F. James ROHLF. State University of New York at Stony Brook

THE PRINCIPLES AND PRACTICE OF STATISTICS IN BIOLOGICAL RESEARCH. Robert R. SOKAL and F. James ROHLF. State University of New York at Stony Brook BIOMETRY THE PRINCIPLES AND PRACTICE OF STATISTICS IN BIOLOGICAL RESEARCH THIRD E D I T I O N Robert R. SOKAL and F. James ROHLF State University of New York at Stony Brook W. H. FREEMAN AND COMPANY New

More information

Exercise 2: Working with Vector Data in ArcGIS 9.3

Exercise 2: Working with Vector Data in ArcGIS 9.3 Exercise 2: Working with Vector Data in ArcGIS 9.3 There are several tools in ArcGIS 9.3 used for GIS operations on vector data. In this exercise we will use: Analysis Tools in ArcToolbox Overlay Analysis

More information

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University GIS CONCEPTS AND ARCGIS METHODS 2 nd Edition, July 2005 David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University Copyright Copyright 2005 by David M. Theobald. All rights

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

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

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

III Introduction to Populations III Introduction to Populations A. Definitions A population is (Krebs 2001:116) a group of organisms same species

III Introduction to Populations III Introduction to Populations A. Definitions A population is (Krebs 2001:116) a group of organisms same species III Introduction to s III Introduction to s A. Definitions B. characteristics, processes, and environment C. Uses of dynamics D. Limits of a A. Definitions What is a? A is (Krebs 2001:116) a group of organisms

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

Distribution Modeling for the Sierra Bighorn Sheep. threatened by predators, specifically mountain lions. Main aim of this research was to find

Distribution Modeling for the Sierra Bighorn Sheep. threatened by predators, specifically mountain lions. Main aim of this research was to find Chontanat Suwan GEOG 408B, Spring 2013 28 April 2013 Distribution Modeling for the Sierra Bighorn Sheep Abstract The Sierra Nevada bighorn sheep is in the list of endangered species which mainly threatened

More information

PRELIMINARY ANALYSIS OF TRANSMISSION LINE IMPACT ON DESERT BIGHORN SHEEP MOVEMENT PATTERNS

PRELIMINARY ANALYSIS OF TRANSMISSION LINE IMPACT ON DESERT BIGHORN SHEEP MOVEMENT PATTERNS PRELIMINARY ANALYSIS OF TRANSMISSION LINE IMPACT ON DESERT BIGHORN SHEEP MOVEMENT PATTERNS David W. Stevens Southern California Edison Rosemead, California ABSTRACT. Reported here are preliminary analyses

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

Traffic accidents and the road network in SAS/GIS

Traffic accidents and the road network in SAS/GIS Traffic accidents and the road network in SAS/GIS Frank Poppe SWOV Institute for Road Safety Research, the Netherlands Introduction The first figure shows a screen snapshot of SAS/GIS with part of the

More information

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University GIS CONCEPTS AND ARCGIS METHODS 3 rd Edition, July 2007 David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University Copyright Copyright 2007 by David M. Theobald. All rights

More information

USE OF STATISTICAL BOOTSTRAPPING FOR SAMPLE SIZE DETERMINATION TO ESTIMATE LENGTH-FREQUENCY DISTRIBUTIONS FOR PACIFIC ALBACORE TUNA (THUNNUS ALALUNGA)

USE OF STATISTICAL BOOTSTRAPPING FOR SAMPLE SIZE DETERMINATION TO ESTIMATE LENGTH-FREQUENCY DISTRIBUTIONS FOR PACIFIC ALBACORE TUNA (THUNNUS ALALUNGA) FRI-UW-992 March 1999 USE OF STATISTICAL BOOTSTRAPPING FOR SAMPLE SIZE DETERMINATION TO ESTIMATE LENGTH-FREQUENCY DISTRIBUTIONS FOR PACIFIC ALBACORE TUNA (THUNNUS ALALUNGA) M. GOMEZ-BUCKLEY, L. CONQUEST,

More information

Landscape Connectivity & Metapopulation Dynamics

Landscape Connectivity & Metapopulation Dynamics Shelby Southworth 509: Concepts in GIS & RS December 6 th, 2012 Landscape Connectivity & Metapopulation Dynamics The natural world is growing increasingly fragmented due to human activities, and once expansive

More information

A Method for Measuring the Spatial Accuracy of Coordinates Collected Using the Global Positioning System

A Method for Measuring the Spatial Accuracy of Coordinates Collected Using the Global Positioning System This file was created by scanning the printed publication. Errors identified by the software have been corrected; however, some errors may remain. A Method for Measuring the Spatial Accuracy of Coordinates

More information

Grant Opportunity Monitoring Bi-State Sage-grouse Populations in Nevada

Grant Opportunity Monitoring Bi-State Sage-grouse Populations in Nevada Grant Opportunity Monitoring Bi-State Sage-grouse Populations in Nevada Proposals are due no later than November 13, 2015. Grant proposal and any questions should be directed to: Shawn Espinosa @ sepsinosa@ndow.org.

More information

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics Lecture 2 A Review: Geographic Information Systems & ArcGIS Basics GIS Overview Types of Maps Symbolization & Classification Map Elements GIS Data Models Coordinate Systems and Projections Scale Geodatabases

More information

Exercise 2: Working with Vector Data in ArcGIS 9.3

Exercise 2: Working with Vector Data in ArcGIS 9.3 Exercise 2: Working with Vector Data in ArcGIS 9.3 There are several tools in ArcGIS 9.3 used for GIS operations on vector data. In this exercise we will use: Analysis Tools in ArcToolbox Overlay Analysis

More information

A Preliminary Home-Range Analysis of Loggerhead Sea Turtles Released in Virginia & North Carolina

A Preliminary Home-Range Analysis of Loggerhead Sea Turtles Released in Virginia & North Carolina A Preliminary Home-Range Analysis of Loggerhead Sea Turtles Released in Virginia & North Carolina Gwen G. Lockhart GIS Research Specialist Virginia Aquarium & Marine Science Center & Susan G. Barco Research

More information

GIS Exercise: Analyses of Home Range and Space Use Patterns

GIS Exercise: Analyses of Home Range and Space Use Patterns WLF 315 Wildlife Ecology Lab I Fall 2012 GIS Exercise: Analyses of Home Range and Space Use Patterns In this exercise, you will use the Geospatial Modeling Environment (http://www.spatialecology.com/gme)

More information

Sample Unit Selection for Studies of Herbaceous Oldfield Vegetation

Sample Unit Selection for Studies of Herbaceous Oldfield Vegetation The Ohio State University Knowledge Bank kb.osu.edu Ohio Journal of Science (Ohio Academy of Science) Ohio Journal of Science: Volume 76, Issue 4 (July, 1976) 1976-07 Sample Unit Selection for Studies

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

An Evaluation of the Accuracy of Kernel Density Estimators for Home Range Analysis

An Evaluation of the Accuracy of Kernel Density Estimators for Home Range Analysis An Evaluation of the Accuracy of Kernel Density Estimators for Home Range Analysis D. Erran Seaman; Roger A. Powell Ecology, Vol. 77, No. 7. (Oct., 1996), pp. 2075-2085. Stable URL: http://links.jstor.org/sici?sici=0012-9658%28199610%2977%3a7%3c2075%3aaeotao%3e2.0.co%3b2-%23

More information

GPS- vs. DEM-Derived Elevation Estimates from a Hardwood Dominated Forest Watershed

GPS- vs. DEM-Derived Elevation Estimates from a Hardwood Dominated Forest Watershed Journal of Geographic Information System, 2010, 2, 147-151 doi:10.4236/jgis.2010.23021 Published Online July 2010 (http://www.scirp.org/journal/jgis) GPS- vs. DEM-Derived Elevation Estimates from a Hardwood

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

BIO 682 Multivariate Statistics (Lite) Spring 2010

BIO 682 Multivariate Statistics (Lite) Spring 2010 BIO 682 Multivariate Statistics (Lite) Spring 2010 Steve Shuster http://www4.nau.edu/shustercourses/bio682/index.htm Lecture 10 Outline for This Section 1. Multiple regression in ecological and behavioral

More information

Anne Trainor Matt Simon Geog 593 Final Project Report December 8, 2006

Anne Trainor Matt Simon Geog 593 Final Project Report December 8, 2006 Anne Trainor Matt Simon Geog 593 Final Project Report December 8, 2006 INTRODUCTION Habitat fragmentation has led to an increasingly patchy landscape. This has forced land managers to adopt a metapopulation

More information

Remote Sensing Techniques for Renewable Energy Projects. Dr Stuart Clough APEM Ltd

Remote Sensing Techniques for Renewable Energy Projects. Dr Stuart Clough APEM Ltd Remote Sensing Techniques for Renewable Energy Projects Dr Stuart Clough APEM Ltd What is Remote Sensing? The use of aerial sensors to detect and classify objects on Earth Remote sensing for ecological

More information

Response Surface Methodology:

Response Surface Methodology: Response Surface Methodology: Process and Product Optimization Using Designed Experiments RAYMOND H. MYERS Virginia Polytechnic Institute and State University DOUGLAS C. MONTGOMERY Arizona State University

More information

Spatial Analysis II. Spatial data analysis Spatial analysis and inference

Spatial Analysis II. Spatial data analysis Spatial analysis and inference Spatial Analysis II Spatial data analysis Spatial analysis and inference Roadmap Spatial Analysis I Outline: What is spatial analysis? Spatial Joins Step 1: Analysis of attributes Step 2: Preparing for

More information

Focal Resource: BIGHORN SHEEP

Focal Resource: BIGHORN SHEEP Focal Resource: BIGHORN SHEEP Taxonomy and Related Information: Bighorn sheep (Ovis canadensis); south Sierra, White and Inyo Mountains, perhaps more on east side. SENSITIVITY RESULTS.7 ADAPTIVE CAPACITY

More information

Line generalization: least square with double tolerance

Line generalization: least square with double tolerance Line generalization: least square with double tolerance J. Jaafar Department of Surveying Se. & Geomatics Faculty of Architecture, Planning & Surveying Universiti Teknologi MARA, Shah Alam, Malaysia Abstract

More information

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University Basics of GIS by Basudeb Bhatta Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University e-governance Training Programme Conducted by National Institute of Electronics

More information

SRJC Applied Technology 54A Introduction to GIS

SRJC Applied Technology 54A Introduction to GIS SRJC Applied Technology 54A Introduction to GIS Overview Lecture of Geographic Information Systems Fall 2004 Santa Rosa Junior College Presented By: Tim Pudoff, GIS Coordinator, County of Sonoma, Information

More information

Original signatures are on file with official student records.

Original signatures are on file with official student records. To the Graduate Council: I am submitting herewith a thesis written by Dinesh Raj Sharma entitled Individual- Based Modeling: Comparing Model Outputs to Telemetry Data with Application to the Florida Panther.

More information

CS 350 A Computing Perspective on GIS

CS 350 A Computing Perspective on GIS CS 350 A Computing Perspective on GIS What is GIS? Definitions A powerful set of tools for collecting, storing, retrieving at will, transforming and displaying spatial data from the real world (Burrough,

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Software Dr. M. Gavrilova GIS System What is a GIS system? A system containing spatially referenced data that can be analyzed and converted to new information for a specific

More information

Spatial Graph Theory for Cross-scale Connectivity Analysis

Spatial Graph Theory for Cross-scale Connectivity Analysis Spatial Graph Theory for Cross-scale Connectivity Analysis Andrew Fall School of Resource and Environmental Management, SFU and Gowlland Technologies Ltd., Victoria, BC Acknowledgements Marie-Josée Fortin,

More information

Collision Avoidance Lexicon

Collision Avoidance Lexicon Collision Avoidance Lexicon 2017 An understanding of collision avoidance terminology requires an understanding of position uncertainty terminology. This lexicon therefore includes the terminology of both

More information

Accuracy Input: Improving Spatial Data Accuracy?

Accuracy Input: Improving Spatial Data Accuracy? This file was created by scanning the printed publication. Errors identified by the software have been corrected; however, some errors may remain. GPS vs Traditional Methods of Data Accuracy Input: Improving

More information

HOME RANGE SIZE ESTIMATES BASED ON NUMBER OF RELOCATIONS

HOME RANGE SIZE ESTIMATES BASED ON NUMBER OF RELOCATIONS HOME RANGE SIZE ESTIMATES BASED ON NUMBER OF RELOCATIONS JOSEPH T. SPRINGER, Department of Biology, University of Nebraska at Kearney, Kearney, Nebraska 68849-1140 USA Abstract: Regardless of how animal

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

BIOL 217 ESTIMATING ABUNDANCE Page 1 of 10

BIOL 217 ESTIMATING ABUNDANCE Page 1 of 10 BIOL 217 ESTIMATING ABUNDANCE Page 1 of 10 A calculator is needed for this lab. Abundance can be expressed as population size in numbers or mass, but is better expressed as density, the number of individuals

More information

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual)

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual) Introduction Geo-information Science (GRS-10306) Overview key concepts and terms (based on the textbook 2006 and the practical manual) Introduction Chapter 1 Geographic information system (GIS) Geographically

More information

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis 6 Why Is It There? Why Is It There? Getting Started with Geographic Information Systems Chapter 6 6.1 Describing Attributes 6.2 Statistical Analysis 6.3 Spatial Description 6.4 Spatial Analysis 6.5 Searching

More information

Transect width and missed observations in counting muskoxen (Ovibos moschatus) from fixed-wing aircraft

Transect width and missed observations in counting muskoxen (Ovibos moschatus) from fixed-wing aircraft Paper presented at The First Arctic Ungulate Conference, Nuuk, Greenland, 3-8 September, 1991. Transect width and missed observations in counting muskoxen (Ovibos moschatus) from fixed-wing aircraft P.

More information

Concept of Scale in Landscape Ecology. Puzzling findings Scale defined Scale vs levels of organization Hierarchy theory Implications for management

Concept of Scale in Landscape Ecology. Puzzling findings Scale defined Scale vs levels of organization Hierarchy theory Implications for management Concept of Scale in Landscape Ecology Topics Puzzling findings Scale defined Scale vs levels of organization Hierarchy theory Implications for management Puzzling Findings Question: how important is competition

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

Model Testing for Future Reintroductions of Desert Bighorn Sheep at Capitol Reef National Park

Model Testing for Future Reintroductions of Desert Bighorn Sheep at Capitol Reef National Park University of Wyoming National Park Service Research Center Annual Report Volume 13 13th Annual Report, 1989 Article 7 1-1-1989 Model Testing for Future Reintroductions of Desert Bighorn Sheep at Capitol

More information

This lab exercise will try to answer these questions using spatial statistics in a geographic information system (GIS) context.

This lab exercise will try to answer these questions using spatial statistics in a geographic information system (GIS) context. by Introduction Problem Do the patterns of forest fires change over time? Do forest fires occur in clusters, and do the clusters change over time? Is this information useful in fighting forest fires? This

More information

Response Surface Methodology

Response Surface Methodology Response Surface Methodology Process and Product Optimization Using Designed Experiments Second Edition RAYMOND H. MYERS Virginia Polytechnic Institute and State University DOUGLAS C. MONTGOMERY Arizona

More information

Software. People. Data. Network. What is GIS? Procedures. Hardware. Chapter 1

Software. People. Data. Network. What is GIS? Procedures. Hardware. Chapter 1 People Software Data Network Procedures Hardware What is GIS? Chapter 1 Why use GIS? Mapping Measuring Monitoring Modeling Managing Five Ms of Applied GIS Chapter 2 Geography matters Quantitative analyses

More information

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

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

More information

Chapter 44. Table of Contents. Section 1 Development of Behavior. Section 2 Types of Animal Behavior. Animal Behavior

Chapter 44. Table of Contents. Section 1 Development of Behavior. Section 2 Types of Animal Behavior. Animal Behavior Animal Behavior Table of Contents Section 1 Development of Behavior Section 2 Types of Animal Behavior Section 1 Development of Behavior Objectives Identify four questions asked by biologists who study

More information

Types of spatial data. The Nature of Geographic Data. Types of spatial data. Spatial Autocorrelation. Continuous spatial data: geostatistics

Types of spatial data. The Nature of Geographic Data. Types of spatial data. Spatial Autocorrelation. Continuous spatial data: geostatistics The Nature of Geographic Data Types of spatial data Continuous spatial data: geostatistics Samples may be taken at intervals, but the spatial process is continuous e.g. soil quality Discrete data Irregular:

More information

Overview. GIS Terminology

Overview. GIS Terminology Overview GIS Terminology MFworks Terminology Overview This is a glossary of geography and MFworks terminology and concepts that may not be familiar to novice MFworks users and non-geographers. The explanations

More information

Version 1.1 GIS Syllabus

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

More information

Spatial analysis. 0 move the objects and the results change

Spatial analysis. 0 move the objects and the results change 0 Outline: Roadmap 0 What is spatial analysis? 0 Transformations 0 Introduction to spatial interpolation 0 Classification of spatial interpolation methods 0 Interpolation methods 0 Areal interpolation

More information

FW662 Lecture 9 Immigration and Emigration 1. Lecture 9. Role of immigration and emigration in populations.

FW662 Lecture 9 Immigration and Emigration 1. Lecture 9. Role of immigration and emigration in populations. FW662 Lecture 9 Immigration and Emigration 1 Lecture 9. Role of immigration and emigration in populations. Reading: Sinclair, A. R. E. 1992. Do large mammals disperse like small mammals? Pages 229-242

More information

MAPPING OF BLACK POPLARS

MAPPING OF BLACK POPLARS MAPPING OF BLACK POPLARS Contribution to conservation of Black Poplars Monitoring and recording of trees: mapping, tagging and photographing black poplars. Updating the database with current data, including

More information

Denis White NSI Technical Services Corporation 200 SW 35th St. Corvallis, Oregon 97333

Denis White NSI Technical Services Corporation 200 SW 35th St. Corvallis, Oregon 97333 POLYGON OVERLAY TO SUPPORT POINT SAMPLE MAPPING: THE NATIONAL RESOURCES INVENTORY Denis White NSI Technical Services Corporation 200 SW 35th St. Corvallis, Oregon 97333 Margaret Maizel ' American Farmland

More information

CHAPTER 4 VARIABILITY ANALYSES. Chapter 3 introduced the mode, median, and mean as tools for summarizing the

CHAPTER 4 VARIABILITY ANALYSES. Chapter 3 introduced the mode, median, and mean as tools for summarizing the CHAPTER 4 VARIABILITY ANALYSES Chapter 3 introduced the mode, median, and mean as tools for summarizing the information provided in an distribution of data. Measures of central tendency are often useful

More information

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

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

More information

Syllabus Reminders. Geographic Information Systems. Components of GIS. Lecture 1 Outline. Lecture 1 Introduction to Geographic Information Systems

Syllabus Reminders. Geographic Information Systems. Components of GIS. Lecture 1 Outline. Lecture 1 Introduction to Geographic Information Systems Syllabus Reminders Geographic Information s Lecture Introduction to Geographic Information s. Class Info: www.saigis.com/class/ 2. Office T / TH (8:00-9:30 a.m.) and (2:30 3:30pm) or Appt 3. Email: burgerpr@unk.edu

More information

MAPPING AND ANALYSIS OF FRAGMENTATION IN SOUTHEASTERN NEW HAMPSHIRE

MAPPING AND ANALYSIS OF FRAGMENTATION IN SOUTHEASTERN NEW HAMPSHIRE MAPPING AND ANALYSIS OF FRAGMENTATION IN SOUTHEASTERN NEW HAMPSHIRE Meghan Graham MacLean, PhD Student Dr. Russell G. Congalton, Professor Department of Natural Resources & the Environment, University

More information

Learning ArcGIS: Introduction to ArcCatalog 10.1

Learning ArcGIS: Introduction to ArcCatalog 10.1 Learning ArcGIS: Introduction to ArcCatalog 10.1 Estimated Time: 1 Hour Information systems help us to manage what we know by making it easier to organize, access, manipulate, and apply knowledge to the

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 118 No. 19 2018, 2097-2111 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Study on the Current Assessment of Cadastral Surveying Performance

More information

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE A MACRO-DRIVEN ING SYSTEM FOR EVALUATING MODEL PERFORMANCE Bryan Sellers Ross Laboratories INTRODUCTION A major problem of forecasting aside from obtaining accurate forecasts is choosing among a wide range

More information

M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN

M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN GEOGRAPHIC INFORMATION SYSTEM M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN Keywords: GIS, rasterbased model, vectorbased model, layer, attribute, topology, spatial analysis. Contents

More information

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

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

More information

LUCAS Technical reference document U1 LUCAS Survey data user guide. (Land Use / Cover Area Frame Survey)

LUCAS Technical reference document U1 LUCAS Survey data user guide. (Land Use / Cover Area Frame Survey) Regional statistics and Geographic Information Author: E4.LUCAS (ESTAT) TechnicalDocuments 2015 LUCAS 2015 (Land Use / Cover Area Frame Survey) Technical reference document U1 LUCAS Survey data user guide

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

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System Outline I Data Preparation Introduction to SpaceStat and ESTDA II Introduction to ESTDA and SpaceStat III Introduction to time-dynamic regression ESTDA ESTDA & SpaceStat Learning Objectives Activities

More information

Geographical Information Systems

Geographical Information Systems Geographical Information Systems Geographical Information Systems (GIS) is a relatively new technology that is now prominent in the ecological sciences. This tool allows users to map geographic features

More information

CHAPTER 10. Regression and Correlation

CHAPTER 10. Regression and Correlation CHAPTER 10 Regression and Correlation In this Chapter we assess the strength of the linear relationship between two continuous variables. If a significant linear relationship is found, the next step would

More information

ANOVA approach. Investigates interaction terms. Disadvantages: Requires careful sampling design with replication

ANOVA approach. Investigates interaction terms. Disadvantages: Requires careful sampling design with replication ANOVA approach Advantages: Ideal for evaluating hypotheses Ideal to quantify effect size (e.g., differences between groups) Address multiple factors at once Investigates interaction terms Disadvantages:

More information

DATA DISAGGREGATION BY GEOGRAPHIC

DATA DISAGGREGATION BY GEOGRAPHIC PROGRAM CYCLE ADS 201 Additional Help DATA DISAGGREGATION BY GEOGRAPHIC LOCATION Introduction This document provides supplemental guidance to ADS 201.3.5.7.G Indicator Disaggregation, and discusses concepts

More information

Projections & GIS Data Collection: An Overview

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

More information

Analytical Methods for Engineers

Analytical Methods for Engineers Unit 1: Analytical Methods for Engineers Unit code: A/601/1401 QCF level: 4 Credit value: 15 Aim This unit will provide the analytical knowledge and techniques needed to carry out a range of engineering

More information

RESERVE DESIGN INTRODUCTION. Objectives. In collaboration with Wendy K. Gram. Set up a spreadsheet model of a nature reserve with two different

RESERVE DESIGN INTRODUCTION. Objectives. In collaboration with Wendy K. Gram. Set up a spreadsheet model of a nature reserve with two different RESERVE DESIGN In collaboration with Wendy K. Gram Objectives Set up a spreadsheet model of a nature reserve with two different habitats. Calculate and compare abundances of species with different habitat

More information

Giant Kangaroo Rat Dispersion Analysis

Giant Kangaroo Rat Dispersion Analysis Giant Kangaroo Rat Dispersion Analysis ABBY RUTROUGH, Department of Wildlife, Humboldt State University, 1 Harpst St, Arcata, CA 95521. DYLAN SCHERTZ, Department of Wildlife, Humboldt State University,

More information

Math/Stat Classification of Spatial Analysis and Spatial Statistics Operations

Math/Stat Classification of Spatial Analysis and Spatial Statistics Operations Draft3, April 2012 Math/Stat Classification of Spatial Analysis and Spatial Statistics Operations for MapCalc software distributed by Berry & Associates // Spatial Information Systems Alternative frameworks

More information

Credibility of climate predictions revisited

Credibility of climate predictions revisited European Geosciences Union General Assembly 29 Vienna, Austria, 19 24 April 29 Session CL54/NP4.5 Climate time series analysis: Novel tools and their application Credibility of climate predictions revisited

More information

Cadcorp Introductory Paper I

Cadcorp Introductory Paper I Cadcorp Introductory Paper I An introduction to Geographic Information and Geographic Information Systems Keywords: computer, data, digital, geographic information systems (GIS), geographic information

More information

A Socioeconomic Analysis of the Spatial Distribution of Fire Hydrants. History of Portland Fire Hydrants

A Socioeconomic Analysis of the Spatial Distribution of Fire Hydrants. History of Portland Fire Hydrants A Socioeconomic Analysis of the Spatial Distribution of Fire Hydrants By Dylan Carmody Robert Chappell Jana Tracy Allan McMillian 2003 History of Portland Fire Hydrants The first fire hydrant was installed

More information

EpiMAN-TB, a decision support system using spatial information for the management of tuberculosis in cattle and deer in New Zealand

EpiMAN-TB, a decision support system using spatial information for the management of tuberculosis in cattle and deer in New Zealand EpiMAN-TB, a decision support system using spatial information for the management of tuberculosis in cattle and deer in New Zealand J.S. McKenzie 1, R.S. Morris 1, C.J. Tutty 2, D.U. Pfeiffer 1 Dept of

More information

ENVIRONMENTAL DATA ANALYSIS WILLIAM MENKE JOSHUA MENKE WITH MATLAB COPYRIGHT 2011 BY ELSEVIER, INC. ALL RIGHTS RESERVED.

ENVIRONMENTAL DATA ANALYSIS WILLIAM MENKE JOSHUA MENKE WITH MATLAB COPYRIGHT 2011 BY ELSEVIER, INC. ALL RIGHTS RESERVED. ENVIRONMENTAL DATA ANALYSIS WITH MATLAB WILLIAM MENKE PROFESSOR OF EARTH AND ENVIRONMENTAL SCIENCE COLUMBIA UNIVERSITY JOSHUA MENKE SOFTWARE ENGINEER JOM ASSOCIATES COPYRIGHT 2011 BY ELSEVIER, INC. ALL

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

Development of statewide 30 meter winter sage grouse habitat models for Utah

Development of statewide 30 meter winter sage grouse habitat models for Utah Development of statewide 30 meter winter sage grouse habitat models for Utah Ben Crabb, Remote Sensing and Geographic Information System Laboratory, Department of Wildland Resources, Utah State University

More information

Demonstrate a new approach to analysis based on synoptic models A 12 step program based on a new

Demonstrate a new approach to analysis based on synoptic models A 12 step program based on a new Synoptic Modeling of Animal Locations Combining Animal Movements, Home Range and Resource Selection Edward O. Garton, Jon Horne, Adam G. Wells, Kerry Nicholson, Janet L. Rachlow and Moses Okello* Fish

More information

Abstract: Contents. Literature review. 2 Methodology.. 2 Applications, results and discussion.. 2 Conclusions 12. Introduction

Abstract: Contents. Literature review. 2 Methodology.. 2 Applications, results and discussion.. 2 Conclusions 12. Introduction Abstract: Landfill is one of the primary methods for municipal solid waste disposal. In order to reduce the environmental damage and to protect the public health and welfare, choosing the site for landfill

More information

Sampling. Where we re heading: Last time. What is the sample? Next week: Lecture Monday. **Lab Tuesday leaving at 11:00 instead of 1:00** Tomorrow:

Sampling. Where we re heading: Last time. What is the sample? Next week: Lecture Monday. **Lab Tuesday leaving at 11:00 instead of 1:00** Tomorrow: Sampling Questions Define: Sampling, statistical inference, statistical vs. biological population, accuracy, precision, bias, random sampling Why do people use sampling techniques in monitoring? How do

More information

Urban Growth and Development Using SLEUTH: Philadelphia Metropolitan Region

Urban Growth and Development Using SLEUTH: Philadelphia Metropolitan Region Urban Growth and Development Using SLEUTH: Philadelphia Metropolitan Region ALYSSA LYND CODY HITT GUS FREDERICK 1.0 INTRODUCTION The metropolitan and suburban regions of Philadelphia and its surrounding

More information

The Problem of Where to Live

The Problem of Where to Live April 5: Habitat Selection: Intro The Problem of Where to Live Physical and biotic environment critically affects fitness An animal's needs may be met only in certain habitats, which should select for

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