2 - Spatial data model Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

4 levels of abstraction

A
  1. Real World
  2. Data Model
  3. Data Structure
  4. File Structure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Primary files

A

.shp ➔ main file
.dbf ➔ database file
.shx ➔ stores feature geometry

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Secondary files

A

.prj➔ stores projection/coordinate system metadata
.xml ➔ stores general shapefile metadata
.sbn ➔ optimises spatial queries
.sbx ➔ optimises data loading
.cpg ➔ optional text file describes encoding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

.shp

A

Shapefile file - main file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

.dbf

A

database table file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

.shx

A

Shape Index File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

.prj

A

Projection file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

.xml

A

Extensible Markup Language File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

.sbn

A

Spatial Index File (ESRI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

.sbx

A

Spatial Index Auxiliary File (ESRI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

.cpg

A

Code Page File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Integer grid (whole numbers)

A
  • Represent discrete data
  • Roads, rivers, landcover
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Floating point grid (decimals)

A
  • Represent continuous data
  • elevation, rainfall
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Spatial resolution

A

The size of each individual pixel or grid.
The smallest discernible object in an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

High SR

A
  • small cell dimensions
  • lots of details
  • lots of cells (smaller area)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Low SR

A
  • large cells
  • less detail
  • less cells (larger area)
17
Q

3D raster data models

A
  • TERRAIN MODELS (TM)
  • Digital Terrain Model (DTM) =
    Digital Elevation Model(DEM)
    (Terrain height)
  • Digital Surface Model (DSM) –
    Surface height including artificial
    structures
  • TRIANGULATED IRREGULAR MODEL (TINs)
18
Q

Raster model coding

A
  1. Real world (or a vector map)
  2. Divide the world into series of grid cells (pixels)
  3. Use majority rule to decide how
    each pixel will be coded
19
Q

Data model

A

Real world features represented on a computer

20
Q

Data structure

A

Logical arrangement of data within computer system