Text 2 Flashcards

(64 cards)

1
Q

reproject

A

changing a dataset from one map projection(or measurment system) to another

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

spatial reference

A

the use of real world coordinate system for identifying locations

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

georeferencing

A

a process of alligning an unreferenced dataset with one that has spatial reference information

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

when data is _______, each location in that data is aligned with real-world coordinates

A

georeferenced

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

control points

A

point locations where the coordinates are known, used to align the unreferenced image to the source

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

If you cant use control points the only other way to georeference is by _______

A

field work

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

the minimum number of control points required to fit the unreferences image to the source is ____

A

three

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

when referenced data is transformed, its warped to make it match up with the source:

. can be _____,_______,_______, and/or _______

A

rotated

skewed-distorted or slanted

scaled

translated-shifting

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

affine transformation

turns _______ data into _______ _____ data

A

a linear mathematical process by which data can be altered to align with another data source
.calculates real world X and Y coordinates for each unreferences x and y coordinate

.is a first order transformation which is the type of transformation that is usually used for this
.unreferenced data will be turned into spatially referenced data

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

Root mean square error

A

an indicator of how well the now referenced data matches with the source

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

resampling

A

when you’re georeferencing an image, new locations for the image’s pixels will need to be calculated, and in some cases new values for the pixels will need to be generated as well

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

geographic information system

A

a computer based set of hardware and software used to capture, analyze, manipulate, and visualize geospatial information

.whenever examination, maipulation, or analysis of geospatial data is involved GIS is essential

.can link non-spatial data and link it directly to a location

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

GIS IS a computer based set of hardware and software used to ______, ______, ______, and ______ geospatial information

A

capture

analyze

manipulate

visulaize

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

geospatial information

A

something that has direct ties to a location on earths surface

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

GIS originated in 19__s through CGIS which was designed to provide large scale mapping of land use in canada

A

60

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

FATHER OF GIS

A

Roger Tomlinson

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

GIS: two ways of viewing the world

A

discrete-object view:
.a conceptualization of the world in which all relaity can be represented by a series of seperate objects
-each object has a fixed location, starting and stopping point, or boundary
. modelled in GIS as series of objects
.objects represented by points, lines, and polygons

continuous field view:
.not everything has a fixed boundary or is an object
.a conceptualization of the world in which all items vary across the earths surface as constant fields, and values are available at all location along the field
.vector data model are often not best way of prespessenting data so Raster data model used instead

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

Three vector objects:

explain each

A

ARE ZERO DIMENSIONAL OBJECTS,A SIMPLE SET OF COORDINATE LOCATIONS

are one-dimensional objects, created from connecting starting anf ending points(and any points in between that give the lines its shape)

