10 Pages

ESF_chpt02_data_models

Course: ESF 300, Spring 2012
School: SUNY College of...
Rating:
 
 
 
 
 

Word Count: 936

Document Preview

2: Chapter Data Models GIS Data Models I I Coordinate Data Common Spatial Data Models I Raster Data Models Vector Data Models I Comparison Between Raster & Vector I I Maps as Numbers I The Spatial Data Model I I I I A logical data model is how data are organized for use by the GIS. Function of spatial data model is facilitate answering questions like ?, ?, ?, ?, ?, ? Remember, models...

Register Now

Unformatted Document Excerpt

Coursehero >> New York >> SUNY College of Environmental Science and Forestry >> ESF 300

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.
2: Chapter Data Models GIS Data Models I I Coordinate Data Common Spatial Data Models I Raster Data Models Vector Data Models I Comparison Between Raster & Vector I I Maps as Numbers I The Spatial Data Model I I I I A logical data model is how data are organized for use by the GIS. Function of spatial data model is facilitate answering questions like ?, ?, ?, ?, ?, ? Remember, models are , based on , and therefore, not necessarily a good reflection of what true GISs have traditionally used either raster or vector for maps. Why Topology Matters Attribute Data and Types Maps as Numbers I I I GIS requires that both feature characteristics (attribute data) and maps (spatial data) be represented as . Files can be written in binary or as ASCII text. Binary is faster to and , ASCII can be and edited by humans but uses . 1 Maps as Numbers I Geographic data model may be defined as I I the objects in a spatial database plus the spatial relationship among them 2 Objects and Maps A raster data model uses a grid. Like a map, a GIS data model is a digital representation of features as either a , , , and . I While most GIS systems can handle raster and vector, generally only one is used for the internal organization of spatial data. I I I I I One grid cell is one unit or holds . Every cell has a value, even if it is . A cell can hold a number or an standing for an attribute. A cell has a resolution, given as the cell size in . Generic structure for a grid 3 Data Structure (Hard Classifier) Data Structure (Soft Classifier) 000000000000 ? ? Water Forest Agriculture Road ? ? ? ? 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 2 0 0 0 0 0 0 0 0 0 4 10 2 0 0 1 0 0 0 0 0 0 8 10 5 0 0 2 0 0 0 0 0 0 3 9 9 0 0 0 0 0 0 0 0 0 0 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ? ? ? ? ? ? ? ? ? 0 0 1 ? ? ? 0 0 0 The mixed pixel problem ? ? 0 0 0 ? ? ? 0 0 0 000000000000 ? 0 0 0 000000001100 ? 0 0 0 100000011100 ? 0 0 0 100000011100 ? 0 0 0 000000011100 ? 0 0 0 000000001100 ? 0 0 000000001000 The mixed pixel problem 0 000000000000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Water Forest Agriculture Road Rule: Winner takes all 4 The mixed pixel problem Reduce chance of mixed pixels by decreasing cell size? Rule: Water Forest Agriculture Road Road, Water and Ag dominate 1. If road present -> road, 2. else if water present -> water, 3. else if Ag present -> Ag 4. else winner Types of data represented in raster cells (Table 2-1, pg 45) Class code I Table ID I Physical analog (e.g., elevation) I Statistical value (e.g., population density) I Point ID (nearest hospital) I Line ID (nearest road) I Polygon (area) ID (county) I Need for data compression techniques File type Uncompressed Compressed File name redwoods.bmp redwoods.jpg Size 2305 kb 271 kb Uncompressed Compressed 0 500 1000 1500 2000 2500 File size (KB) 5 Need for data compression techniques Raw data Need for data compression techniques Run-length codes 1111111111111111 1111111111111111 1111111111111111 1111111111111111 1111111111111111 1111111111111111 1111111111111111 1111111111111111 1111111122222222 1111111122222222 1111111111122222 1111111111122222 1111111111112222 1111111111112222 1111111111112222 1111111111112222 Need for data compression techniques The quad-tree structure 0 1 01 11 2 136 1 82 81 82 11 1 62 11 1 62 12 1 42 12 1 42 12 1 42 12 1 42 Need for data compression techniques UnCompressed Quad-tree 3 2 Run-length 31 0 50 100 150 200 250 300 File (KB) 6 Need size for data compression techniques Continuous surface data The Vector Model I A vector data model uses points stored by their real (earth) coordinates. Lines and areas are built from sequences of points in order. Lines have a direction to the ordering of the points. Polygons can be built from points or lines. I Vectors can store information about topology. I I I (0,100) (40,100) C D (60,100) (80,100) (100,100) (0,100) (40,100) C E F (0,65) D (40,50) (70,45) (40,50) (70,45) B (25,0) F (20,55) AB (0,0) E (0,65) (20,55) A (60,100)(80,100)(100,100) H (40,0) (0,0) (80,40) G (100,100) (25,0) (80,40) HG (100,100) (40,0) POLYGON file ID NUM A 5 B 5 C 6 : : X-Ys 0,0 25,0 0,65 : 0,65 20,55 0,100 : 20,55 40,50 40,100 : 25,0 40,0 40,50 : 0,0 25,0 20,55 0,65 7 Topological errors VECTOR At first, GISs used vector data and cartographic spaghetti structures. Vector data evolved the arc/node model in the 1960s. Hierarchical I I I Polygons are made up of Arcs (lines) Arcs are made up nodes (endpoints) and vertices (points) Vertices and nodes are recorded separately I I I Stored with the arcs is the topology (i.e. the connecting arcs and left and right polygons). I 5 6 C 9 D 3 10 E 11 F 4 15 7 16 12 AB 18 22 H 21 1 2 8 19 13 20 17 G NODE (POINT) file ID X Y 1 0 0 2 25 0 3 0 65 4 20 55 5 0 100 6 40 100 : : : 21 55 18 22 52 20 A7 5 3 A2 A10 9 6 4 A4 A3 AB A14 A5 18 22 A6 14 1 11 C A8 D E F A17 A11 A13 7 A1 10 A12 2 15 16 12 A16 19 13 17 HA15 G 20 21 14 8 POLYGON file ID ARCS A A1,A2,A3 B A3,A4,A5,A6 C A7,A8,A9,A2 : : NODE (POINT) file ID X Y 1 0 0 2 25 0 3 0 65 4 20 55 5 0 100 6 40 100 : : : 21 55 18 22 52 20 EXTENT 0 25 20 40 0 40 : : 0 0 50 : 65 55 100 : ARC file ID BP A1 2 A2 3 A3 4 A4 4 : : A16 16 A17 16 IP 1 : 11 EP 3 4 2 7 : 17 10 LP B C : F RP A A A B : E ... 8 TOPOLOGY I I I I I I Topology Matters Topological data structures dominate GIS software. Topology allows automated error detection and elimination. Rarely are maps topologically clean when digitized or imported. A GIS has to be able to build topology from unconnected arcs. Nodes that are close together are snapped. Slivers due to double digitizing and overlay are eliminated. Comparison Raster to Vector Characteristic Data structure Accessibility Data Storage Analysis Coord precision Coord conversion Display/Output - continuous - discrete Raster simple easy large easy cell size slow Vector complex complex small complex maybe greater simple good poor I I I The tolerances controlling snapping, elimination, and merging must be considered carefully, because they can move features. Complete topology makes map overlay feasible. Topology allows many GIS operations to be done without accessing the point files. Attribute data poor map-like I I I I Attribute data are stored logically in flat files. A flat file is a matrix of numbers and values stored in rows and columns, like a spreadsheet. Both logical and physical data models have evolved over time. DBMSs use many different methods to store and manage flat files in physical files. 9 EXCHANGE I I I I I Most GISs use many formats and one data structure. If a GIS supports many data structures, changing structures becomes the users responsibility. Changing vector to raster is easy; raster to vector is hard. Data also are often exchanged or transferred between different GIS packages and computer systems. The history of GIS data exchange is chaotic and some people feel it has been wasteful. 10
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:

