GIS/GPS Chapter 6

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/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Databases

heat of GIS b/c they make spatial data query possible based on attributes, DBMS used to add/edit/query/analyze and report on attribute and is sum of attributes and spatial object, computer-aided design (CAD) programs don’t have this ability

2
New cards

Flat files

single file, columns is field, row is individual record, good for small data sets

3
New cards

Relational databases

primary key related to foreign key and common key, allows users to link 2+ databases/tables together

4
New cards

Primary key

related to one another by unique identifers

5
New cards

Foreign key

same field in adjoining databases

6
New cards

Common key

if primary key has same field name as foreign key

7
New cards

Different database relationships

database 1 has responding record in the second database, one to many with applying to records and vis a versa with mathematical operators/records, many to many with applying to many relationships

8
New cards

Relate

temporarity connects tables based on common key but table is physically separate

9
New cards

Join

combine 2 tables with a common key and used in 1 to 1 and many to 1 relationships

10
New cards

Raster databases

attribute table only for rasters with type integers, count of number of pixels

11
New cards

Type of attribute data

nominal, ordinal, interval, ratio

12
New cards

Can all attributes be queried?

no, BLOB cannot (binary large object/image)

13
New cards

Statistics for nominal

mode

14
New cards

Statistics for Ordinal

mode and median

15
New cards

Statistics for interval and ratio

mode, median, mean, SD, and variance

16
New cards

What does it mean if the median and average are the same?

distribution is normal

17
New cards

Adding and deleting attribute fields

consider field type and restrictions on edits/calculations a field type presents w/ not assigning a flow type, delete entire field if they are useless/redundant or hide them

18
New cards

What does assigning a flow type do?

takes up more storage

19
New cards

Data entry

manually by hand, calculate command, python/VBA (visual basic, coding excel) script

20
New cards

Data query with select by attribute

SQL query statements can also contain Boolean connectors

21
New cards

Data query with select by location

can select by location, select features from NHD Flowline with lines representing streams in a location, input source layer with lakes/oceans

22
New cards

Multiple fields

input for more layers