MODULE 1 Flashcards
Process of searching a database to retrieve specific information that satisfies a specified set of criteria
Query or Querying
Process of obtaining a map layer by directly working on its features and attributes
Spatial Query
commonly used to query attribute tables in GIS
Logical Operators
Querying a GIS map of landcover map for the presence of specific land cover can be done using what? (example)
“Landcover”=”Built-up”
- “Landcover” is he specific ___ in the attribute table of the map
- ”=” is the ____
- “Built-up” is the specific ___
- Column
- Logical operator
- criteria
used along with the logical operators to query a particular map with compound expression or multiple criteria
Boolean Connectors
the analyst can put additional criteria on the query to look up for a built-up, forest cover within the map of interest. how can this be implemented?
“Landcover”=”Built-up” OR “Landcover”=”Forest”
used in order to look for the built-up and forested areas within the map
Boolean operator (“OR”)
(Logical Operator attributes)
Equal to
(Logical Operator attributes)
<>
Not equal to
(Logical Operator attributes) <
Less than
(Logical Operator attributes)
>
Greater than
(Logical Operator attributes)
≤
less than or equal to
(Logical Operator attributes)
≥
greater than or equal to
(Boolean connector attributes)
for the condition to be evaluated as true, the logical expression on both sides of the ___ must be TRUE
AND
(Boolean connector attributes)
The logical expression on one side or the other side of the __ must be TRUE
OR
(Boolean connector attributes) The logical condition on one and only one side of the ___ must be TRUE. If both logical expressions are true or both are false, the condition will be evaluated as FALSE.
XOR
Spatial analysis refers to the numerical values that describes features of geographic data which length, areas, shape, and distance and direction between objects
Measurement
In GIS, the distance between geographic objects (home & office) can be measured using the following:
- Euclidean distance
- Great circle
- Network Distance
length of the line segment between two geographic objects (A & B) calculated in cartesian coordinates (x & y) using the Pythagorean theorem
Euclidean distance (Pythagorean distance)
Pythagorean Theorem Formula
a² + b² = c²
* a & b are the sides of right triangle
*hypotenuse
shortest distance between two geographic objects measured using an arc along the surface of a sphere
great circle or spherical distance
commonly used by ships and aircraft in order to save time and money when navigating
Great circle distance
described as connected sets of edges and vertices
Networks
the places that are being connected by edges
Vertices
the centerline of by directional road, the direction of traffic flow, or even lanes in a multi-lane highway
edges
the point where a city or settlement starts, intersection or turns and stop in a particular road network or route (bus stops, schools, hospitals)
vertices
characterised by dense road network, travling from one place to another occurs in where?
Route
Calculation of distance between places (vertices) includes the length of all roads (edges) covered to complete what?
Trip
Influence the distance traveled from one city location to another
Different traffic rules and restrictions
Process of converting geographic data into a more useful product that can be the basis of different application based on simple rules
Transformation