are two dimensional objects that form an area from a set of lines(or having an area defined by a line forming a boundary

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

vector data model

A

a conceptualization of the world that representes spatial data as a series of vector objects

points,lines, polygons

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

Digitizing

A

the creation of vector objects through sketching or tracing representations from a map or image source

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

topology

A

how vector objects relate to each other (in terms of adjacency, connectivity, and containment) independently of the objects coordinates

adjacency-how one polygon relates to another polygon in that they share a common boundary

connectivity- how lines can intersect with one another

containment- how locations are situated within a polygon boundary

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

Raster data model

A

a way of representing spatial data that utilizes a series of equally spaced and sized grid cells, with each square cell representing the same area on earths surface
-each grid containing a single value representing data being modelled

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

Columns = _ axis

Rows= _ axis

A

x

y

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

attribute

A

the non-spatial data that can be associated with a spatial location

.can take 1 of 4 forms

  • nominal
  • ordinal
  • interval
  • ratio
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Nominal Data
a type of data that is a unique identifier of some kind-if numerical, the differences between numbers are not significant .ex: social security number/telephone number/names or descriptive data associated with a location
26
ordinal data
a type of data that refers solely to a ranking of some kind .rankings themselves, not the numbers associated with the rankings ex: place in a car race, 1st, 2nd, 3rd- not individual race time
27
Interval data
a type of numerical data in which the difference between numbers is significant, but there is no fixed non-arbitrary zero point associated with the data .ex: temperatures
28
Ratio data
a type of numerical data in which the difference between numbers is significant, but there is a fixed non-arbitrary zero point associated with the data .ex: persons age or weight
29
Attribute Table in vector and raster
Vector: a spreadsheet-style form where the rows consist of individual objects and the columns are the attributes associated with those objects .objects are stored as records(rows) . information associated with records-attributes- is stored as fields(columns) Raster: . cant be handled in the same way as vector objects since a raster dataset is composed of multiple grid cells . rather then having seperate records for each grid cell, rater data will often be set up in a table with each record featuring the value for a raster cell and an attribute showing the count of how many cells comprise the dataset
30
In an attribute table: objects are stored as ____(____) information associated with records-the attributes- is stored as _____(______)
records(rows) fields(columns)
31
Join
a method of linking two(or more) tables together - allows non spatial data to be connected to spatial locations - linking tables info together - this operation if managed by both tables having a field in common called a KEY
32
Key
the field that two tables have to have in common with each other for the tables to be joined
33
what is "the data about your data" called?
Metadata - descriptive information about geospatial data - coordinate system, projection, datum of data, when data was created, sources used, accuracy of data, etc.
34
____ is the key developer of "ARC" products | -initial product was _____ and has developed into _____
ESRI Arc/info ArcGIS
35
coverage
.IS BASED ON TOPOGRAPHY a data layer represented by a group of files in a workspace cosisting of a directory structure filled with files and also associated files in an INFO directory .
36
workspace
contains multiple coverages
37
shapefile
.IS NOT BASED ON TOPOGRAPHY a series of files that make up one vector data layer .can hold only one type of vector object thus there are point,line, and polygon shapefiles
38
geodatabase
a single item that can contain multiple layers, eash as its own feature class .all geospatial information for a dataset .object oriented structure is sep up so that multiple layers can be stored in a single geodatabase, each layers being its own FEATURE CLASS
39
feature class
a single data layers in a geodatabase
40
spatial analysis
examining the characterisitcs or features of spatial data, or how features spatially relate to one another
41
Dr. John Snow's work on ______
CHOLERA
42
query
the conditions used to retrieve data from the database using an attribute table
43
Structured Query Language(SQL)
A formal setup for building queries
44
Relational operators are
=,,etc
45
compound query
a query that contains more than one operator | -make selections using multiple criteria
46
Boolean Operator:match Intersection= Negation= Union= exclusive or=
AND NOT OR XOR
47
A simple type of analysis is the construction of a ______ around the elements of a data layer define the blank
buffer-polygon of spatial proximity built around a features
48
Dissolve
the ability of GIS to combine polygons with the same features together -boundaries between adjacent polygons that have same properties are removed, merging the polygons into a single, larger shape
49
Geoprocessing
the term that describes when an action is taken to a dataset that results in a new dataset being creates -when on layer has some sort of action performed to it and the result is a new layer
50
Spatial Query
selecting records or objects from one layer based upon their spatial relationships with other layers(rather than using attributes)
51
overlay
the combining of two or more layers in GIS .if one layer contains information about the locations of property boundaries an the second layer contains info about water resources, cobining these two in an overlay can help determine which resources are located on whose property
52
4 types of commonly used overlay
Intersect:AND .retains the features that are common to two layers Identity: NOT THE SAME AS "NOT" .retains all features from the first layer along with the features it has in common with a second layer -"NOT"=all features from the first layer, not any from second layer including whats in common Symmetrical difference: XOR .retains all features from both layers except for the features that they have in common Union: OR .combines all features from both layers
53
Raster Data spatial overlay:
Map Algebra: .combining datasets together using simple mathematics Site Suitibility: .the determination of the "useful" or "nonuseful" locations based on a set of criteria -what site is best Suitability Index: .a ssytem wherby locations are ranked according to how well they fit a set of criteria
54
In GIS _____-_____ evaluation can be used to weight and evaluate to determine suitability
multi-criteria
55
remote sensing
the process of collecting information related to the reflected or emmited electromagenetic energy from a target by a device a considerable distance away from that target from an aircraft or spacecraft
56
Nadir
the spot on the ground directly beneath the camera is reffered to as the nadir
57
panchromatic
only captures the visible portion of light in its entirety | -these photos will be grayscale
58
CIR Photo
Color infrared: .a photo where infrared reflection is shown in shades of red, red reflection is shown in shades of green, green reflection is show in shades of blue -blue reflection is not shown in the image as it is blocked by the filter and sisplayed as black -health of areas of vegetation can be observed clearly
59
WATER ABSORBS EVERY COLOUR EXCEPT ______
BLUE
60
# dEFINE: 1. Principal Point 2. Relief displacement 3. Orthophotos 4. Orthorectification
1. the center point of an aeriel photo 2. Relef displacement: tall objects tend to lean away from principal point to outward parts of photos 3. an aeriel photo with uniform scale .created by a process called orthorectification performed on a regular aeriel photo 4.. a process used on aeriel photos to remove effects of relief displacmeent and give image uniform scale
61
True Orthophoto
orthophoto where all objects look as if there being seen from directly above
62
Oblique photo
an aeriel photo taken from an angle-can see the sides of some buildings
63
Photogrammetry
is the process of obtaining measurments from aeriel photos | -figure out height, depth
64
records= fields=
records(rows) fields(columns)