DIGITIZATION
Digitization is the process of converting analogue data into digital data sets. In GIS context digitization refers to creating data sets viz…, point,
line, polygon from raster datasets. It is a way of tracing/recording geographic features in the vector format from Georeferenced images or maps.
With the help of digitization we can create different set of layers viz. Rivers, Roads, Schools, Ward boundaries and Building blocks from a single
map; this process is known vectorization. Vector data is easy to edit, update and is more accurate as compared to raster data. Vector data is more
efficient for GIS analysis. Due to these reasons vectorization is the first step in many GIS projects. However, it is a time consuming process and
needs a lot of attention to prevent introduction of errors in the datasets.
Vector data is mainly of three:-
Point: It consists of single point having (X, Y) coordinates, for example lamp posts, bus stops and post box positions etc.
Line: It consists a series of (X, Y) coordinates in a sequence (from start node to end node with a number of vertices joining these two nodes).
For example roads, power lines, ward boundaries and contours etc.
Polygon: It consists a series of (X, Y) coordinates in a sequence closing a figure first and last points are the same. For example- lakes, building
blocks, village blocks, ward areas and forests etc.