0% found this document useful (0 votes)
49 views17 pages

Unit 4 &5

Uploaded by

swarthirekhar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views17 pages

Unit 4 &5

Uploaded by

swarthirekhar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17

UNIT 4 DATA INPUT AND TOPOLOGY

1.GPS Data Integration(12 MARKS)


GPS (Global Positioning System) data integration refers to the process of combining GPS-
derived location and time information with other data sources or systems to achieve various
objectives. This integration can be used in a wide range of applications, from navigation and
mapping to tracking, logistics, and data analysis. Here are some key aspects of GPS data
integration:
Data Sources:
GPS Data: This is the primary data source, providing latitude, longitude, altitude, and
timestamp information.
External Data: This can include data from sensors (e.g., accelerometers, gyroscopes,
barometers), maps, geographic information systems (GIS), and other environmental or
contextual data.
Integration Techniques:
Data Fusion: Combining GPS data with data from other sensors to improve accuracy and
reliability. For example, using accelerometer data to enhance GPS accuracy in urban canyons
or when GPS signals are weak.
Map Data Integration: Overlaying GPS data on digital maps to provide real-time navigation
and location-based services.
Time Synchronization: Ensuring that GPS data is synchronized with other data sources,
especially when dealing with data from multiple sensors or systems.
Data Matching and Correlation: Associating GPS data with specific events or objects by
matching timestamps or spatial patterns.
Applications:
Navigation: Integrating GPS data with mapping services for turn-by-turn directions and real-
time traffic updates.
Fleet Management: Combining GPS data with vehicle information to monitor and optimize
the movement of fleets of vehicles.
Outdoor Recreation: Enhancing outdoor activities like hiking and geocaching by integrating
GPS data with trail maps and waypoints.
Surveying and Mapping: Using GPS data to create accurate geographic maps and conduct
land surveys.
Asset Tracking: Tracking the location of valuable assets such as vehicles, equipment, and
cargo.
Geographic Information Systems (GIS): Integrating GPS data into GIS software for spatial
analysis, resource management, and urban planning.
Data Processing:
Data Cleaning: Removing outliers or erroneous data points to improve accuracy.
Data Transformation: Converting raw GPS data into usable formats (e.g., latitude/longitude
to addresses or coordinates).
Data Aggregation: Summarizing or aggregating GPS data to derive insights or monitor trends.
Challenges:
Signal Interference: Buildings, trees, and atmospheric conditions can disrupt GPS signals.
Data Privacy: Handling sensitive location data and ensuring privacy and security.
Data Volume: Managing and processing large volumes of GPS data from multiple sources.
Tools and Technologies:
GPS Receivers: Hardware devices or software apps that collect GPS data.
GIS Software: Tools like ArcGIS, QGIS, or Google Earth for mapping and spatial analysis.
Machine Learning: Algorithms for data fusion and predictive modeling based on GPS and
other data.
In summary, GPS data integration involves combining GPS-derived location and time
information with other relevant data sources to achieve specific goals in various fields. It's a
crucial process for enabling location-based services, improving navigation, and making
informed decisions based on spatial information.
Raster to Vector and Vector to Raster Conversion are two fundamental processes in
computer graphics and image processing. These conversions are essential for various
applications, including CAD (Computer-Aided Design), GIS (Geographic Information Systems),
and graphic design.
2. Raster to Vector Conversion:(8 MARKS)
Raster images, also known as bitmap images, are made up of a grid of pixels, where each
pixel contains color information. Raster images are resolution-dependent, which means they
can lose quality and become pixelated when resized or zoomed in. Raster-to-vector
conversion is the process of converting a raster image into a vector image, which is
resolution-independent and consists of geometric shapes and lines. This process involves the
following steps:
Image Tracing: Specialized software or algorithms analyze the pixel information in the raster
image to identify edges, shapes, and color variations.
Vectorization: The identified elements in the raster image are converted into vector objects,
such as lines, curves, and polygons, defined by mathematical equations.
Smoothing and Simplification: The vectorized image may be smoothed and simplified to
reduce unnecessary complexity and create a more manageable vector representation.
Common software tools for raster to vector conversion include Adobe Illustrator's Image
Trace feature, Inkscape's Trace Bitmap tool, and specialized software like AutoCAD for
converting scanned drawings into editable vector formats.

