CS 128/ES 228 - Lecture 4b1 Spatial Data Formats.

Slides:



Advertisements
Similar presentations
Exploring Tessellations
Advertisements

Student Support Services
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
A tessellation or a tiling is a way to cover a floor with shapes so that there is no overlapping or gaps. Tessellation Remember the last jigsaw puzzle.
CS 128/ES Lecture 5a1 Working with Rasters.
Procedural Content Tiling
School of Environmental Sciences University of East Anglia
CS 128/ES Lecture 5b1 Vector Based Data. Great Rivalries in History Lincoln vs. Douglas “The first great Presidential Debates” Trekkies vs. Jedis.
CS 128/ES Lecture 4b1 Spatial Data Formats.
Cartographic and GIS Data Structures
Using Transformations to Create Fantastic Tessellations! Dr. Maria Mitchell 1.
CS 128/ES Lecture 5b1 Vector Based Data. CS 128/ES Lecture 5b2 Spatial data models 1.Raster 2.Vector 3.Object-oriented Spatial data formats:
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, University of Vermont.
CS 128/ES Lecture 5a1 Raster Formats (II). CS 128/ES Lecture 5a2 Spatial modeling in raster format  Basic entity is the cell  Region represented.
CS 128/ES Lecture 4a1 Spatial Data Models. CS 128/ES Lecture 4a2 What is a spatial model? A simplified representation of part of the real.
CS 128/ES Lecture 5a1 Working with Rasters.
CS 128/ES Lecture 5a1 Raster Formats (II). CS 128/ES Lecture 5a2 Spatial modeling in raster format  Basic entity is the cell  Region represented.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
CS 128/ES Lecture 4b1 Spatial Data Formats.
Geographic Information System By: Scott Wiegal Mitchell Mathews.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
This Exploration of Tessellations will guide you through the following: Exploring Tessellations Definition of Tessellation Semi-Regular Tessellations.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, Leslie Morrissey, & Ernie Buford,
Spatial data models (types)
Example 1 Use the coordinate mapping ( x, y ) → ( x + 8, y + 3) to translate ΔSAM to create ΔS’A’M’.
10.3 Polygons, Perimeters, and Tessalatiolns.  Polygon- -Any closed shape in the plane formed by three or more line segments that intersect only at their.
Map Scale, Resolution and Data Models. Components of a GIS Map Maps can be displayed at various scales –Scale - the relationship between the size of features.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Tessellations all around us
Chapter 3 Digital Representation of Geographic Data.
CHAPTER 24 Polygons. Polygon Names A POLYGON is a shape made up of only STRAIGHT LINES.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Geometry, Patterns and Art
URBDP 422 Urban and Regional Geo-Spatial Analysis Lecture 2: Spatial Data Models and Structures Lab Exercise 2: Topology January 9, 2014.
“Waterfall,” 1961 by M.C. Escher. Tessellations are designs featuring animals, shapes, birds, etc, which can fill the page, without over-lapping, to form.
Tessellations *Regular polygon: all sides are the same length (equilateral) and all angles have the same measure (equiangular)
Here are the eight semi-regular tessellations:
Tessellations A tessellation is the tiling of a plane using one or more geometric shapes. An important part of any tessellation is that there must be no.
Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.
to summarize this presentation
A Quick Introduction to GIS
© T Madas. A pattern of shapes which fit together without leaving any gaps or overlapping A way of completely covering a plane with shapes which do not.
Tessellations.
Tessellations 1 G.10b Images from ygons/regular.1.html
Tessellations!!!!! A tessellation is a way to tile a floor (that goes on forever) with shapes so that there is no overlapping and no gaps.
Tessellations.
TESSELLATIONS A Tessellation (or Tiling) is a repeating pattern of figures that covers a plane without any gaps or overlaps.
10-7: Tessellations T ESSELLATION : A tiled pattern formed by repeating figures to fill a plane without gaps or overlaps. Regular Tessellation: When a.
Lesson 10-4: Tessellation
Repeating shapes and patterns that completely cover a plane
Introduction to Geographic Information Systems
GIS Data Models III GEOG 370 Instructor: Christine Erlien.
Tessellations Unit 2 – Congruence. Tiling (tessellations) Partition of the infinite plane into pieces having a finite number of distinct shapes. The pieces.
UNIT 3 – MODULE 3: Raster & Vector
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Tessellations.
Tessellations A tessellation is made by reflecting, rotating or translating a shape. A shape will tessellate if it can be used to completely fill a space.
Tessellations POD: What is the measure of each interior angle of each regular polygon? Equilateral triangle Pentagon Hexagon Octagon.
Statistical surfaces: DEM’s
GTECH 709 GIS Data Formats GIS data formats
Cartographic and GIS Data Structures
Tessellations POD: What is the measure of each interior angle of each regular polygon? Equilateral triangle Pentagon Hexagon Octagon.
All Change It Fits Tessellations To be able to:
Tessellations.
Tessellations.
Lesson 7-6 Tessellations.
Lesson: 10 – 7 Tessellations
Which of the shapes below tessellate?
Presentation transcript:

CS 128/ES Lecture 4b1 Spatial Data Formats

CS 128/ES Lecture 4b2 Stages of development: 1.Conceptual model: select the features of reality to be modeled and decide what entities will represent them 2.Spatial data model: select a format that will represent the model entities 3.Spatial data structure: decide how to code the entities in the model’s data files

CS 128/ES Lecture 4b3 2. Spatial data models 1.Raster 2.Vector 3.Object-oriented Spatial data formats:

CS 128/ES Lecture 4b4 Raster format  Features represented by cell contents  Spatial precision limited by cell size  Surfaces modeled as continuous values (almost)

CS 128/ES Lecture 4b5 Vector format  Discrete features explicitly represented  Spatial precision limited by number format  Surfaces shown by contours rather than continuous values

CS 128/ES Lecture 4b6 Object-oriented formats Leave details for CS majors

CS 128/ES Lecture 4b7 Thematic data (a.k.a. “attribute data”) Quantitative or descriptive May represent 1 or many themes Tied to a spatial reference Represented differently in raster vs. vector formats

CS 128/ES Lecture 4b8 Scales of measurement DataUnitScale Resort nametextNominal Resort rankingvalueOrdinal Winter temp. oCoCInterval Size of ski aream2m2 Ratio Heywood et. al – Table 2.1

CS 128/ES Lecture 4b9 Spatial modeling in raster format  Basic entity is the cell  Region represented by a tiling of cells  Cell size = resolution  Attribute data linked to individual cells

CS 128/ES Lecture 4b10 Tesselation A closed shape or polygon that repeats on all sides without any gaps or overlaps Three regular polygons tesselate the plane: Square Equilateral triangle Hexagon

CS 128/ES Lecture 4b11 Tilings In 1922 Escher visited the Alhambra palace and saw the wall tilings of the Moors. He was excited to find other artists who had been captivated by tilings, but also made this revealing comment: "What a pity their religion forbade them to make graven images."

CS 128/ES Lecture 4b12 Escher’s “tesselations”

CS 128/ES Lecture 4b13 Quilters also tesselate Designing Tesselations by Jinny Beyer

CS 128/ES Lecture 4b14 Effects of resolution – raster Larger cells:  less precise spatial fix  line + boundary thickening  features too close overlap - less detail possible

CS 128/ES Lecture 4b15 Advantages of raster format many data sets available easy to overlay multiple themes able to represent multiple continuous surfaces  different file formats readily inter-converted fast computer lookup and display

CS 128/ES Lecture 4b16 Limitations of raster format  poor representation of discrete objects constant resolution throughout region modeled exact boundary location difficult difficult to change projection or coordinate system generates very large data sets

CS 128/ES Lecture 4b17 Summary: Raster format A huge amount of spatial data are available in raster format Rasters are the format of choice for continuous features Rasters do a poor job of representing discrete features