5 Pages

Lab12

Course: WEEK 624, Fall 2009
School: N.C. State
Rating:
 
 
 
 
 

Word Count: 1398

Document Preview

12: Lab Telemetry Week 13: Telemetry Presented by: Jaime Collazo and Ed Laurent Friday, April 13, 2007 Objectives: Calculate minimum convex polygons Calculate home range kernels Extract land cover use and availability values Interpret use vs. availability figures Outline: 1. 2. 3. 4. Use HawthsTools to calculate MCPs and Kernels Extract land cover values at points and within mcps, kernels and the study region...

Register Now

Unformatted Document Excerpt

Coursehero >> North Carolina >> N.C. State >> WEEK 624

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
12: Lab Telemetry Week 13: Telemetry Presented by: Jaime Collazo and Ed Laurent Friday, April 13, 2007 Objectives: Calculate minimum convex polygons Calculate home range kernels Extract land cover use and availability values Interpret use vs. availability figures Outline: 1. 2. 3. 4. Use HawthsTools to calculate MCPs and Kernels Extract land cover values at points and within mcps, kernels and the study region Summarize land cover use vs. availability as percentages Compare use vs. availability graphically and statistically Required Readings: Blouin-Demers, G. and P. J. Weatherhead. 2001. Habitat use by black snakes (Elaphe obsolete obsolete) in fragmented forests. Ecology 82(10):2882-2896 Lab 12: Telemetry Week 13: Telemetry Presented by: Jaime Collazo and Ed Laurent Friday, April 13, 2007 Exercise: Data: 1. Snake_locations.shp GPS locations of marked snakes found using radio telemetry. Contact David Woodward (david_woodward@ncsu.edu) for more information. 2. landcover grid of land cover classes 3. study_area.shp polygon identifying the study area 4. LC_Names.dbf text descriptions of land cover codes Add the above data to a new project. Join LC_Names.dbf MAPCODE field to landcover VALUE field. Import the landcover.lyr symbology as unique values for the joined MAPUNITNAME field of the landcover grid. Use HawthsTools to generate minimum convex polygons for each snake: HawthsTools -> Animal Movements -> Create Minimum Convex Polygons. Point locations layer: snake_locations Check "Create a different MCP for each unique value in this field": SNAKE_ID Output: c:\workspace\lab12\mcp Use HawthsTools to generate 50% and 95% home range kernels for each snake: HawthsTools -> Kernel Tools -> Batch Fixed Kernel Density Estimator Point locations layer: snake_locations Unique ID field (integer): SNAKE_INT Smoothing factor (h): 250 Select "Minimize the extent..." Output Raster cell size: 30 Check percent volume contours: 95, 50 Output folder: Click the folder button -> add a new folder -> rename folder "kernels" -> select this new folder Add all the new kernels to the view Use HawthsTools to generate polygons for the kernels: HawthsTools -> Kernel Tools -> Percent Volume Contours Raster layers: select all the "kde" kernel grids Isopleths (percent): 95, 50 Output: Check Polygons only, uncheck other options Output folder: Click the folder button -> add a new folder -> rename folder "kernelpolys" -> select this new folder Add all the new kernel polygons to the view Remove all the kernel grids from the view. You will not use them again. Add the SNAKE_INT number to each set of polygons: HawthsTools does not provide a way to distinguish the source of each kernel estimate in the table, it only does it in the file name.. You will therefore change the ID number to match the SNAKE_INT number for the snake locations that were used to generate the kernels. Starting with kde_1_poly -> open the attribute table -> right click on the ID field -> Calculate Values -> Id = 1. Repeat for each polygon, changing the ID value (0) to the SNAKE_INT used to generate the original kernels (e.g., kde_2_poly -> Id = 2, kde_3_poly -> Id = 3, ...) Use the Append (Data Management) Tool to merge the kernels into a single shapefile Data Management Tools -> General -> Append Input Features: Add kernel "kde" polygons 1-9 Output features: The last kernel, should be "kde_10_poly" Schema Type: No Test This operation results in the kde_10_poly file now containing the kernels for all the snakes, with the ID field indicating which SNAKE_INT was used to generate the kernel. Remove all "kde" polygons except kde_10_poly Your project should now look something like this: You will now summarize land cover for each snake location, for each mcp, for each kernel and for the study area. To extract land cover values at each snake location: HawthsTools -> Analysis Tools -> Intersect Point Tool Point file to intersect: snake_locations Select layers to intersect with: RASTER -> Check landcover The result is a new field in the snake_locations attribute table with the land cover value of the grid cell at each point. To summarize land cover within kernels mcps, and study region: HawthsTools -> Raster Tools -> Thematic Raster Summary Polygon layer: mcp Thematic raster: landcover Output table (dbf): mcp_land.dbf Repeat for kde_10_poly (output: kernel_land.dbf), and study_area (output: study_land.dbf) Add the three new output tables to the project. The mcp_lanb and kernel_land tables will need to be joined to their source attribute tables. To join the output tables to their source file's attribute table, right click on the shapefile -> Joins and Relates -> Join -> Join attributes from a table mcp 1. Field that the join is based on: FID (refers to feature ID) 2. Choose the table...: mcp_land 3. Choose the field...: PolyFID kde_10_poly 1. Field that the join is based on: FID 2. Choose the table...: kernel_land 3. Choose the field...: PolyFID Export to your lab folder the attribute tables of the following layers using the following names: To export attribute tables, right click on the layer -> Open Attribute Table -> click the Options button (on bottom of table) -> Export. Do not add the tables to the map. snake_locations = loc_cover mcp = mcp_cover kde_10_poly = kernel_cover Open Excel and open the following tables. You will need to change the "Files of type" to dBase Files (*.dbf): 1) study_land.dbf, 2) loc_cover.dbf, 3) mcp_cover.dbf, and 4) kernel_cover.dbf Open the SnakeSummaries.xls in your lab folder. Copy the data from each table into the sheet with the same name as the source table (e.g., loc_cover) and save the workbook. The easiest way to copy and paste the values is to select the top left gray cell in a table, hold Ctrl + c to copy, select the top left corner on a new sheet in your workbook, Click + v to paste. On the study_cover page, copy the cells (not columns or rows) containing data. In the AA1 cell, right click and select paste special. Check the `Transpose' box and click ok. Delete all columns to the left of AA. Delete row 1. Rename cells A1 "LandCover" and B1 "Count" On the mcp_cover page, select the cells containing data. In the AC1 cell, right click and select paste special. Check the `Transpose' box and click ok. Delete all columns to the left of AC. Delete rows 1 and 3-7. This leaves you with the snake ID and the count of pixels within each cover type. Rename cell A1 "LandCover" On the loc_cover page, create a pivot table to summarize land cover for each snake location: Select the columns containing data. Click Data -> PivotTable and PivotChart Report -> Next -> Next -> Layout. Drag ...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Mich Tech - EE - 331
EE331 SEC 01 WINTER 1995-96 MATLAB ASSIGNMENT 1_NOTE: Reports are to be turned in by each GROUP (not individual)__MATLAB ASSIGNMENT 1:Work out the EXERCISE in MATLAB 1 and submit a report. The guidelin
Mich Tech - EE - 331
EE331 SEC 01 WINTER 1995-96 MATLAB ASSIGNMENT 2_NOTE: Reports are to be turned in by each GROUP (not individual)__MATLAB ASSIGNMENT 2:Work out the EXERCISE in MATLAB 3 and submit a report. The guideli
Mich Tech - CET - 1141
Placing and Finishing ConcreteBasic Requirements for Placing Concrete (1)sPreserve concrete qualityx x x xWater-cement ratio Slump Air-content HomogeneitysAvoid separation of aggregate and mortarPlacing and Finishing ConcreteBasic Req
Mich Tech - CET - 1141
Specialty Concr ete - H igh End Value M ater ialsH igh-Value Concr etesAll concrete is high value!x x xCost of material (small) Cost of placement (significant) Cost of Replacement (HIGH)H igh-Value Concr eteH igh-Value Concr etesHigh v
Mich Tech - CE - 3401
Lecture 10 General Horizontal Alignments Horizontal alignment is a trial and error process but AASHTO lists some general considerations that should be considered when setting the alignment of a road segment. They include; Alignment should be as direc
Mich Tech - MA - 5761
0.531924529248437 0.0922713548386612 -0.71400425249255 -1.34124812754979 -1.66067410992932 0.1072573382428270.730128586652821 -0.950005570799634 -1.17490456256866 -0.624181717125163 -1.02202770593375 -0.4785562920561172.22739167847308 0.66589998393
Mich Tech - MA - 4710
0.0 30.0 1.0 30.0 0.0 30.0 0.0 31.0 0.0 32.0 0.0 33.0 1.0 34.0 0.0 35.0 0.0 35.0 1.0 35.0 1.0 36.0 0.0 37.0 0.0 38.0 1.0 39.0 0.0 40.0 1.0 40.0 1.0
Mich Tech - MA - 4710
0.5 42.5 0.5 50.6 1.0 68.5 1.0 80.7 1.5 89.0 1.5 99.6 2.0 105.3 2.0 111.8 2.5 112.3 2.5 125.7
Columbia - A - 4535
A4535 INTRODUCTION TO COMPUTER AIDED DESIGN Instructors: Namho Park, Joseph Kosinski Summer 2000Introduction The course is offered as an introduction to the computer hardware and software resources at the GSAP. Early classes will explore the basic
Mich Tech - CS - 3421
I. Last Time: A. Lab #3 Due WED! B. Exam II - MONDAY! As before: 1 page crib sheet (Hand written, letter size paper) AND the handout crib sheet. If ASCII stuff is needed, I'll provide enou
Concordia Canada - COEN - 6511
* MOS3 models for use in SpectrE .MODEL CMOSN mos3 type=n + PHI=0.700000 TOX=9.6000E-09 XJ=0.200000U TPG=1 + VTO=0.6566 DELTA=6.9100E-01 LD=4.7290E-08 KP=1.9647E-04 + UO=546.2 THETA=2.6840E-01 RSH=3.5120E+01 GAMMA=0.5976 + NSUB=1.3920E+17 NFS=5.9090E
Mich Tech - CS - 1131
I. Last Time A. Hw #8 posted - due next Tues! B. Exam III Next Wed. - 1 week! C. Class next Thurs? Hard to tell. (Optional)II. New Stuff A. Array Review: 1. Limitations: 1) Only holds one data type.
Mich Tech - CS - 1131
I. Last Time A. Hw #7 - Get Started soon. (Fair amount of reading) C. Exam Review - Final 2 pages. D. Applets - An applet is usually some form of small program. It runs in a confined environment. A common "confined
Mich Tech - CS - 1131
Final Exam: 1. Comprehensive: Review prior exams. (Some questions will be almost identical to previous exams) It constitutes 15% of your exam grade. About 40-60% will focus on new material since the last exam: Linked L
N.C. State - ENGR - 521
Performance of tournament predictors In the last lecture, we saw the design of the "tournament" predictor used by the Alpha 21264. The Alpha's predictor is very successful. On the SPECfp 95 benchmarks, there is less than 1 misprediction per 1000 com
N.C. State - ENGR - 521
Question. (A) Describe the principle of "software pipelining." (B) Use software pipelining to schedule the following code: Loop: L.D F0, 0(R1) ADD.D F4, F0, F2 SD 0(R1), F4 SUBI R1, R1, #8 BNEZ R1, LOOP Assume that LD has a 1-cycle and ADDD a 2-cycle
Columbia - CS - 1004
accessor methodaddressalgorithmALUargumentassignmentassembly languagebinarybitbooleanboolean expressionboolean operatorbytecachecastcentral processing unitclassclass librarycompilercomputer sciencecontrol unitconstructorDASDdat
Harvey Mudd College - LATEX - 209
% UCTHESIS DOCUMENT STYLE - Released 10 Feb 93. % for LaTeX version 2.09 % % % % * * FONTS * *\lineskip 1pt % \lineskip is 1pt for all font sizes. \normallineskip 1pt \def\baselinestretch{1.37} % % % % % % % % % % % % % % % % % % Each size-changing
Harvey Mudd College - LATEX - 209
\def\fileversion{v1.0d} \def\filedate{92/07/02} \def\docdate{92/07/02} % \CheckSum{139} % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z % Digits \0
Harvey Mudd College - LATEX - 209
% This is CHBARS.STY as of Aug '92 % -*-LaTeX-*%-% (c) 1989 by J.Schrod. copy conditions see below. % % Macro package for creating changebars in LaTeX. % MAKEPROG will `weave' this file into documentation that can be LaTeX'ed. % % documented in LaTeX
N.C. State - ENGR - 521
Superscalar and VLIW processor designMultiple instruction issue per clock Goal: Extracting ILP so that CPI < 1 (or IPC > 1) Superscalar: Combine static and dynamic scheduling to issue multiple instructions per clock HW-centric and less sensitive t
East Los Angeles College - AMDREF - 092
School of Creative ArtsModule Code: UADA4P-40-2 Module Title: Exploring Graphic Design Process Assessment Hand In Date: 30/04/09 Assessment Hand In Time: 14:00 hrs Assessment Hand In Location: 2B18 *This module is a pre-requisiteThe work that you s
East Los Angeles College - AMDREF - 092
Module BriefSchool of Creative ArtsModule Code: UACACC-20-2 Module Title: Professional Practice & Portfolio Development Assessment Hand In Date: 30/04/09 Assessment Hand In Time: 14:00 hrs Assessment Hand In Location: 3B3 *This module is a pre-req
East Los Angeles College - AMDREF - 092
School of Creative ArtsModule Code: UADA69-40-2 Module Title: FASHION/TEXTILES PRACTICE: Assessment Hand In Date: 30/04/09 Assessment Hand In Time: 14:00 hrs Assessment Hand In Location: 1F7 *This module is a pre-requisiteThe work that you submit w
East Los Angeles College - AMDREF - 091
Module BriefSchool of Creative ArtsModule Code: UAAAC7-40-1 Module Title: Introduction to Photographic Practice Assessment Hand In Date: 30/04/09 Assessment Hand In Time: 14:00 hrs Assessment Hand In Location: 3B3The work that you submit will be
Mich Tech - GENENG - 1001
ENG1001 Engineering Ethics Case Study TitleTeam Members ENG1001 Section #, Team # Date Contact E-Mailvv
Mich Tech - CH - 4212
Monitoring the Course of an Esterification Reaction by FTIRObjective Acetic acid and ethanol react to form ethyl acetate in the presence of a mineral acid catalyst: CH3COOH + CH3CH2OH CH3COOCH2CH3 + H2OWith 1% H2SO4 as the catalyst the reaction wi
Mich Tech - CH - 4212
Quantitative Evaluation of a Mineral Supplement by Flame Atomic Absorption SpectroscopyObjective You will use flame atomic absorption to quantify the concentration of calcium, magnesium and zinc in a commercial mineral supplement capsule. Instrument
Mich Tech - CH - 4212
Separation of Phenols by Gas ChromatographyObjective Qualitative identification of phenols by retention time. Quantization using an internal standard. Investigation of effect of temperature and flow rate on chromatographic separation. Overview The c
Mich Tech - CH - 4212
GC MS Analysis of a Complex MixtureObjective The objective of this laboratory experiment is to compare the use of gas chromatography/mass spectrometry (GC/MS) as an analytical tool for characterizing complex multicomponent samples. The test sample
N.C. State - MAE - 442
SuspensionOutline Introduction Suspension components Suspension type examples Solid axle Double Wishbone MacPherson Strut Introduce basic geometrySuspension Purpose Isolate passengers and cargo from vibration and shock Improve mobility
N.C. State - MAE - 301
7-114 The work produced for the process 1-2 shown in the figure is to be determined. Assumptions Kinetic and potential energy changes are negligible. Analysis The work integral represents the area to the left of the reversible process line. Then, P (
N.C. State - ARE - 306
WALTER CLARK ERWIN, Plaintiff, v. LENA LOWDERMILK TWEED, Defendant No. COA00-250 (Filed 3 April 2001) 1. Insurance-UIM coverage-family farm trust vehicles-individually ownedThe trial court correctly granted summary judgment for plaintiff in a decla
University of Texas - CH - 302
Lecture 11: Solving the aqueous weak acid and weak base cases.This is our third lecture on acid base water chemistry. In the first one we learned about the temperature dependent calculation of pH from Kw for pure water. In the second lecture we lear
N.C. State - MIE - 305
Chapter 12Contract Defenses, Discharge and RemediesMiller Cross 4th Ed. 2005 by West Legal Studies in Business / A Division of ThomsonGenuineness of Assent Contract may be unenforceable if the parties have not genuinely assented to its terms b
N.C. State - HI - 208
HI 208/ Pt. #3Reforms of Diocletian and Constantine, 284-363Problems Facing Diocletian Powers of Emperor: something other than princeps concept Reorganization of the Army New administrative institutions needed as old municipal governments crumb
N.C. State - ACC - 220
MANAGERIAL ACCOUNTING Fall 2005Instructor: Class Schedule: Course Webpage: Lab Webpage: Michael Woolard ACC 220 TTH 6:00 7:15 http:/www4.ncsu.edu/~rsawyers/webpage/acc220/ http:/courses.ncsu.edu/acc220p/lec/201/Professor Woolard's Contact Informa
N.C. State - ACC - 530
Chapter 6: Business Incentive ProvisionsQuestions and Problems for Discussion 1. Business tax incentives may provide economic benefits to individuals by allowing the business to pay higher salaries to its workers, or provide more employee benefits.
N.C. State - ACC - 530
Chapter 12: Dispositions of Equity Interests in Business EntitiesQuestions and Problems for Discussion 1. The purpose of this question is to encourage students to think about the tenuous relationship between stock price and the underlying value of a
N.C. State - ACC - 530
Chapter 3: Organizational StrategiesQuestions and Problems for Discussion 1. In a general partnership, all partners have unlimited personal liability for the entity's business debts. In a limited partnership, only the general partner (or partners) h
N.C. State - CSC - 570
Physical LayerRudra DuttaECE/CSC 570 - Fall 2007, Section 001Context Lowestof OSI layers Provides a bit pipe More communications than networking We want to understand: General techniques Theoretical resultsCopyright Fall 2007, Rudra D
N.C. State - CSC - 230
Console and File I/O - BasicsRudra DuttaCSC 230 - Spring 2007, Section 001Input and Output User interaction: reading and writing dataReading from keyboard or file Writing to console or fileC provides NO language primitives for I/O !L
N.C. State - CSC - 791
CSC/ECE 791B - Survivable NetworksSpring 2008Static Network Design - BackgroundNetworks must be designed (resource provisioned) Design should proceed on the basis of What use the network is likely to be put to What behavior is expected or des
N.C. State - CSC - 230
Other Topics(What did we leave out?)Muldner Chapters 11, 12, 13, 14Other Features of C Bitoperations Enums, structs, unions Long jumps Error handling Signal handling Shared memory and other IPC Modular/object-oriented programmingBit O
N.C. State - CSC - 775
CSC/ECE 775: Optical NetworksRudra Dutta, Fall, 2006SONETTelephony: Multiplexing Telephone Trunks between central offices carry hundreds of conversations: Can't run thick bundles! Send many calls on the same wire: multiplexing Analog multip
N.C. State - CSC - 570
ECE/CSC 570 Computer NetworksFall 2008, Section 001Rudra DuttaCourse IntroductionFirst course in Computer NetworkingProvide all round perspective of the field Also prepare for further studyInstructional Objectives Describe the O
N.C. State - CSC - 570
The Networking LayerRudra DuttaECE/CSC 570 - Fall 2008, Section 001Positioning DLCallows communication between connected computers Cooperation can create connectivity not present in physical topology networking Lowest layer aware of end-to-
N.C. State - CSC - 570
Data Link Control - Medium Access ControlRudra DuttaECE/CSC 570 - Fall 2008, Section 001Positioning Local Area NetworksSmall size; room, floor, building Small number of computers, dozens, hundreds Manydifferent approaches, standards E
N.C. State - CSC - 570
ECE/CSC 570 - Computer NetworksNetworking in the InternetDesign Principles (Names and Addresses)1. 2. 3. 4. 5. 6.No hardcoded addresses Single naming structure Addresses must be unambiguous Upper-layer protocols must be able to identify endpoin
University of Texas - MIS - 374
Day 11 Use Case Diagrams Exam 1 preview comments Use Case Diagrams & Scripts Diagrams for Requirements Gathering and Analysis Exercise 10 Use Cases for Client ProjectWeek Two: Client Project Questions1. Did your client make changes to your
N.C. State - ENGR - 517
Install Ruby If you are running on Mac OS X, Ruby is preinstalled. If you are on Windows or Linux, browse to http:/www.rubylang.org/en/downloads/1Scroll to the Options for Your OSI suggest the one-click installer.2Adding Ruby Support to
IUP - UNIT - 808
James Gee "Literacy is control of secondary uses of language (i.e. uses of language in secondary discourses)." (p. 8) Discourse for Gee is a kind of identity kit, membership in a group and control of the group's language.
N.C. State - CH - 433
Chemistry 433Lecture 28 Second Order KineticsNC State UniversitySecondorder KineticsSecond order reactions DNA hybridizationSecond order kineticsA second order reaction in component A has a timedependence given by d[A]/dt = k[A]2. The integ
N.C. State - CH - 433
Example: The Metabolism of GlycineThe biochemical reactions necessary to sustain life in a person produce about 6000 kJ/day of heat at constant pressure. This is the basal metabolic rate. Depending on level of activity 8000 to 12,000 kJ/ day may be
N.C. State - ST - 740
x[]cen[]NA1250NA1552NA1144NA1476NA1257NA1550NA892NA1517NA1483NA1405NA1118NA1143NA1584NA1633NA1313NA1531NA1301NA1620NA1382NA1104NA1360NA1707NA871NA1606NA1227NA1523NA1005NA1425NA1447NA1458NA
N.C. State - ST - 740
064310924105191031101257001911089200151700718101405001118001143001584003381013130015310013010086101382001104001360001707006731016060012270015230010050014250095210
N.C. State - ST - 740
01250-101552-101144-101476-101257-101550-10892-101517-101483-101405-101118-101143-101584-101633-101313-101531-101301-101620-101382-101104-101360-101707-10871-101606-101227-10
N.C. State - ST - 740
114170123911871017611650013211164701128701131801161201109701118801104601471111299019860112710111461110320112080115090118701142401989014561158711949011510011286019
NMSU - BUSINESS - 388
LEADERSHIP is THEATRE!Created by David M. Boje, Ph.D. The Leadership Box Copyrighted - David Boje http:/business.nmsu.edu/~dboje/388/Leadership_Theatre_book.htm August 21, 2005; Revised Jan 4 2008 Why pay exorbitant prices for textbooks. We authors
N.C. State - AEE - 523
Promoting Adult Education ProgramsPromoting Your ProgramMany programs fail for lack of noticeRemember the "voluntary attendance" rule Adults vote with their feet Adults must be informed about programsPromotional efforts are essential Plan pr
NMSU - LSC - 311
LSC 311 Section 2 Fall 2004Types of Reference Sources Index citation to periodical articles, books, conferences Abstract an index that gives citation and a brief summary Bibliography compilation of sources on a specific topic or specific author