Vector to Raster Conversion:


Vector images are composed of mathematical equations that define shapes, lines, and
colors. They are resolution-independent and can be scaled without loss of quality. Vector to
Raster Conversion is the process of converting a vector image into a raster image, which is
composed of pixels. This process is often referred to as rasterization. Here are the basic steps
involved:
Rasterization: The vector objects are rendered onto a grid of pixels. This involves defining
how the vector elements should be represented as pixels, including considerations for color,
transparency, and anti-aliasing.
Specifying Resolution: The resolution of the raster image, often measured in dots per inch
(DPI) or pixels per inch (PPI), is determined. This resolution affects the level of detail in the
resulting raster image.
Rendering: The vector image is processed and transformed into a raster image based on the
specified resolution and rendering settings.
Common software for vector to raster conversion includes Adobe Photoshop, which allows
you to export vector graphics as raster images at various resolutions and file formats.

These conversion processes are essential for bridging the gap between vector-based and
raster-based graphics and are used in various fields, from graphic design and illustration to
engineering and cartography. The choice between raster and vector formats depends on the
specific requirements of the project and how the image will be used.
3.Non-topological file formats refer to data file formats that do not inherently contain
information about the spatial relationships or connections between different elements or
data points. In other words, these file formats do not encode the geometric or topological
properties of the data they represent. Instead, they typically store information in a more
tabular or hierarchical manner, without specifying how the data elements are related in
space.
Here are some examples of non-topological file formats:
Text Files (e.g., CSV, TXT): These files store data in plain text format, typically organized in
rows and columns. They do not encode any spatial or topological information.
JSON (JavaScript Object Notation): JSON is a lightweight data interchange format that
represents data as a collection of key-value pairs or nested structures. It is often used for
data exchange between web services and applications but does not contain topological
information.
XML (Extensible Markup Language): XML is a markup language used for encoding structured
data. Like JSON, it is hierarchical and used for various purposes, such as configuration files or
data interchange, but it doesn't describe spatial relationships.
Database Files (e.g., SQL databases): Databases like MySQL, PostgreSQL, or Microsoft SQL
Server store data in structured tables and do not inherently encode topological information.
Spreadsheet Files (e.g., XLSX): Spreadsheet files contain data in tabular form, with rows and
columns. While they can represent various types of data, including geographical data, the
file format itself doesn't specify topological relationships.
Image Files (e.g., JPEG, PNG): Image files store visual data but do not encode topological
relationships between objects in the image.
Audio Files (e.g., MP3, WAV): Audio files contain sound data and do not have inherent
topological information.
Document Files (e.g., PDF, DOCX): Document files contain text, images, and formatting, but
they do not encode spatial relationships between elements.
It's important to note that while these file formats do not inherently contain topological
information, they can still be used to represent and store data that has topological or spatial
attributes. For example, you can use CSV files to store geographic coordinates, but the
format itself does not define the spatial relationships between those coordinates. To
represent topological relationships, you would typically need specific spatial data formats
like Shapefile, GeoJSON, or KML, which are designed for geographic information systems
(GIS) and topological dat
UNIT 5
What is Data Quality in GIS?
Data quality refers to the accuracy, reliability, and suitability of geographic data
for its intended purpose. It ensures the credibility of GIS analyses and decisions.
Assessment of Data Quality(12 MARK)

Key Components of Data Quality


1. Accuracy:
o Positional Accuracy: Precision of the location of spatial features.
o Attribute Accuracy: Correctness of non-spatial data (e.g., names,
measurements).
o Temporal Accuracy: Correctness of data with respect to time.
2. Resolution:
o Spatial Resolution: The smallest size of a mapped feature (e.g., pixel size).
o Temporal Resolution: Frequency of data collection (e.g., daily, monthly).
o Attribute Resolution: Level of detail in the attribute data.
3. Completeness:
o Degree to which all required data is present.
o Identifies gaps or missing values in datasets.
4. Consistency:
o Uniformity in data structure and format.
o Lack of contradictions in datasets (e.g., duplicate entries, conflicting values).
5. Lineage:
o History and source of the data, including methods of collection and
processing.
o Helps in assessing trustworthiness.
6. Logical Consistency:
o Adherence to topological rules (e.g., no overlapping polygons in a land-use
dataset).
o Verifies relationships between spatial features.

