Module 1 -- Intro to Data Types

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

41 Terms

1
New cards

Spatial Data

Data that represents the location and characteristics of features on Earth using geographic coordinates

2
New cards

Spatial Data Model

A method used in GIS to digitally represent real-world geographic features

3
New cards

Vector Data

A spatial data model that represents geographic features using coordinates to define points, lines, and polygons

4
New cards

Point

A zero-dimensional vector feature defined by a single (x, y) coordinate representing a specific location

5
New cards

Line (Polyline)

A one-dimensional vector feature formed by connecting multiple vertices to represent linear features

6
New cards

Polygon

A two-dimensional vector feature formed by closed lines where the first and last coordinates are the same, representing areas

7
New cards

Vertex

A bend or turning point along a line or polygon that does not imply connectivity

8
New cards

Node

A point where two or more lines or polygons intersect, implying connectivity

9
New cards

Attribute Data

Non-spatial information stored in a database and linked to vector features through a unique identifier

10
New cards

Vector Layer

A collection of vector features of the same geometry type (points, lines, or polygons)

11
New cards

Spaghetti Data Model

A vector data structure where features are stored as independent coordinate strings with no topology or explicit spatial relationships

12
New cards

Topological Data Model

A vector data structure that explicitly stores spatial relationships such as connectivity, adjacency, and shared boundaries

13
New cards

Topology

The set of rules defining spatial relationships between vector features, including connectivity, area definition, and contiguity

14
New cards

Connectivity (Arc–Node Topology)

A topological rule describing how lines connect at nodes, enabling movement and network analysis

15
New cards

Arc

A line segment with a defined from-node and to-node used in topological vector models

16
New cards

From-Node

The starting node of an arc in a vector network

17
New cards

To-Node

The ending node of an arc in a vector network

18
New cards

Area Definition (Polygon–Arc Topology)

A topological rule where polygons are defined by a series of connected arcs stored once and shared between adjacent polygons

19
New cards

Contiguity (Adjacency)

A topological relationship where polygons sharing a boundary are considered adjacent

20
New cards

Universe Polygon

A polygon representing the area outside the study region in a topological dataset

21
New cards

Open Polygon

A polygon that does not fully close, violating topology rules

22
New cards

Unlabeled Polygon

A polygon that lacks associated attribute data

23
New cards

Sliver

A small unintended polygon created by misaligned shared boundaries

24
New cards

Overshoot

A line that extends beyond the node it should connect to

25
New cards

Undershoot

A line that does not extend far enough to reach the intended node

26
New cards

Dangling Node

A node connected to only one line; may be an error or a valid dead-end

27
New cards

Raster Data

A spatial data model that represents geographic information as a grid of cells, each containing a value

28
New cards

Cell (Pixel)

The smallest unit of a raster dataset that stores a single value

29
New cards

Discrete Raster

A raster dataset where each cell represents a distinct category or class

30
New cards

Continuous Raster

A raster dataset representing smoothly varying phenomena with gradual value changes across space

31
New cards

Raster Band

A single layer of values within a raster dataset, often representing a specific wavelength or attribute

32
New cards

Spatial Resolution

The size of raster cells; smaller cells indicate higher spatial resolution

33
New cards

Data Volume

The amount of data required to store a raster dataset, which increases with higher spatial resolution

34
New cards

Interpolation

A method used to estimate values for locations where raster data is missing

35
New cards

Spatial Referencing

The process of assigning geographic coordinates to raster cells so they align correctly in GIS

36
New cards

Resolution vs Accuracy

The concept that higher spatial resolution does not necessarily mean higher data accuracy

37
New cards

Shapefile

A common vector data format used to store geometry and attributes

38
New cards

GeoJSON

A vector data format based on JSON used for web mapping and data exchange

39
New cards

KML

A vector file format commonly used for displaying geographic data in Google Earth

40
New cards

GeoTIFF

A raster file format that includes geographic metadata within the image file

41
New cards

Metadata

Documentation that describes spatial data, including source, resolution, projection, and date of acquisition