3426final Flashcards
identifying relevant factors and adding their appropriately weighted values
cartographic modeling criteria
can be expressed as a script, or visually as a flowchart
modeling data
.
modeling techniques
4 major steps in GIS project
- Determine objectives & design the model/design the database
- build the database
- Perform the analysis
- Present the results
types of models
descriptive, predictive, prescriptive.
“airline” distance, Eclidean or City Block
straight line distance
city block measure, aka
manhattan distance
sum of the lines that make up a certain pathway
route distance
used to determine straight line distance
pythagorean theorem
How curvy a line is, Length of Line A (the straight line from end to end) divided by the length of line B (the actual line)
sinuosity
the measurement of the perimeter of th epolygon
polygon circumference
a hole with vertices in a polygon
euler holes
the curvature of a raster surface
convexity
least cost path, a distance measurement that take impedance into account
functional distance
absolute and relative, cause some kind of friction on the path
impedance/barriers
a raster surface that clculates the cost of pathways
cost surface
shortedt path, functional distance
least cost path
examples of classification systems
.
classification vs. reclassification
The process of sorting or arranging entities into groups or categories; on a map, the process of representing members of a group by the same symbol, usually defined in a legend.
he process of taking input cell values and replacing them with new output cell values. Reclassification is often used to simplify or change the interpretation of raster data by changing a single value to a new value, or grouping ranges of values into single values
he process of taking input cell values and replacing them with new output cell values. Reclassification is often used to simplify or change the interpretation of raster data by changing a single value to a new value, or grouping ranges of values into single values
reclassification
A data classification method that distributes a set of values into 4 groups
quartile reclassification
A data classification method that distributes a set of values into groups that contain an equal number of values
quantile reclassification
A method of manual data classification that seeks to partition data into classes based on natural groups in the data distribution. Natural breaks occur in the histogram at the low points of valleys. Breaks are assigned in the order of the size of the valleys, with the largest valley being assigned the first natural break.
natural breaks
A data classification method that divides a set of attribute values into groups that contain an equal range of values.
equal interval
using the reclass tool to manually input new values for certain ranges of values in a raster
manual reclassification
makes shared polygon boundaries disappear
dissolve
line, polygon, point, exterior polygon, interior polygon, variable,
types of buffers
a set of research methods developed in computer science to enable the controlled manipulation of data represented graphically to enhance readability, or to reveal or demonstrate unsuspected patters, regularities, or connections
visualization
.
multi-dimensional
user interaction and query across place and time, maps linked to other data visualization
dynamic and linked maps
teamwork among place-based subjects that is facilitated with and through geographic information and technologies, a field of study that is multidisciplinary in
nature, incorporating theory and methods from human-computer interaction (HCI), computer science, and
psychology
geocollaboration
surface representations: raster
tesselation
lattice
vector surface representation
TIN
vector surface representation
these are used in a TIN to represent slope, aspect, area
nodes, edges, triangles
artificially altering elevation, useful for regions of little variation, useful for features
vertical exaggeration
visually overlaying data on elevation surface
draping
.
resistance
.
barriers
a collection of data
database
software/programs that control the database
database management system
advantages of DBMS
reduces redundancy, maintenance cost decreases, multiple apps can use the same data and evolve, yser knowledge can transferred, data sharing is facilitated, security standards can be inforced, able to manage large numbers of concurrent users
records, rows, in a table
tuples
relations
tables
tables
relations
tuples
records
fields, columns, in the table
domains
domains
fields
one or more fields that uniquely identify each record
primary key
field in a table that matches the primary key field of another table
foreign key
a family of algebra with a well-founded semantics used for modelling the data stored in relational databases, and defining queries on it
relational algebra
four basic commands
select, insert, update, delete
SQL