3. Methods for Assessing Data Quality


1. Statistical Analysis:
o Calculate errors (e.g., Root Mean Square Error for positional accuracy).
o Assess patterns of missing or outlier values.
2. Ground Truthing:
o Compare GIS data with real-world measurements or verified sources.
3. Metadata Review:
o Evaluate the dataset's documentation to understand lineage, resolution, and
limitations.
4. Visual Inspection:
o Use GIS tools to overlay datasets and identify mismatches or anomalies.
5. Error Propagation Analysis:
o Study how inaccuracies in one dataset affect the results of analyses using
multiple layers.
6. Validation Against Standards:
o Compare data with established standards or reference datasets (e.g., ISO
19157).

4. Common Sources of Errors in GIS Data


 Data Entry Errors: Mistakes during digitization or attribute input.
 Projection and Datum Errors: Mismatches in spatial references.
 Data Conversion Errors: Loss of detail during format changes.
 Sampling Errors: Insufficient or biased sample points.
 Temporal Mismatches: Combining datasets from different time periods.

5. Improving Data Quality


1. Standardized Data Collection:
o Use consistent methods and tools for capturing data.
2. Regular Updates:
o Keep datasets current to ensure temporal accuracy.
3. Metadata Maintenance:
o Provide detailed metadata to support data interpretation.
4. Quality Control Procedures:
o Implement automated and manual checks during data processing.
5. User Feedback Mechanisms:
o Allow users to report errors and contribute to data refinement.

6. Importance of Data Quality in GIS


 Enhances decision-making reliability.
 Reduces costs associated with errors.
 Improves credibility of spatial analyses.
 Supports compliance with legal and regulatory requirements.
Case Study 1: Land Use and Land Cover Mapping (Andhra Pradesh)
Objective: Assess changes in land use and land cover (LULC) using satellite imagery.
Methodology:
 Datasets from Landsat satellites were used to map LULC changes over 20 years.
 Accuracy assessment was conducted using ground-truth data collected from field
surveys.
 Statistical measures, such as the Confusion Matrix, were used to calculate
classification accuracy.
Findings:
 Positional inaccuracies were identified due to mismatched projections between
datasets.
 Attribute inconsistencies arose in areas with rapid urbanization, as the satellite
images were outdated.
 Regular updates and integration of high-resolution data were recommended to
improve temporal accuracy.
Case Study 2: Flood Risk Assessment in Kerala
Objective: Map flood-prone areas in Kerala after the 2018 floods to aid disaster
management.
Methodology:
 DEMs (Digital Elevation Models) from SRTM and CartoDEM were analyzed to assess
elevation data accuracy.
 Rainfall data from the Indian Meteorological Department (IMD) and hydrological
models were integrated.
 Logical consistency was checked to ensure topological relationships between river
networks and floodplain polygons.
Findings:
 Errors in DEM resolution caused discrepancies in flood extent mapping.
 Data gaps in rainfall datasets led to underestimation of risk in certain areas.
 It was recommended to use LiDAR-based elevation models for higher accuracy and
integrate crowd-sourced flood data for completeness.
Case Study 3: Urban Planning in Bangalore
Objective: Use GIS for sustainable urban development planning in Bangalore.
Methodology:
 High-resolution imagery from Google Earth and Sentinel-2 satellites was used for
mapping.
 Thematic layers for land use, transportation, and utilities were created.
 Completeness and consistency of attribute data were evaluated using surveys and
field validation.
Findings:
 Inconsistent spatial data on transportation networks affected urban planning
outcomes.
 Metadata review highlighted a lack of lineage documentation for older datasets,
raising concerns about data trustworthiness.
 The study recommended implementing ISO GIS standards and updating datasets
regularly to improve usability.
Case Study 4: Groundwater Quality Assessment in Punjab
Objective: Map groundwater quality for agricultural planning and drinking water safety.
Methodology:
 Water quality data from field samples were spatially interpolated using GIS.
 Accuracy assessment involved comparing interpolation results with independent
sample points.
 Temporal consistency was evaluated by comparing historical water quality records.
Findings:
 Attribute inaccuracies occurred due to sampling bias in highly urbanized areas.
 Completeness was an issue as some rural areas lacked sufficient sampling points.
 Recommendations included increasing the density of sampling points and using
