data aq

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/98

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:38 AM on 9/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

99 Terms

1
New cards

in RDBMS a table is called a

Relation

2
New cards

What does RDBMS stand for

Relational Database Management System

3
New cards

Primary Data

Collected in digital format specifically for GIS

4
New cards

Secondary Data

data adapted for use in GIS

5
New cards

Data is

observations made from monitoring real world,

often numbers

6
New cards

Information is

data with meaning and context added

7
New cards

Knowledge is

information that helps in drawing

conclusions

8
New cards

What are the dimensions of data

temporal, thematic (descriptive info), spatial

9
New cards

Keycoding

keyboard entry used for attribute tables only available on paper

10
New cards

Analogue data encoding includes

Keycoding, digitizing of paper maps, scanning

11
New cards

File format reading can happen 3 ways

translation, on the fly, natively

12
New cards

How does file translation work in gis

format is converted externally to vendors own format

• Usually requires user to carry out conversion prior to use of data

13
New cards

how does on the fly file processing work in GIS

conversion is accomplished internally and “automatically”

• No user action needed, but usually no ability to change data

14
New cards

how does native/transparent file processing work in GIS

normally implies

• No special user action needed

• ability to read and write (change or edit) the data

15
New cards

data interoperability

Move data across format barriers

16
New cards

ArcGIS Interoperability Extension

an integrated spatial extract, transform, and

load (ETL) toolset that runs within the geoprocessing framework. Spatial ETL tools

are user-created geoprocessing tools that can transform data between different data

models and different file formats.

17
New cards

Geocoding

refers to the process of assigning spatial locations to data that are in

tabular format but have fields that describe their locations.

18
New cards

address matching

most common type of geocoding, plots street addresses as point features

19
New cards

geosearch

find and display addresses, places, etc

20
New cards

batch geocoding

uses a locator to find multiple places at once

21
New cards

reverse geocoding

turns coordinates into place name or addy

22
New cards

ReGRID

Nationwide parcel map in Living Atlas

23
New cards

ArcGIS Hub

Where organization creates open data sites

24
New cards

GeoJSON

open standard format represents geographical features with attributes, stores CRS and coordinates for web based mapping

25
New cards

What does a .shp do

hold geometry

<p>hold geometry</p>
26
New cards

what does a .shx do

hold indices

<p>hold indices</p>
27
New cards

what does a .dbf stand for and do

Database table, holds attributes

<p>Database table, holds attributes</p>
28
New cards

what does a .prj do

projection info

29
New cards

other optional data files in a shapefile include

Ancillary files (*.sbn, etc)

Metadata files (*.htm, .xml, .txt)

30
New cards

Parts of a Shapefile

knowt flashcard image
31
New cards

A feature dataset contains

feature classes

32
New cards

Metadata is FAIR

Findable, accessible, interoperable, usable

33
New cards

Natural Data

represent natural real world features

34
New cards

Artificial Data

Represents artificial features like utilities and infrastucture

35
New cards

Planimetric Data

features that have a physical manifestation in the real world

36
New cards

Cadastral Data

Politically or legally defined by not visible, like parcels

37
New cards

Discrete Data

Data that are limited to a finite number

of potential values.

38
New cards

Continuous Data

Data that can take on an infinite number of

potential values

39
New cards

Nominal Data

names objects, but does not allow

comparisons between the different objects

Classified, e.g. land use, soils map

40
New cards

Ordinal Data

Ranked (classification based on a single spectrum

representing a single set of circumstances) , eg road type, school district ranks

41
New cards

Interval Data

Relative, ZEROES MEAN SOMETHING, like temperature, pH

42
New cards

Ratio Data

Absolute, ZERO MEANS NOTHING, length, height, rainfall concentration

43
New cards

Integer cell values are best for

representing categorical (discrete) data

44
New cards

Floating point cell values are good to represent the

Continuous Surfaces

45
New cards

Hybrid data models include

Geodatabase (esri proprietary) and Geospatial PDF (portable document format from Adobe), Geopackage (Open source), KML (Google Earth)

46
New cards

What is a Record?

A row on a table

47
New cards

What is a field?

A column on a table

48
New cards

What is an attribute value?

A cell in a table

49
New cards

Precision in a data structure is

Number of significant digits allowed

50
New cards

Scale in a data structure is

Number of decimal places allowed

51
New cards

