GIS Assignment 2
GIS Assignment 2
ENGINEERING
SEP 2020,
HAWASSA, ETHIOPIA
a) Description on how to clip( not more than a page)
In GIS to clip is to overlay a polygon on one or more target features (layers) and
extract from the target feature (or features) only the target feature data that lies
within the area outlined by the clip polygon. In other words, the boundaries of
the second polygon are imposed on the first polygon. All other areas is
discarded and is no longer part of the first polygon feature, the clipped data
becomes a new feature. This is analogous to “cookie cutter” being used to cut a
specific area out of a map to create new, smaller map.
Clipping to form a new feature class creates a study area or specific area of
interest that is an important function when working in GIS. This become
advantageous when an analyst only needs to work with a certain focus area,
he/she can discard the unnecessary spatial information with no loss to his/her
core data. Example of using the clip tool would be analyzing traffic patterns at a
college campus, so he/she may clip the road data to college.
We are interested in getting the elevation data just for a country.
First we will clip the DEM to match with the boundary.
To clip using the arc toolbox:
Go to data management tools
raster-
raster processing
clip
Most of even with or without the spatial extent of a DEM or any other dataset is
greater than our area of interest. In such case to avoid an additional
computational burden from extra data we clip the data to match our area of
interest. We call this process as “clipping” or intersection.
Clips a raster using a rectangular shape according to the extreme defined or will
clip a raster to the shape of an input polygon feature class. The shape defining
the can clip the extent of the raster or clip out an area within the raster.
Here are the steps to clip raster using the image analysis toolbar in ARCGIS.
Step 1. Enable image analysis toolbar. Enable the image analysis toolbar
(windows> image analysis)…
Step 2. Select raster to clip
Step 3. Select polygon boundary to clip
Step 4. Click clip icon
Step 5. Export raster
b) Clipped image with frame and map cosmetics
C) Vector data used with the necessary map cosmetics
D) Calculate the area
Solution.