remote sensing for indirect groundwater quality assessments.
Case Study 5: Forest Cover Monitoring in the Western Ghats
Objective: Monitor deforestation and biodiversity loss in the ecologically sensitive Western
Ghats.
Methodology:
 Remote sensing data from MODIS and Landsat were used to assess forest cover.
 Validation was performed using field surveys and data from the Forest Survey of
India (FSI).
 Error propagation analysis was conducted to determine the impact of resolution
differences on deforestation estimates.
Findings:
 Temporal mismatches in datasets led to overestimations of forest cover loss.
 Attribute inconsistencies occurred due to variations in forest classification schemes.
 Recommendations included adopting uniform classification standards and higher
spatial resolution datasets.
2.GIS Standards and Interoperability:
OGC (Open Geospatial Consortium): OGC is a global organization that develops and
publishes open standards for geospatial and location-based services. Some of the most well-
known OGC standards include:
WMS (Web Map Service): Allows the retrieval of georeferenced map images over the
internet.
WFS (Web Feature Service): Provides access to geospatial features (e.g., vector data) over
the web.
KML (Keyhole Markup Language): Used for displaying geographic data in Earth browsers like
Google Earth.
GeoJSON: A format for encoding geographic data structures.
CityGML: A standard for modeling and exchanging 3D city models.
ISO Standards: The International Organization for Standardization (ISO) has published several
standards related to GIS, including ISO 19115 (Metadata) and ISO 19139 (XML Schema
Implementation). These standards help with the description and exchange of geographic
information.
INSPIRE Directive: This European directive aims to establish an infrastructure for spatial
information in Europe. It defines standards for sharing geospatial data among European
Union member states.
National Standards: Many countries have their own national standards for GIS data and
services. For example, the United States has the FGDC (Federal Geographic Data Committee)
standards.
Industry-Specific Standards: Some industries, such as utilities and transportation, have their
own specific GIS standards to address their unique requirements.
Interoperability:
Data Interoperability: Interoperability involves ensuring that different GIS datasets can be
used together seamlessly. This often involves addressing issues such as data formats,
coordinate systems, and data quality.
Software Interoperability: GIS software packages from different vendors should be able to
read and write data in common formats and use common standards. This enables users to
work with multiple software tools and share data easily.

Service Interoperability: This aspect involves making GIS services (e.g., web mapping
services) compatible with each other. For instance, a WMS from one provider should work
with a client application from another provider.
Semantic Interoperability: Ensuring that data exchanged between systems carries the same
meaning. It involves defining common vocabularies and ontologies so that different systems
can understand the data being shared.
Geoprocessing Interoperability: Making sure that geospatial analysis processes and models
can be shared and executed across different GIS software platforms.
Benefits:
Efficiency: Interoperability reduces duplication of effort and enables more efficient
workflows.
Data Sharing: Standards and interoperability facilitate the sharing of geospatial data
between organizations and across borders.
Cost Reduction: By avoiding vendor lock-in, organizations can choose the best tools for their
needs and reduce software licensing costs.
Better Decision-Making: Access to a broader range of data sources and tools enhances
decision-making in various domains.
3.OGC stands for the Open Geospatial Consortium, which is a global organization that
develops and publishes open standards for geospatial technologies and geographic
information systems (GIS). OGC standards are crucial for ensuring interoperability and
compatibility between different GIS software and systems, allowing data and services to be
shared and used seamlessly across various platforms and applications.
Some of the key OGC standards and specifications in GIS include:
Web Map Service (WMS): This standard defines how to request and serve static map images
over the internet. It allows users to retrieve maps as images and is widely used for displaying
maps in web applications.
Web Feature Service (WFS): WFS is used to request and exchange geospatial vector data
over the web. It enables clients to retrieve and manipulate geographic features as structured
data.
Keyhole Markup Language (KML): KML is an XML-based format developed by Google for
describing geographic data and visualizing it in Earth browsers like Google Earth. While not
an OGC standard per se, it is often associated with OGC standards.
Geography Markup Language (GML): GML is an XML-based standard for encoding and
exchanging geographic information, including both vector and raster data. It provides a
common framework for describing geographic features and their relationships.
Sensor Web Enablement (SWE): SWE standards are used for describing and sharing sensor
data in a standardized way. This is particularly important for environmental monitoring,
weather forecasting, and IoT applications.

