Gis Practical
Gis Practical
1. Points
Definition: Points are the simplest type of vector data representation in GIS. They are defined
by a single pair of coordinates (x, y) in a two-dimensional space and represent discrete
locations.
Characteristics:
Zero Dimensions: Points have no length, width, or area; they are simply a position in space.
Attributes: Each point can have associated attribute data, which provides additional
information about the feature it represents (e.g., population of a city, height of a tree).
Use Cases:
Locations of Interest: Points are used to represent specific locations such as cities, landmarks,
utility poles, or sampling sites.
Event Mapping: Points can indicate occurrences such as crime incidents, traffic accidents, or
geological events.
2. Lines
Definition: Lines are one-dimensional representations that connect two or more points. They
are defined by a series of coordinates (vertices) and are used to represent linear features in
the real world.
Characteristics:
One Dimension: Lines have length but no width or area.
Directionality: Lines can have a direction, which is useful for representing features like rivers
or roads that have a flow or travel direction.
Use Cases:
Transportation Networks: Lines are commonly used to represent roads, highways, railways,
and paths.
Hydrology: Lines can represent rivers, streams, and drainage systems.
Communication Lines: They are also used for electrical power lines, telecommunication lines,
and pipelines.
3. Polygons
Definition: Polygons are two-dimensional shapes formed by connecting a series of points in a
closed loop. They represent area features and can have various numbers of sides.
Characteristics:
Two Dimensions: Polygons have both area and perimeter, making them suitable for
representing enclosed spaces.
Multiple Attributes: Polygons can have complex attribute data, allowing for detailed
descriptions of the area they cover (e.g., land use type, zoning status).
Use Cases:
Land Use and Zoning: Polygons are used to represent different land use categories, such as
residential, commercial, agricultural, or industrial areas.
Administrative Boundaries: They can represent political boundaries, such as countries, states,
counties, or municipalities.
Environmental Features: Polygons are used for features like lakes, parks, forests, and
protected areas.
Attribute Storage Rich attribute information Limited to single values per cell