gis file
gis file
GIS
(PRACTICAL)
B.A. (HONS.) GEOGRAPHY
DEPARTMENT OF GEOGRAPHY
SWAMY SHRADHANAND COLLEGE
UNIVERSITY OF DELHI, NEW DELHI, INDIA
INDEX
1 GIS
1.1 definition and of gis
1.2 GIS COMPONENTS
1.3 types of gis software
1.4 IMPORTANCE and emerging
traits of gis
2 GIS DATA
STRUCTURE
2.1 DIFFERENT TYPES OF GIS DATA
( SPATIAL AND NON SPATIAL )
2.2 AREA,POINT AND LINE
2.3 VECTOR AND RASTER
2.4 DATABASE MANAGEMENT
SYSTEM
3 GIS DATA ANALYSIS-1
3.1 data input : method AND
CONCEPT
3.2 georefrencing
3.3digitisation
3.4 input of attribute table
3.5 data editing
3.6 advanced geoprocessing tool
4 GIS DATA ANALYSIS-II
4.1 QUERY
4.2 OVERLAY
4.3 MAPLAYOUT(TYPES OF MAPS)
5 APPLICATION OF GIS
LAND USE/LAND COVER CHANGE
MORPHOMETRY ANALYSIS
URBAN STUDIES
6 QGIS PRACTICAL
WORK
UNIT – 1
1 .GEOGRAPHICAL INFORMATION SYSTEM
1.1 DEFINATION
3.2 GEOREFERENCING
Geographic location is the element that distinguishes spatial data
with non-spatial data. Methods for specifying location on the
earth’s surface for geographical data in a map is called as
georeferencing. The primary requirements of a georeferenced are
that it should be unique, so that there is only one location
associated with a given georeferenced (e.g., Hyderabad – one in
India another in Pakistan). It should stay constant through time,
because it could create confusion if it changes (e.g., Madras –
Chennai). Data in a GIS must contain a geographic reference to a
map, such as latitude and longitude. The GIS cross-references the
attribute data with the map data.
Importance of Geo-Referencing
Step 1: Click on the icon of QGIS 3.16 (π) from the taskbar. Wait for some
time, as it takes a while for it to load.
Step 2: QGIS 3.16 open as shown below.
Step 3: Georeferencing in QGIS is done via the ‘Geo-reference
GDAL’ plugin. This is a core plugin - meaning it is already part of
your QGIS installation. This plugin is installed in the Raster Menu.
Click on Raster > Georeferenced to open the plugin.
• Go to Transformation Settings.
• Then click on Target SRS.
• If the coordinates are from GPS in WGS84 coordinate system
then, you can choose the EPSG: 4326 CRS.
• Step 7: Now, we have to assign coordinates to at least 4
points on this map. If we look closely, we will see coordinate
grid with markings. Using this grid, we have to determine the
X and Y coordinates of the points where the grids intersect.
Click on Add Point in the toolbar.
Step 8: A window will pop-up, in which we have to enter the coordinates. X is
Longitude, Y is Latitude. Then click OK. The GCP table below will be updated
with the first GCP.
Similarly, we have to add at least 4 more GCP points which would
cover the whole image. More the number of points, more accurate
will be the image registered to the target coordinates. Step 9: Once
you have at least 4 to 5 points, click on Settings, then go to
Transformation settings . When the Transformation settings dialog
box pops up, choose the Transformation type as linear. Then name
your output raster, here it is, Kerala modified file. Choose
EPSG:4326WGS 84 as the target SRS so the resulting image is in a
widely compatible datum. Make sure the Load in QGIS when done
option is checked. Click Ok to continue the procedure.
Step 10: Go back to the Georeferenced window, and select File, then Start
Geo-referencing.
This will start the process of warping the image using the GCPs and
creating the target raster.
Step 11: After this process is finished, the georeferenced image will
be loaded in QGIS.
3.3 DIGITISATION
In the context of Geographic Information Systems (GIS),
digitization refers to the process of converting non-digital
geographic data, such as maps, aerial photographs, or
other analog formats, into digital formats that can be used
in GIS software for analysis and mapping. This involves
capturing the spatial features and attributes of geographic
data and representing them as digital coordinates,
commonly in vector format (points, lines, or polygons).
Key aspects of digitization in GIS:
Data Conversion:
Digitization transforms analog data into digital
representations suitable for GIS software.
Vector Data Creation:
The process creates vector datasets (points, lines,
polygons) from raster images or maps.
Feature Tracing:
Features are traced and digitized, capturing their spatial
locations and attributes as digital coordinates.
Georeferencing:
Digitized data needs to be georeferenced, meaning its
coordinates are linked to a real-world coordinate system.
Applications:
Digitized data is used for various GIS tasks, including map
creation, analysis, and spatial modeling.
Scope:
Digitization encompasses a wide range of activities,
including data capture, editing, cleaning, analysis, and
dissemination.
Methods:
Digitization can involve manual tracing, scanning, or even
automatic digitization from raster data.
3.4 INPUT OF ATTRIBUTE TABLE
In the context of geographic information systems (GIS), the
input of an attribute table refers to the data that defines
the characteristics of spatial features. This data is typically
stored in a tabular format, where each row represents a
feature and each column represents a characteristic or
attribute of that feature. The input can be a variety of
formats, including .dbf files, raster’s with attribute tables,
or tables used in other mosaic datasets.
1. Clip
Purpose: Cut out a portion of a layer using the boundaries
of another layer.
Example: Clip forest cover layer using the boundary of a
state.
2. Union
Purpose: Combine two layers into one — keeps all areas
from both layers.
Example: Combine wetlands and agricultural lands into one
dataset, showing overlaps too.
3. Intersect
Purpose: Extract only the overlapping areas between two
layers.
Example: Find regions where protected forests and mineral
deposits overlaps.
4. Difference
Purpose: Subtract one layer from another.
Example: Remove water bodies from a land-use map to
analyze only dry land.
5. Dissolve
Purpose: Merge adjacent polygons sharing a common
attribute into one big shape.
Example: Combine all districts of the same state into one
state boundary.
6. Buffer
Purpose: Create a zone around a feature at a set distance.
Example: Create a 500-meter buffer zone around rivers to
study pollution impacts.
7. Convex Hull
Purpose: Draw the smallest polygon that contains all points
or features.
Example: Create the outer boundary for a group of wildlife
sightings.
8. Symmetrical Difference
Purpose: Keep only the parts that do not overlap between
two layers.
Example: Find areas exclusive to forests or agriculture but
not common to both.
9. Erase (also called "Difference" in some menus)
Purpose: Remove features of one layer based on the
boundaries of another
UNIT-4
4. GIS DATA ANALYSIS -II
4.1 QUERY
In Geographic Information Systems (GIS), queries are used to extract
specific information from spatial databases based on defined
criteria. These queries can be either attribute queries, which focus on
non-spatial data like characteristics of a feature, or spatial queries,
which focus on location and geometry. GIS allows for powerful
combinations of both types of queries, enabling users to filter and
analyze data effectively.
Types of Queries in GIS:
Attribute Queries:
These queries select records based on attribute values (non-spatial
data). For example, finding all parcels with a land value greater than a
certain amount.
Spatial Queries:
These queries select features based on their location or spatial
relationship to other features. Examples include:
Finding all stores within a specific radius of a customer's location.
Identifying parcels within a certain distance of a park.
Finding features that intersect or overlap a particular polygon.
4.2 OVERLAY
In Geographic Information Systems (GIS), overlay analysis is a
powerful technique that combines two or more spatial datasets to
create a new composite layer, highlighting spatial relationships and
identifying features that meet specific criteria. It's essentially a way
to stack and analyze multiple layers of data on top of each other,
revealing how different datasets overlap and interact.
How Overlay Analysis Works:
1. Combining Datasets:
Overlay analysis involves merging data from two or more layers,
usually with a common geographic extent.
2. Identifying Relationships:
By overlaying different layers, you can see where they intersect,
overlap, or are located in relation to each other.
3. Creating New Features:
The overlay process can generate new features or attributes that
combine information from the input layers, allowing for the creation
of more complex analyses.
4. Examples:
Common uses include finding suitable locations for development,
identifying areas susceptible to risk, or analyzing land-use patterns.
Definition:
Map layout, or map composition, is the process of arranging the map's
core image (map frame) with supplementary elements like legends, scale
bars, and titles on a page or screen.
Elements:
Map Frame: The area where the map itself is displayed, containing
the spatial data.
Scale Bar: Indicates the ratio between map distance and real-world
distance.
North Arrow: Shows the orientation of the map.
Legend: Explains the symbols and colors used on the map.
Title: Provides a descriptive name for the map.
Other elements: May include inset maps, data sources, and other
relevant information.
Considerations:
Layout design principles, like balance, gestalt, and visual hierarchy, guide
the arrangement of elements for clarity and effectiveness.