Geospatial Web Services (OWS): OGC Web Services (OWS) standards encompass a set of
specifications, including WMS, WFS, and others, for building geospatial web services that
follow OGC standards.
CityGML: CityGML is an OGC standard for the representation and exchange of 3D city
models. It is widely used in urban planning and 3D GIS applications.
GeoPackage: GeoPackage is an open standard for sharing geospatial data in a SQLite
container. It's designed to be a lightweight and cross-platform format for storing and
exchanging GIS data.
CDB (Common DataBase): CDB is an OGC standard for the storage and exchange of synthetic
environment data used in simulation and training systems, including military and civilian
applications.
OGC API Standards: OGC has been working on a new generation of web service standards
known as OGC API standards, which are designed to provide more modern, RESTful, and
user-friendly approaches to accessing geospatial data and services.
These OGC standards help ensure that geospatial data and services can be accessed, shared,
and integrated across different software and platforms, fostering collaboration and
innovation in the field of GIS and geospatial technologies.
4.Spatial Data Infrastructure

Spatial Data Infrastructure (SDI)


Definition:
Spatial Data Infrastructure (SDI) is a framework of technologies, policies, standards, and
human resources necessary to acquire, process, store, distribute, and improve the utilization
of geospatial data. SDI enables the sharing of spatial data across organizations, governments,
and individuals to support decision-making, research, and development.

Components of SDI
1. Data:
o Geospatial Data: Includes spatial datasets such as maps, imagery, and 3D
models.
o Metadata: Describes the content, quality, condition, and other characteristics
of data.
2. Standards:
o Ensure interoperability and seamless data sharing.
o Examples: ISO 19115 (metadata standards), OGC standards (Open Geospatial
Consortium).
3. Technological Infrastructure:
o Hardware and software systems, such as servers, cloud platforms, GIS
software, and web services (e.g., WMS, WFS).
4. Policy and Governance:
o Laws, regulations, and guidelines that govern data sharing, access, and usage.
o Includes data security, privacy, and copyright issues.
5. Human Resources:
o Skilled personnel, including GIS specialists, data managers, and policymakers,
to maintain and operate the SDI.
6. Access Mechanisms:
o Platforms or portals for users to discover, access, and use spatial data (e.g.,
Geoportals).

Benefits of SDI
1. Data Sharing and Accessibility:
o Facilitates seamless access to data across organizations, reducing redundancy.
2. Improved Decision-Making:
o Supports informed decisions in disaster management, urban planning,
agriculture, and other fields.
3. Cost Efficiency:
o Reduces duplication of data collection efforts, saving time and resources.
4. Standardization:
o Promotes uniformity in data formats and practices.
5. Collaboration:
o Encourages collaboration between government agencies, private sectors, and
researchers.
6. Economic Growth:
o Drives innovation in sectors like transportation, agriculture, and technology
by providing a reliable geospatial data backbone.

Challenges of SDI
1. Data Quality and Standards:
o Variations in data quality, formats, and standards can hinder interoperability.
2. Funding and Resources:
o High initial costs for establishing and maintaining SDI.
3. Policy and Legal Barriers:
o Issues related to data ownership, privacy, and intellectual property rights.
4. Technological Limitations:
o Dependence on high-speed internet and advanced infrastructure for effective
functioning.
5. Capacity Building:
o Requires trained personnel and ongoing education to manage and use SDI
effectively.
6. Integration of Legacy Systems:
o Difficulty in integrating outdated or incompatible systems into the SDI
framework.

Examples of Successful SDI Implementations


1. National Spatial Data Infrastructure (NSDI) – India:
o Developed by the Government of India to promote sharing and use of
geospatial data across sectors.
o Includes the Bhuvan geoportal, which provides access to spatial datasets,
satellite imagery, and analysis tools.
2. INSPIRE (Infrastructure for Spatial Information in Europe):
o A European Union initiative aimed at creating a unified geospatial
infrastructure across Europe.
o Focuses on environmental policies and seamless cross-border data sharing.
3. US National Spatial Data Infrastructure (NSDI):
o Led by the Federal Geographic Data Committee (FGDC).
o Supports data sharing among federal, state, and local governments for
efficient governance.
4. GeoSUR Program (Latin America and the Caribbean):
o Provides a regional spatial data infrastructure to promote data sharing among
countries for sustainable development and disaster management.
5. Australian Spatial Data Infrastructure (ASDI):
o Facilitates data access for various applications, including natural resource
management, urban planning, and emergency response.
explain about data output and map completion process in gis