What does BLOB stand for

Binary Large Object

52
New cards

What does GUID stand for

Globally Unique Identifier

53
New cards

When did databases begin to be used

1960s

54
New cards

What is a database model

a set of constraints that describe the organization of

data

55
New cards

Flat Database

A spreadsheet whereby all data are stored in a single, large table

56
New cards

Hierarchical Database

Composed of records that are connected by links, 1:M

<p>Composed of records that are connected by links, 1:M</p>
57
New cards

Hierarchical Database Example

knowt flashcard image
58
New cards

Network Database

Client server architecture that Reduces redundancy, 1:M or M;M, faster processing and better search

<p>Client server architecture that Reduces redundancy, 1:M or M;M, faster processing and better search</p>
59
New cards

Network Database Example

knowt flashcard image
60
New cards

Relational Database

Dominates GIS, series of tables linked by keys

<p>Dominates GIS, series of tables linked by keys</p>
61
New cards

In relational databases a table is called a

Relation

62
New cards

In relational database a row is called a

tuple

63
New cards

In a relational database a column is called an

attribute

64
New cards

Relational Database advantages

tables separately prepared, maintained, reduces redundancy

65
New cards

DBMS

Controls storage, retrieval, maintenance, and modification of large datasets, Allows users to deal with data without having to understand storage and

structure of database

66
New cards

DBMS is accessed through

SQL, Microsoft Access

67
New cards

First RDBMS was built when and where

at MIT in the early 1970s

68
New cards

What is RDBMS

A software package that records information in such a way that data can be accessed without reorganization of the tables

69
New cards

database schema meaning

DEFINES THE PHYSICAL
STRUCTURE ALONG WITH RULES, RELATIONSHIPS, AND
PROPERTIES OF EACH DATASET WITHIN THE GEODATABASE

70
New cards

what is a schema report

A human readable Excel, JSON, PDF, or HTML report detailing how the geodatabase schema is defined.

71
New cards

should you define PKs (primary keys) when not required?

yuh

72
New cards

3 rules of tidy data

Each variable forms a column, and contains values.

• Each observation forms a row.

• Each type of observational unit forms a table.

73
New cards

Wickham’s third rule of tidy data aligns with

the relational database model, because it reduces redundancy

74
New cards

What does Relate do

Pointer between related datasets, defined as a layer property.

75
New cards

What does a Join do

Appends origin dataset with destination dataset

76
New cards

Advantage of Relate

Improved editing performance

77
New cards

Advantage of Join

good for labeling and symbology

78
New cards

Cardinality is

one-to-one, one-to-many, many-to-one, or many-to-many

79
New cards

1:1

Every feature has exactly one related record in the other table

80
New cards

1:M

Features in one table may have more than one related record in the other table

81
New cards

M:1

Multiple features in one table have one related record in the other table

82
New cards

M:M

Multiple features in one table have multiple records in another

83
New cards

Relate supports what cardinalities

One to many and many to many, it defines the link between datasets

84
New cards

Join supports what cardinalities

One to One and Many to one.

85
New cards

Relationship classes support what type of cardinality

All types, and related objects update automatically

86
New cards

Comparing relationships

knowt flashcard image
87
New cards

What is an Aspatial query

Select by attribute

88
New cards

What is SQL

(Structured Query Language) is commonly used computer language

developed to query attribute data within a RDBMS

89
New cards

What is a clause

A grammatical unit in SQL and a language element that includes Select, From, Where, Order By, Having

90
New cards

Select clause

denotes what attribute table fields you wish to view

91
New cards

From clause

denotes the attribute table in which the information resides.

92
New cards

Where clause

denotes the user-defined criteria for the attribute information that must be met in order to be included in the output set

93
New cards

Order By Clause

denotes the sequence in which the output set will be displayed.

94
New cards

Having clause

denotes the predicate used to filter output from the ORDER BY clause.


95
New cards

Relational SQL operator

A construct that tests a relation between two entities using symbols like < or >

96
New cards

Arithmetic SQL operator

Include mathematical functions such as addition (+), subtraction (-), multiplication

(*), and division (/

97
New cards

Boolean SQL operator

A construct that performs a logical comparison

• Include the statements AND, OR, XOR, and NOT

98
New cards

What is XOR

either/or

<p>either/or</p>
99
New cards

4 types of spatial query

Distance, Containment, Intersection, Adjacency