Raster Data Model
Raster Data Model
Raster Advantages
The most common data format
3. Positional precision Can be very precise and thus Precision increased with increased
accurate processing time and data storage
needs accuracy. Limited by pixel
size
4. Attribute precision Good for polygon, point and line Good for continuous data; limited by
data; not good for continuous size of pixels in representing
data unless connected to TIN or attribute distribution in real world
similar technology
5. Comprehensiveness Good for spatial query and Not good for spatial query but very
of analysis capability relatively simple data, analysis- good for spatial analysis filtering,
limited to Intersections and modeling
Sl. Characteristic Vector Structure Raster Structure
No.
6. Overlay ability Good, but overlaying many layers Because all pixels line up, overlay
can cause many splinters, etc. in the procedures do not create problems
result which are difficult to eliminate
7. Storage requirements Relatively small but complex Relatively large and simple but may be
complex
8. Ability to work with Poor - data must be vectorized first Good - uses same kind of data structure
image data
9. Conversion to other map Usually included in package and Difficult and quite often creates warped
projections relatively simple to do images which do not fill the raster,
causing problems with neighborhood
functions
10. Ability to work with Good - because system can handle Poor - raster structure not amenable to
network data structures lines network
12. Output map quality Very good - looks like a map Poor - doesn't look like a map to lay
people
Vector to Raster Conversion
L = f1 (X, Y)
E = f2 (X,Y)
Raster to Vector Conversion
X = f3 (L, E)
Y = f4 (L,E)
Where,
L = scan line
E = element / pixel number within scan line
X = horizontal coordinates of the GIS system map projection
Y = vertical coordinates of the GIS map projection
f1…f4 = Polynomial functions derived by least squares analysis of control
points which can be identified on an image
THANKS