Problem solved w/ JOIN.

Slides:



Advertisements
Similar presentations
Geographic Information Systems Using ESRI ArcGIS 9.3 Join and Relate Tables.
Advertisements

Analysis in 9.2: Overlay. Analysis Usually starts with selection… Why? Because –Many steps in analysis are simply selection by Attribute OR Location –Most.
Join Trick It works!. Parcel with 4 cover types Any > 100%
Chapter 6 Spatial Joins. Which county has most earthquakes? 1.County data layer 2.Earthquake data layer 3.No common field between layers.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Spatial Analysis – vector data analysis
Editing Tabular Data Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University.
Spatial Analysis using Vector Data # 2 Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Lecture 3 How does GIS work. How does GIS work? Maps are stored in computers Databases and Tables Geometry Attributes.
Spatial Analysis using Vector Data # 2 Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
CS 128/ES Lecture 6a1 Attribute Data CampusIDNameTypeFloorsFootprint 6MurphyAcademic HopkinsSupport MaintenanceSupport HickeySupport22367.
January 30, 2006Site Selection - IAP 2006 Site Selection – Making Spatial Decisions Using GIS IAP 20061/30/06.
Using the Tax Assessor’s Database & Other land use datasets.
Intro. To GIS Lecture 6 Spatial Analysis April 8th, 2013
@ 2007 Austin Troy. Geoprocessing Introduction to GIS Geoprocessing is the processing of geographic information. Perform spatial analysis and modeling.
GIS Tools Workflow of GIS Tools to Determine Properties Suitable for Migratory Bird Foraging Sites.
Copyright 2003 By NTREIS, Inc. Welcome to NTREIS Listings “ADD/EDIT” PowerPoint Presentation.
Solve a linear-quadratic system by graphing
Solving a System of Equations using Multiplication
Vector Analysis II Reading Assignment: Bolstad Chapter 9 (pp )
Working with Tables Lesson 5 of Introduction to ArcGIS for Emergency Managers.
Unit Two: Attribute Tables In this unit… ► Features & properties  Basic features  Rearranging columns  Freezing & Sorting columns  Field Labels & Hiding.
Exercise 1: Creating GIS data—points lines and polygons A very common method of creating vector data is to physically create these files through on-screen.
School of Geography FACULTY OF ENVIRONMENT Introduction to ArcToolbox and Geoprocessing.
Martin Dodge Practical 2, 24th March 2004, pm Social Science Research Methodologies.
Attributes in ArcGIS. ArcGIS Attributes FID – ESRI’s internal identifier Shape – Actual spatial data.
1.6 Solving Compound Inequalities Understanding that conjunctive inequalities take intersections of intervals and disjunctive inequalities take unions.
Do Now 12/18/09  Copy HW in your planner.  Text p. 384, #5-10 all, even, 38 & 40  Quiz sections Tuesday  In your notebook, put the.
Editing and Analysis. Notes on Editing We have covered feature editing But not table editing.
Queries Select by Attribute Select by Location. What is a Query? A query extracts information from a data table for further use –Once extracted you can:
Viewshed revisited. Plan for next 4 sessions Today is more on Viewshed and models Thursday is on finding shortest (least cost) pathway between A and B.
Analysis in 9.0. What’s Next To be really accomplished in GIS (or GIT) you need the following … –Vector GIS (You got it) –Raster GIS (FOR556) –Expert.
Editing Attributes in ArcGIS Attributes – the data in records. e.g A parcel of land might be zone 3A residential. The field = TAG The attribute = 3A In.
WBAreaComID Queries. By first converting the NHDFlowline feature class to a point feature class and then joining the flowline point feature class with.
Solving Systems of Equations: The Elimination Method Solving Systems of Equations: The Elimination Method Solving Systems of Equations: The Elimination.
1 Analysis I: Selection And an introduction to planning an analysis.
ArcGIS 9 ch 6 Edited 10/28/05 1 Land Use Analysis An important aspect of any GIS is the use of analysis. Analysis helps us to say something meaningful.
WBAreaComID Queries Paul Kimsey 3/18/2007. Open Arc Toolbox.
Analysis in 9.0. What’s Next To be really accomplished in GIS (or GIT) you need the following … –Vector GIS (You got it) –Raster GIS (FOR556) –Expert.
DEM TRAINING (DIGITAL ELEVATION MODEL). STEP 1 OPEN GIS.
Creating and Editing Feature Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
1 Where have we come so far? By now, you should be familiar with: –What GIS is –How GIS works –Some of what GIS can do –GIS data formats Spatial data Tabular.
1 More on Analysis How to get into Trouble without really trying!
Relevant Attributes are Embedded within the Shapefile using a data structure That is replicated across the excavation Excavation Sheets are Duplicated.
CE 525. REGRESSION VIDEO Return Quiz Why regression? Re-watch video as it will be on the midterm! 1. This is the difference between actual observed values.
NR 322: Editing Attributes Jim Graham Fall 2008 Chapter 6.
Solve Equations With Variables on Both Sides. Steps to Solve Equations with Variables on Both Sides  1) Do distributive property  2) Combine like terms.
Locate Artificial Paths Outside Area / WB & StreamRivers Inside Area / WB.
11th Annual GeoElections Conference
Intro. To GIS Pre-Lab Spatial Analysis April 1 st, 2013.
Spatial Analysis – vector data analysis Lecture 8 10/12/2006.
SAG INFOTECH PVT. LTD SOFT SOLUTION FOR THOSE WHO CAN”T AFFORD TO MAKE ERROR USER LOGIN HELP.
Graduate Students, CEE-6190
DRAWING LINES To draw lines click View in the Main Menu Toolbar -> Toolbars and check the Editor option. The Editor toolbar will appear amongst the toobars.
Physical Structure of GDB
Solving Systems of Equations
WOCAT Mapping methodology
Forms.
ArcToolbox A collection of commands In 11 toolboxes
Spatial Analysis and Functions
5.2 Inverse Functions and Their Representations
Spatial Data Processing
Nicholas A. Procopio, Ph.D, GISP
Working Spatial Data File Geodatabase
What is the difference between and and or?
Rocco Panciera - UNICEF
Vector Geoprocessing.
Warm Up #.
Relationships While we are on the subject of Relationships, let’s take a quick look at them.
Presentation transcript:

Problem solved w/ JOIN

The Problem In the Nature study I suggested that the Schools would prefer a 50/50 split between Forest and Ag cover The solution to this common problem… That is, how to compute percentages of cover, elevation values, slope values, for polys in a FC (like Tax Parcels)

Assumptions This works best with data in GDB but as long as you are willing to keep calculating Areas it will work with standalone Shapefiles There are scripts for area calculation GDB is the better option, however

How to do it… To solve the problem of cover types in parcels you need to… Intersect Cover (input) and Tax Parcels (intersect features) (could use Union as well)

Aside If you are working with FCs that have large attribute tables you need to do the following… Copy the FC into a new GDB Review the fields (properties) Get rid of those you do not need by un-checking their check boxes (actually easier to un-check all and then check the ones you want o keep. This just makes life easier!!!!

How to do it… To solve the problem of cover types in parcels you need to… Intersect Cover and Tax Parcels Result is that each Parcel is broken into 1 or more polys based on Cover Like this…

Parcel 91294 is selected

Multipart Poly But, did not include the poly with the same code at the lower right????? The intersection created one multipart poly of 5 parts

Intersection table

Total area Stats

So far, So good How do we calculate what % each intersect poly is on a per parcel basis???? Remember – you can’t calculate BETWEEN records Where is the parcel area? Its is the Tax_Parcel FC!

Duh! Its in the Tax Parcel data! Parcel Area

OK, how to get it into the Intersect table? JOIN the Attribute table of the Intersection layer with the Table of Tax_Parcel data based on Parcel-id This is a one to many join Which means that the parcel record is joined to every record in the intersect layer that has the same ID

Now… Oops – minor detail. You have to create a new float field to the intersect table BEFORE you do the join! You can’t be in edit mode to create the new field and have to be in edit mode to calculate values

Calculate values The new field (made before the Join!) has the name pct-cov

Ta Da

Procedure… Put data needed in a GDB Intersect the selected parcels FC w/ cover FC (right one first!) Add a new field to Intersect FC for % Calculation Join Tax Parcel Attribute table to Intersect FC table Calculate %