Generating Charts and Graphs in Geographic Information Systems (GIS)


Charts and graphs are essential tools in GIS to visualize spatial and non-spatial data for
effective communication and analysis. They complement maps by summarizing attributes
and relationships in an easily interpretable format.
Process of Generating Charts and Graphs in GIS
1. Data Preparation:
o Collect and preprocess data, ensuring accuracy and completeness.
o Attribute tables, shapefiles, raster data, and metadata are primary sources.
o Ensure data has no errors or missing values that could distort the
visualizations.
2. Data Selection:
o Identify the specific data to visualize (e.g., population density, rainfall).
o Filter, sort, or aggregate data based on the analytical needs.
3. Choose Chart Type:
o Select a chart type appropriate for the data and the message to convey.
o Common options include bar charts, line graphs, pie charts, scatter plots, and
histograms.
4. Create the Chart:
o Use GIS software features to generate charts (e.g., ArcGIS, QGIS, or custom
scripts in Python/R).
o Some GIS platforms have built-in tools for creating linked visualizations.
5. Customize and Enhance:
o Adjust axes, labels, colors, legends, and data point markers for clarity.
o Add titles and annotations to explain trends or highlight specific insights.
6. Analyze and Export:
o Interpret the chart and its relationship to spatial data.
o Export charts for reports or integration into presentations.

Key Considerations for Chart Generation in GIS


1. Purpose of Visualization:
o Ensure the chart answers the intended question or highlights critical
relationships.
2. Data Compatibility:
o Match chart types with the nature of the data (e.g., time-series for trends,
scatter plots for relationships).
3. Scale and Units:
o Maintain consistency in units and scales to avoid misinterpretation.
4. Integration with Maps:
o Link charts with maps for interactive analysis (e.g., clicking on a region
updates the chart dynamically).
5. Avoid Overload:
o Limit the amount of data visualized to prevent clutter and improve
readability.

Types of Charts in GIS and Applications


1. Bar Charts:
o Description: Display comparisons across categories.
o Application: Comparing population across administrative regions, land-use
area by category.
o Example: Visualizing the area under different crop types in a district.
2. Line Graphs:
o Description: Represent trends over time.
o Application: Tracking temperature changes, river discharge trends, or urban
growth over years.
o Example: Monthly average rainfall in a region over a decade.
3. Pie Charts:
o Description: Show proportional data in a whole.
o Application: Visualizing land-use distribution or population composition by
age group.
o Example: Percentage of forest, agricultural, and urban areas in a region.
4. Scatter Plots:
o Description: Visualize relationships between two variables.
o Application: Analyzing correlation between elevation and temperature or
population and proximity to water sources.
o Example: Correlation between average annual rainfall and agricultural yield.
5. Histograms:
o Description: Represent the distribution of a single variable.
o Application: Analyzing the frequency of elevation ranges or soil moisture
levels.
o Example: Frequency distribution of altitude in a watershed.
6. Box Plots:
o Description: Display statistical summaries of data distributions.
o Application: Comparing temperature variations across seasons or pollution
levels in multiple locations.
o Example: Seasonal variation in air quality index (AQI) in urban and rural areas.
7. Bubble Charts:
o Description: Add a third dimension (size of bubbles) to scatter plots.
o Application: Showing population, GDP, and area across regions
simultaneously.
o Example: Comparing cities by population density (x-axis), average income (y-
axis), and total population (bubble size).

Examples of Chart Applications in GIS


1. Urban Planning:
o Use bar charts to analyze land-use categories for zoning and development.
2. Disaster Management:
o Line graphs to track rainfall trends leading to floods.
3. Agriculture:
o Scatter plots to study the relationship between soil fertility and crop yield.
4. Public Health:
o Pie charts to visualize disease prevalence by category (e.g., viral, bacterial).
5. Environment:
o Histograms to examine the frequency of forest canopy density levels.

You might also like