GIS Course Assignment Final
GIS Course Assignment Final
Submitted by Meseret E.
ID: GSR/1146/17
GIS Assignment 1
ACEWM AAU
i. Geographic field
A geographic field is a phenomenon that has a value at every location within a study space.
Fields can be continuous or discrete. Continuous fields, such as temperature and elevation,
exhibit gradual changes, whereas discrete fields categorize space into distinct units, like soil
type or land use classification.
Raster representation is the most widely used due to its straightforward georeferencing and
efficient processing.
iii. Topology
Topology in GIS refers to the spatial relationships between geographic features. These
relationships remain unchanged under transformations like stretching or rotating a map.
Topology ensures:
GIS Assignment 2
ACEWM AAU
A Database Management System allows efficient storage, retrieval, and management of spatial
data. GIS databases require DBMS to handle large datasets, ensuring:
v. Attribute data
Attribute data refers to non-spatial data that describes the characteristics of geographic
features. For example, the population of a city or the name of a river.
Attribute data provides descriptive information about geographic features. It can be:
Rasterization is the process of converting vector data (points, lines, polygons) into raster
format (grid-based representation). Rasterization is useful for:
GIS Assignment 3
ACEWM AAU
vii. Geoid
The geoid is a model of the Earth's gravitational field, representing the shape that the ocean
surface would take under the influence of gravity and rotation alone. It is used as a reference
surface for measuring elevations.
Legend: a variety of features both natural and manmade with the help of explains the symbols,
colors, and patterns used on the map.
Scale: Indicates the relationship between distances on the map and actual distances on the
ground. (Verbal scale, graphical scale, representative fraction)
Compass Rose: Shows the orientation of the map, typically indicating north.
Grid: A network of lines (latitude and longitude) used to locate places on the map.
GIS Assignment 4
ACEWM AAU
Source: Indicates where the data for the map came from.
Direction: an essential component of map. Without direction one can never reach one’s
destination (cardinal direction, intermediate direction)
4. What is metadata?
In the context of GIS, metadata provides information about the spatial data, such as its source,
accuracy, resolution, projection, and creation date. It helps users understand the context and
quality of the data.
A B C
Calculate
i. A and B
ii. B or C
iii. A and not B
For the raster data calculations, need to perform logical operations on the raster layers A, B,
and C. Here’s how can approach each calculation:
I. A and B: This operation will return a new raster where each cell is the result of a logical
AND operation between corresponding cells in A and B. If both A and B have a value,
the result will be black; otherwise, it will be white.
GIS Assignment 5
ACEWM AAU
II. B or C: This operation will return a new raster where each cell is the result of a logical
OR operation between corresponding cells in B and C. If either B or C has a value, the
result will be black; otherwise, it will be white.
III. A and not B: This operation will return a new raster where each cell is the result of a
logical AND operation between A and the negation of B. If A has a value and B does not,
the result will be black; otherwise, it will be white
A i= A and B
B ii= B or C
GIS Assignment 6
ACEWM AAU
Reference
4. Longley, P. A., Goodchild, M. F., Maguire, D. J., & Rhind, D. W. (2015). Geographic
Information Science and Systems (4th ed.). Wiley.
GIS Assignment 7