SUNY College of Environmental Science and Forestry - ESF - 300
Thematic Map Design Thematic Map: Map that represents a particular theme or topic. Population Density, Literacy Rate, Temperature, etc. > A limited set of features is represented in order to focus attentionon the thematic symbols symbols that represen
SUNY College of Environmental Science and Forestry - ESF - 300
Remote Sensing Overview What is remote sensing?Remote Sensing & Satellite DataIntroduction to remote sensingHow Landsat, a land-observing satellite,worksHow we can classify land use/land coverfeatures based on Landsat bandsHistory of Remote Sensin
SUNY College of Environmental Science and Forestry - ESF - 300
What is a GIS?ESF 300Introduction to GeospatialInformation Technologies Different definitions of a GIS haveevolved in different areas anddisciplines All GIS definitions recognize that spatialdata are unique because they are linkedto maps (Space m
SUNY College of Environmental Science and Forestry - ESF - 300
GNSSGlobal Navigation Satellite System(GNSS)Chapter 5 satellite navigation system that providespositioning and clock time to the terrestrialuser 3 Systems exist/planned NAVigational Signal Time And Ranging(NAVSTAR) GLObal NAvigation Satellite Sy
SUNY College of Environmental Science and Forestry - ESF - 300
Just what is Geoprocessing?CartographicModeling Geoprocessing refers to any GISoperation in which new data is derivedfrom existing data (Esri)Geoprocessing2Just what is Geoprocessing?Integrating Geoprocesses into a Model Almost all uses of GIS i
Oakland University - POM - 343
CHAPTER 16- PROJECT MANAGEMENT Project management techniques are useful when a project consists of several activities, sometimes simultaneous and others sequential. A PROJECT is a unique, one-time set of activities that is intended to achieve an objectiv
Oakland University - POM - 343
PowerPoint notesCHAPTER 16- PROJECT MANAGEMENTPROJECT MANAGEMENT What is a project? A project is a temporary endeavor undertaken to create a unique product or service (PMBOK). It is a complex job, comprised of a unique set of activities or tasks. It is
Oakland University - POM - 343
CHAPTER 8- FORECASTING (textbook notes)There are many types of forecasting models. They differ in their degree of complexity,the amount of data they use and the way they generate the forecast. However, somefeatures are common to all the forecasting mod
Oakland University - MGT - 350
Exemptions from Minimum Wage and OvertimePay requirementsThe FLSA establishes the following categories of exemptionsfrom federal minimum wage and overtime pay requirements:Executive exemption. Executives who are compensated on a salary basis,Administ
Oakland University - MGT - 350
BRIEFING THE CASEAs you will soon learn in this course, the American legal system is based in largepart upon what is called common law, adopted by the American colonists fromthe English system of jurisprudence. The English common law was developed byj
Oakland University - MGT - 350
HARRIS BRIEF1. CASE NAME AND CITATION AND COURTHarris v. Forklift Systems, Inc.510 U.S. 17, 114 S.Ct. 367, 1993 U.S. Lexis 7155 (1993)United State Supreme Court2. SUMMARY OF KEY FACTSa. Teresa Harris worked as a manager at Forklift Systems, Inc. (Fo
Oakland University - MGT - 350
U.S. Supreme CourtHARRIS v. FORKLIFT SYSTEMS, INC., 510 U.S. 17, 114 S.Ct. 367, 1993U.S. Lexis 7155 (1993)TERESA HARRIS, PETITIONER v. FORKLIFT SYSTEMS, INC.CERTIORARI TO THE UNITED STATES COURT OF APPEALSFOR THE SIXTH CIRCUITNo. 92-1168Argued Octo
Oakland University - MGT - 350
Hooters Brief1. CASE NAME, CITATION AND COURTHooters of America, Incorporated v. Phillips173 F. 3d 933 (1999)Fourth Circuit Court of Appeals2. SUMMARY OF KEY FACTSA. Annette Phillips was a bartender at a Hooters restaurant franchise inMyrtle Beach,
Oakland University - MGT - 350
Hooters of America, Inc. v. Phillips, 173 F.3d 933 (C.A.4 (S.C.), 1999)Page 933173 F.3d 93379 Fair Empl.Prac.Cas. (BNA) 629,75 Empl. Prac. Dec. P 45,822HOOTERS OF AMERICA, INCORPORATED, a Georgia corporation,Plaintiff-Appellant,v.Annette R. PHILLI
Oakland University - MGT - 350
BRIEF OF THE CASE1. CASE NAME AND CITATION AND COURTInternational Shoe Co. v. Washington326 U.S. 310 (1945)United States Supreme Court2. SUMMARY OF KEY FACTSA. International Shoe, defendant (Def) below and now Appellant here, is aB.C.D.E.F.G.
Oakland University - MGT - 350
LAWS RESPONSIVE TO WHITE COLLAR CRIMEMONEY LAUNDERING CONTROL ACTKnowingly engaging in a monetary transaction by, through, orto a financial institution involving property of a value greater than $10,000which is derived from specified unlawful activity
Oakland University - MGT - 350
THE LITIGATION PROCESSPLEADINGSCOMPLAINT/SUMMONSSPECIAL APPEARANCEMOTIONS TO DISMISS THE COMPLAINTANSWERREPLYCROSS-COMPAINT/ COUNTERCLAIMTHIRD PARTY COMPLAINTMOTION FOR JUDGMENT ON THE PLEADINGSDISCOVERYINTEROGATORIESREQUESTS TO ADMITREQUESTS
Oakland University - MGT - 350
Advantages of Operating a Business as an LLCAn LLC can have any number of member-owners, whereas an S corporationcan have only 100 shareholders.An LLC has flow-through taxation the same as general and limitedpartnerships and S corporations. Unlike an
Oakland University - MGT - 350
MEANING OF INTENTINTENT MAY BE:(1)SPECIFIC (GOAL IN ACTING IS TO BRING ABOUTSPECIFIC CONSEQUENCES)GENERAL (ACTOR KNOWS WITH SUBSTANTIALCERTAINTY THAT SPECIFIC CONSEQUENCESWILL RESULT) (RECKLESSNESS)ORCAN ALSO INCLUDE RESULTS THAT ARESUBSTANTIALL
Oakland University - MGT - 350
NEGLIGENCEUNINTENTIONAL TORT: a doctrine that says a person is liable for harmthat is the foreseeable consequence of his or her actions(intent irrelevant)NEGLIGENCE DEFINED: the omission to do something which a reasonableperson would do; or doing som
Oakland University - MGT - 350
PRODUCT LIABILITYTHEORIES OF RECOVERY OR CAUSES OF ACTIONBREACH OF WARRANTYBREACH OF EXPRESS WARRANTYBREACH OF IMPLIED WARRANTY OF MERCHANTABILTYBREACH OF IMPLIED WARRANTY OF FITNESS FOR HUMANCONSUMPTIONBREACH OF IMPLIEDPARTICULAR PURPOSEWARRANTY
Oakland University - MGT - 350
SEARCH WARRANTA search warrant based upon probable cause is necessary in mostcases for the government to conduct a search. The warrant must specifythe place and scope of the search to be conducted.A warrantless search is only permitted:(1) Incident t
Oakland University - MGT - 350
MAJORU.S.SUPREMECOURTDECISIONSONPHYSICALSURVEILLANCEANDTHEFOURTHAMENDMENTKATZV.UNITEDSTATES(1967):Federalagentwiretappingofapublicphone boothusedbyasuspectedgamblerwasasearchundertheFourthAmendmentrequiring asearchwarrant. TheFourthAmendmentprotect
Oakland University - MGT - 350
STOP AND FRISKTERRY V. OHIO392 U.S. 1, 20 L.Ed. 2d 889, 88 S. Ct 1868 (1968)A POLICE OFFICER MAY BRIEFLY DETAIN AN INDIVIDUAL,ABSENT PROBABLE CAUSE TO ARREST, IF THERE IS AREASONABLE, ARTICULABLE SUSPICION OF CRIMINALACTIVITY AND CONDUCT A PATDOWN O
Oakland University - MGT - 350
U.S. SUPREME COURT DECISIONS ON ROADBLOCKSUNITED STATES V. MARTINEZ-FUERTE (1976): Checkpointsestablished near the Mexican border designed to deter and detect illegalimmigration do not constitute an unreasonable search under the FourthAmendment due to
University of Texas - ME - 205
University of Texas - ME - 205
PHPScripttestTake1.WriteaC+appthatrunsonyourcomputerthatoutputs: ThisisME205courseforC+ProgrammingandMatlab.#include<iostream>usingnamespacestd;intmain(void)cfw_cout<"ThisisME205courseforC+ProgrammingandMatlab"<endl;return1;2.Writeaprogramthatde
University of Texas - ME - 205
PHPScripttestTake1.Writeasimpleprogramthatcalculatestheaverageof6floatingpoint values.Determinethevaluesbyqueryingtheuser.#include<iostream>usingnamespacestd;intmain(void)cfw_floatfA=0;floatfB=0;floatfC=0;floatfD=0;floatfE=0;floatfF=0;floatfA
University of Texas - ME - 205
1.Identifysyntaxerrorsinthefollowingprogram.After corrections,whatoutputwouldyouexpectwhenyouexecuteit? Pleaseturninaworkingversionofthiscodesothatwemay checkyourcorrections.int main voidcfw_float bigNumber = 0int smallNumber = 0.0;cout < "Enter a
University of Texas - ME - 205
PHPScripttestTake1.Brieflyanswereachofthefollowingquestions.a. Whatdoes#definedo?b. WhatisHungarianNotation?c. Whatisthedifferencebetween=and=?d. Whatisthedifferencebetweenafloatandadouble?e. Whatisanamespace?a.The#definetellstheprogramtogothrought
University of Texas - ME - 205
PHPScripttestTake1.(a)Insteadofusingacompoundrelation,writethefollowingasIFELSE statements.i) if (Money < 10000 & Money >= 1000)cout < "You have a four digit sum of money!" < endl;ii) if (Num > 100 | Num <= 0)cfw_cout < "Number is negative or more
University of Texas - ME - 205
1.Considerthefollowingprogram:double Square( double fInput )cfw_double fResult = 0;fResult = pow( fInput, 2 );return fResult;void main(void)cfw_double fValue = 0.0;double fAnswer = 0.0;cout < "Enter a number to square." < endl;cin > fValue;fA
University of Texas - ME - 205
PHPScripttestTake1.Whatistheoutputfromthefollowingprogram?int main()cfw_int temp=0;int a=1, b=2, c=3;c+=b;cout < "First" < endl;cout < a < endl;cout < b < endl;cout < c < endl;while( temp < 1 )cfw_float b=1.2;c = b*5;a += c;cout < "Second"
University of Texas - ME - 205
PHPScripttestTake1.Pleaselookatthestatementsbelowandidentifytheerrorsinthe declarations.Note:Somestatementsmaynothaveanerror.a. inta[3]=cfw_0,2,2,3;b. floata[3.0];c. doublea[2];a[1]=5;a[2]=7.2;d. charname(15);e. intmyFunction(inta[][3],floatrowSize
University of Texas - ME - 205
PHPScripttestTake1.Answerthefollowingshortquestions.a. (TrueorFalse)Youcanmodifyanarray'ssizeinthemiddleofyou program.b. Whatisthemaximumnumberofvaluesthatcanbestoredin6bits?c. WhatisBase10valueofBase210101?d. WhatistheBase10ValueofBase162B?e. (Tru
University of Texas - ME - 205
PHPScripttestTake1.Define2matriceswitharbitraryvalues.Thefirstmatrixmustbea3x5matrix (3rowsand5columns)andthesecondmustbe5x2(5rowsand2columns).a. Printthematricesinthecorrectmanneri.e.maintaintherowandcolumnspecifications.b. Printthetransposeofthematr
University of Texas - ME - 205
PHPScripttestTake1.Createa4by4matrix.Makealltheelementsinthematrixequalto3except thediagonalelementswhichareequalto8.UsetwonestedFORloopsto populatethematrix.Writeyourcodeinanmfileandturninthecode.A=ones(4,4);fori=1:4forj=1:4ifi=jA(i,j)=8;elseA(
University of Texas - ME - 205
PHPScripttestTake1.Plotthefollowingcurvesoveratimescaleof5:0.01:5:a.A2ndorderpolynomial2.1x2+4x1.b. Asinewavewithamplitude3andfrequency3Hz.c.Alinethatintersectstheyaxisaty=4andhasaslopeof 1.5.Varycolorsandlinestypes(solid,dashed,etc.) Tip:Asinewav
University of Texas - ME - 205
PHPScripttestTake1.Brieflyanswereachofthefollowingquestions.a. WhatkindofnotationiscommonlyusedtocreatelongvectorsinMATLAB?b. (T/F)BracketsarerequiredtocontainaloopofmorethanonelineinMATLAB.c. (T/F)Thestepsizeofthexandyaxesmustbethesamesizewhengraphin
University of Texas - ARH - 301
ARH 301Renaissance vs. Baroque PaintingHendersonThe discussion sections for this week provide a chance to look at paintings from theRenaissance and Baroque in terms of the stylistic contrasts between the periods. Wehave discussed a number of those co
University of Texas - ARH - 301
Henderson ARH 301REVIEWForm/Style = the formal characteristics (i.e. those covered in the paper assignment,questions, color, line, composition, etc.) that distinguish one artists work from another orone stylistic period from another (HOW)Subject Matt
University of Texas - ARH - 301
SAMPLE PAGEFIRST TESTARH 301I. COMPARISON/SLIDE DISCUSSION (20 points total; 10 minutes). Identify eachwork and then answer the following questions about them.LEFTRIGHTArtist (if known):_Artist: _Title: _Title: _Civilization/Stylistic Period: _
University of Texas - ARH - 301
Reflection Journal Suggestions 2009Henderson 301The reflection journal entries (ca. 2 pp. written in a Blue Exam Book for each one) are a chancefor you to express your own ideas in response to what youre learning in lecture and in theDiscussion Sectio
University of Texas - ARH - 301
ARH 301SECOND PAPER ASSIGNMENT (due Nov. 22)HendersonYour paper (2-3 pages, double-spaced and typed in a font no smaller than 11) is to be a formal analysisof one of the following paintings/works, all hanging on the 2nd floor of the Blanton Museum, ex
University of Texas - ARH - 301
ARH 301Dr. Linda D. HendersonArchitectural Terms for Use in Discussion Sections(See also glossary at back of Wilkins text)CONSTRUCTION TECHNIQUESPost and lintelArch-round (Roman and Romanesque) or pointed [Gothic]Vault: Barrel or tunnel vault;Groi
University of Texas - ARH - 301
ARH 301Blanton Museum Scavenger HuntHenderson(To be turned in at first discussion session meetingSept. 1, 2, and 6)Your name_Your TAs name_1. Go to the Blanton Museum and gain free entrance by showing your student ID. Pick up the VisitorMap at the
University of Texas - ARH - 301
ARH 301Introduction to the Visual ArtsDr. Linda D. HendersonFall 2011First Paper Assignment(due Sept. 20 in class or by 5:00 at my office, DFA 2.122)PLEASE BE SURE TO INCLUDE YOUR TAS NAME AT THE TOP OF YOUR PAPER.This is a looking assignment, NOT
University of Texas - ARH - 301
Second Test StructureHenderson ARH 301I. Slide comparisonRenaissance vs. Baroque contrasts (26 ptsUse first 3 Wlfflin pairs of formal contrasts, naming and pointingout how that quality is presentplus 2 additional contrasts from bottom of Study Guide
University of Texas - ARH - 301
ARH 301/Fall 2011Image Reserve Slide List-Tray 1Introduction to the Visual ArtsHendersonThis is the first group of Digital Image Reserve slides for this class located athttp:/dase.laits.utexas.edu . (Go to the home page, select "Public Sets" at the l
University of Texas - ARH - 301
ARH 301/Fall 2009HendersonImage Reserve Slide List-Tray 2Introduction to the Visual ArtsThis is the second group of Digital Image Reserve slides for this class located athttp:/dase.laits.utexas.edu . (Go to the home page, select "Public Sets" at the
University of Texas - ARH - 301
Image Reserve Slide List -Tray 3ARH 301/Fall 2009Introduction to the Visual ArtsHendersonThis is the third group of Digital Image Reserve slides for this class located athttp:/dase.laits.utexas.edu . As for the first and second tests, these are the i
University of Texas - ARH - 301
How?(Style)What?(SubjectMatter)(includingartisticsources)Impressionism(Monet)Why?(Content)(includingculturalcontext)No style sources discussed,but what about technique?PostImpressionismGauguinVanGoghMunchFauvism(Matisse)PostImpressionism(C
University of Texas - ARH - 301
ARH 301Study Guide for First TestFall 2011HendersonI. Slide identification and discussion . You should be able to identify and place in a civilization orstylistic period the works on the Slide List-and also understand the way in which the work is apr
University of Texas - ARH - 301
ARH 301HendersonStudy Guide for Second TestI. Slide ID and discussion . You should be able to identify and place in a stylistic period the works on the SlideList and understand the way in which the work represents the artist and/or period in which it
University of Texas - ARH - 301
ARH 301Study Guide for Third TestHendersonI. Slide ID and discussion. You should be able to identify (Artist, Title) and place in a stylistic periodor movement the works on the Slide List and understand the way in which each one represents theartist
University of Texas - ARH - 301
ARH 301Introduction to the Visual Arts, Fall 2011Dr. Linda D. HendersonDFA 2.122, Office Hours: Wed. 1-3The aim of this course is to increase students understanding and enjoyment of the art and architecturein the world around them. The class seeks to
University of Texas - ARH - 301
Third Test Structure (102 pts total)Henderson ARH 301I. Double slide discussion (16 pts.) Identify both works andanswer questions about Style (How?, including sources) andContent (Why?the artist's goals) for two paintings. Onecomment for each questio
University of Texas - ARH - 301
Optional Study Sheet for Organizing Art History 301 ContentHOW? (style/form) HOW?WHAT? (subject)SCULPTUREHow isIn sculpture, who isOrganizing Questions(style/form)the human body treatedrepresented? What was theARCHITECTUREand Concepts (what is
University of Texas - ARH - 301
ARH 301Linda D. HendersonOVERHEAD NOTESFIRST THIRD OF COURSE_HOW ART COMMUNICATES /INTRODUCTION TO SCULPTURE TECHNIQUESDefining art is a challenge. Some of the ideas often raised about art are:-expresses a message (emotions or some other meaning)-
University of Texas - ARH - 301
ARH 301Linda D. HendersonOVERHEAD NOTESLAST THIRD OF COURSE_THE POST-IMPRESSIONIST LIBERATION OF COLOR AND FORM(Art as self-expression via color and line)Impressionism 1870s-early 1880sMONET RENOIRSeek to record sense data like a scientific record
University of Texas - ARH - 301
ARH 301Linda D. HendersonOVERHEAD NOTESSECOND THIRD OF COURSE_MODERN ARCHITECTUREAmerican Early ModernismSULLIVAN, Carson-Pirie-Scott Store, 1899-1906*F. L. WRIGHT, Fallingwater, 1936-37International Style ModernismRIETVELD, Schroeder House, 1923