Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Spatial Data
 Prepared By
 Md. Akram Ullah
Lecturer
FIMS,NSTU
Spatial data
The data or information that identifies the
geographic location of features and
boundaries.
On earth, such as natural and constructed
features like Ocean, lake, pond etc.
Spatial data is usually stored as coordinate
and topology, and is data that can be mapped.
IN GIS THEARE ARE TWO BASIC
SPATIAL DATA TYPES
RASTER
DATA
VECTOR
DATA
IN GIS THERE ARE TWO TYPES OF SPATIAL
DATA TYPES
Vector Data
Vector data provide a way to represent real world features within
the GIS environment. A vector feature has its shape represented
using geometry. The geometry is made up of one or more
interconnected vertices. A vertex describe a position in space
using an x, y and optionally z axis. In the vector data model,
features on the earth are represented as:

Recommended for you

Remote Sensing and GIS in Land Use / Land Cover Mapping
Remote Sensing and GIS in Land Use / Land Cover MappingRemote Sensing and GIS in Land Use / Land Cover Mapping
Remote Sensing and GIS in Land Use / Land Cover Mapping

This document discusses using remote sensing and GIS for land use/land cover mapping. It describes analyzing agricultural versus urban land to ensure development doesn't degrade farmland. Land cover refers to ground surface characteristics like vegetation or bare soil, while land use refers to how land is used, such as agriculture or recreation. The document outlines classification systems and criteria for remote sensing-based land use/land cover mapping. It also discusses digital classification techniques, global and national land use datasets, and applications of remote sensing for natural resource management and change detection analysis.

remote sensinggeographical information systemgis
Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and Sensors

This document discusses remote sensing platforms and sensors. It describes the different types of orbits used by remote sensing satellites, including low Earth orbit, sun synchronous orbit, and geostationary orbit. It also outlines the various platforms that can be used, such as ground-based, airborne, and space-borne. Finally, it examines the characteristics of remote sensing sensors, including spatial, spectral, radiometric, and temporal resolution.

polarsun synchronousshapes of orbits
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis

This document discusses GIS data analysis techniques including raster to vector conversion and spatial analysis through vector overlay. It provides information on various data types and models in GIS. Key analysis techniques covered are raster and vector data overlays, terrain mapping and analysis, and spatial interpolation methods. Specific vector and raster overlay methods like point-in-polygon, line-in-polygon and polygon-on-polygon are described. Spatial data editing techniques involving digitization errors and topological/non-topological editing are also summarized.

geography
• points
• lines / routes
• polygons / regions
• TINs (triangulated irregular networks)
Vector Data
This system of recording features is based on the interaction
between arcs and nodes, represented by points, lines and
polygons. A point is a single node, a line is two nodes with an arc
between them, and a polygon is a closed group of three or more
arcs. With these three elements , it is possible to record most all
necessary information.
Points
Polygons
Lines
Vector Data
Advantages
• accurately representing true shape and size
• representing non-continuous data (e.g., rivers, political boundaries, road
lines)
• Vectors can store information

Recommended for you

Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis

Raster data is represented by a grid of cells, where each cell contains numeric or qualitative values. Raster data comes from sources like images, maps, and satellite imagery. Common analyses of raster data include buffering, reclassification, hillshades, interpolation, and surface calculation. Buffering assigns "in" and "out" values to cells based on their distance from a feature. Reclassification reassigns cell values. Hillshades create shaded relief maps from elevation data. Interpolation estimates values between known data points. Surface calculation performs cell-by-cell mathematical functions on rasters.

GIS presentation
GIS presentationGIS presentation
GIS presentation

This document provides an overview of geographical information systems (GIS), including definitions of GIS, its basic principles and components, data types used in GIS (vector and raster), advantages and applications of GIS. Specifically, it defines GIS as a computer system for capturing, storing, analyzing and displaying spatially referenced data. It describes the key principles of data capture, management, analysis and visualization. It outlines the typical hardware, software and data components of a GIS, and differentiates between vector and raster data types. Finally, it discusses advantages like accurate representation and analysis, and applications across different domains.

geographic information systemgis
Vector data model
Vector data model Vector data model
Vector data model

The document discusses vector data models in GIS. Vector data models represent geographic features using points, lines, and polygons. The key vector data models are the spaghetti model, which encodes features as strings of coordinates, and the TIN (triangulated irregular network) model, which creates a network of triangles connecting points. Vector models allow for discrete boundaries but complex algorithms, while raster models divide space into a grid but are simpler.

About topology
• A vector data model uses points stored by their
real (earth) coordinates and so requires a precise
coordinate system. Geographic Coordinate
System Latitude/Longitude Cartesian Coordinate
Systems X,Y Coordinate system
Vector Data
Disadvantages:
• The location of each vertex needs to be stored explicitly.
• Vector data must be converted into a topological structure.
• This is often processing intensive and usually requires
extensive data cleaning.
• Updating or editing of the vector data requires re-building of
the topology.
Vector Data
Vector Data

Recommended for you

TIN IN GIS
TIN IN GISTIN IN GIS
TIN IN GIS

Triangulated Irregular Network (TIN) is a digital representation of a surface as non-overlapping triangles computed from irregularly spaced 3D points, where each point has x, y, and z coordinates. TINs are useful for representing continuous surfaces in GIS as they can accurately model terrain with significant slopes and variations while using fewer triangles in flat areas. TINs allow for easy derivation and analysis of surface properties like slope, aspect, area, and volume from mass point data, contours, and breaklines.

GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types

An introduction to GIS Data Types. Strengths and weaknesses of raster and vector data are discussed. Also covered is the importance of topology. Concludes with a discussion of the vector-based format of OpenStreetMap data.

arcgisvectoropenstreetmap
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS

This document provides an introduction to Geographic Information Systems (GIS). It defines GIS as a system designed to store, manipulate, analyze and display spatially referenced data. The key components of a GIS are hardware, software and data. Common GIS software includes desktop programs like ArcGIS and open-source options like QGIS. GIS can incorporate different types of spatial data like raster, vector and remote sensing data along with associated attribute tables. Example applications discussed are in hydrology, including watershed analysis and flood modeling.

gisgeographic information systemhydrology
Raster Data
Raster Data – cell –based data such as aerial imagery and digital
elevation models. Raster data is characterized by pixel values.
Basically, a raster file is a giant table, where each pixel is assigned
a specific value from 0 to 255. The meaning behind these values
is specified by the user – they can represent elevations,
temperature, hydrology and etc.
Impact of resolution
Portraying large areas at
high precision is
problematic
1-14
90m resolution
10m resolution
*Storage space increases
by the square of the
resolution
Advantages:
• Raster is the best way to store continuously changing values
such as elevation, slope.
• Analysis faster and more flexible then vector for many
application.
• Rapid computations ("map algebra") in which raster layers are
treated as elements in mathematical expressions
Raster analysis functions
Density
Least cost path
Distance Interpolation
Viewshed
Buffers

Recommended for you

Data input techniques - GIS
Data input techniques - GISData input techniques - GIS
Data input techniques - GIS

Key encoding, digitizing, scanning, coordinate geometry, and direct file transfer are the main techniques for inputting data into a geographic information system (GIS). Key encoding involves directly entering spatial and attribute data using a keyboard. Digitizing can be done heads down using a digitizing tablet or heads up using a mouse on a digital map. Scanning uses electronic detectors to automatically input data faster but may require data cleaning. Coordinate geometry enters survey measurements to calculate feature coordinates. Direct file transfer imports available GIS data sets after adjustments.

gisoce552
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology

This document discusses GIS topology, which establishes rules for how geographic features share geometry and spatial relationships. Topology ensures data quality, enhances analysis, and manages coincident geometry. It has three components: connectivity between nodes and arcs, area definition using polygon boundaries, and contiguity to determine adjacent features. Topological rules prevent errors like overlaps, gaps, dangles and ensure proper containment of points and boundaries.

gistopologygis topology
Land Suitability Classification
Land Suitability ClassificationLand Suitability Classification
Land Suitability Classification

The document discusses land suitability classification according to the FAO, which involves assessing land for specified uses and comparing benefits with needed inputs for sustained use without degradation. The classification system includes four categories - orders, classes, subclasses, and units - which respectively reflect the kind of suitability, degree of suitability, limitations or improvements required, and minor management differences. Land is then rated as either suitable, unsuitable, or permanently unsuitable according to this classification system.

Raster Data
Disadvantages:
• It is especially difficult to adequately represent linear features
depending on the cell resolution.
• Network linkages are difficult to establish.
• Processing of associated attribute data may be cumbersome if
large amounts of data exists.
• Raster maps inherently reflect only one attribute or
characteristic for an area.
• Most output maps from grid-cell systems do not conform to
high-quality cartographic needs.
GIS data models
1-18
Vector model
Raster model
Sources for GIS data
 Analog maps
 Aerial photographs
 Satellite image
 Ground survey with GPS
 Reports and publications
Remote Sensing and GIS in Water Management © Dr. Saiful Islam, IWFM, BUET

More Related Content

What's hot

Map projection
Map projection Map projection
Map projection
Pramoda Raj
 
Remote sensing - Sensors, Platforms and Satellite orbits
Remote sensing - Sensors, Platforms and Satellite orbitsRemote sensing - Sensors, Platforms and Satellite orbits
Remote sensing - Sensors, Platforms and Satellite orbits
Ajay Singh Lodhi
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
Vandana Verma
 
Remote Sensing and GIS in Land Use / Land Cover Mapping
Remote Sensing and GIS in Land Use / Land Cover MappingRemote Sensing and GIS in Land Use / Land Cover Mapping
Remote Sensing and GIS in Land Use / Land Cover Mapping
VenkatKamal1
 
Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and Sensors
Uday kumar Devalla
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
Arindam Sarkar
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
Abdul Raziq
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
arniontech
 
Vector data model
Vector data model Vector data model
Vector data model
Pramoda Raj
 
TIN IN GIS
TIN IN GISTIN IN GIS
TIN IN GIS
Rohit Kumar
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
John Reiser
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
Satish Taji
 
Data input techniques - GIS
Data input techniques - GISData input techniques - GIS
Data input techniques - GIS
Vignesh LS
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
Malla Reddy University
 
Land Suitability Classification
Land Suitability ClassificationLand Suitability Classification
Land Suitability Classification
Risikesh Thakur
 
VISUAL IMAGE INTERPRETATION.pptx
VISUAL IMAGE INTERPRETATION.pptxVISUAL IMAGE INTERPRETATION.pptx
VISUAL IMAGE INTERPRETATION.pptx
Samirsinh Parmar
 
GIS Map Projection
GIS Map ProjectionGIS Map Projection
GIS Map Projection
MUHAMMAD BILAL SALEEM
 
Application of gis and remote sensing in agriculture
Application of gis and remote sensing in agricultureApplication of gis and remote sensing in agriculture
Application of gis and remote sensing in agriculture
Rehana Qureshi
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniques
Manisha Shrivastava
 
georeference
georeferencegeoreference
georeference
Thana Chirapiwat
 

What's hot (20)

Map projection
Map projection Map projection
Map projection
 
Remote sensing - Sensors, Platforms and Satellite orbits
Remote sensing - Sensors, Platforms and Satellite orbitsRemote sensing - Sensors, Platforms and Satellite orbits
Remote sensing - Sensors, Platforms and Satellite orbits
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Remote Sensing and GIS in Land Use / Land Cover Mapping
Remote Sensing and GIS in Land Use / Land Cover MappingRemote Sensing and GIS in Land Use / Land Cover Mapping
Remote Sensing and GIS in Land Use / Land Cover Mapping
 
Remote Sensing Platforms and Sensors
Remote Sensing Platforms and SensorsRemote Sensing Platforms and Sensors
Remote Sensing Platforms and Sensors
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
 
Vector data model
Vector data model Vector data model
Vector data model
 
TIN IN GIS
TIN IN GISTIN IN GIS
TIN IN GIS
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
Data input techniques - GIS
Data input techniques - GISData input techniques - GIS
Data input techniques - GIS
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
Land Suitability Classification
Land Suitability ClassificationLand Suitability Classification
Land Suitability Classification
 
VISUAL IMAGE INTERPRETATION.pptx
VISUAL IMAGE INTERPRETATION.pptxVISUAL IMAGE INTERPRETATION.pptx
VISUAL IMAGE INTERPRETATION.pptx
 
GIS Map Projection
GIS Map ProjectionGIS Map Projection
GIS Map Projection
 
Application of gis and remote sensing in agriculture
Application of gis and remote sensing in agricultureApplication of gis and remote sensing in agriculture
Application of gis and remote sensing in agriculture
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniques
 
georeference
georeferencegeoreference
georeference
 

Similar to Spatial data for GIS

Gis basic
Gis basicGis basic
Gis basic
Mahbubul Hassan
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
Preeti Prajapati
 
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptxUG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
NancyVerma72
 
Vector data model
Vector data modelVector data model
Vector data model
Pramoda Raj
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensing
mulugeta48
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
RitaThakkar1
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
RamMishra65
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
RamMishra65
 
Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbook
Waleed Liaqat
 
Change detection
Change detection Change detection
Change detection
manoj1412001
 
TerraWorld
TerraWorldTerraWorld
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
jatinbagale2610
 
Presentation spatial data nata final
Presentation spatial data nata finalPresentation spatial data nata final
Presentation spatial data nata final
Mahbubul Hassan
 
microclimate
microclimatemicroclimate
microclimate
Boitumelo Seleke
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data model
Calcutta University
 
28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf
WaliEdwardian1
 
Understanding raster
Understanding rasterUnderstanding raster
Understanding raster
Sumant Diwakar
 
Raster data model
Raster data modelRaster data model
Raster data model
Pramoda Raj
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
Prof. A.Balasubramanian
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agriculture
Kiranmai nalla
 

Similar to Spatial data for GIS (20)

Gis basic
Gis basicGis basic
Gis basic
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptxUG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
 
Vector data model
Vector data modelVector data model
Vector data model
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensing
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
 
Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbook
 
Change detection
Change detection Change detection
Change detection
 
TerraWorld
TerraWorldTerraWorld
TerraWorld
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
 
Presentation spatial data nata final
Presentation spatial data nata finalPresentation spatial data nata final
Presentation spatial data nata final
 
microclimate
microclimatemicroclimate
microclimate
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data model
 
28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf28d37b_L3 GIS.pdf
28d37b_L3 GIS.pdf
 
Understanding raster
Understanding rasterUnderstanding raster
Understanding raster
 
Raster data model
Raster data modelRaster data model
Raster data model
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agriculture
 

More from Al Nahian Avro

Gender inequality & discrimination
Gender inequality & discriminationGender inequality & discrimination
Gender inequality & discrimination
Al Nahian Avro
 
Life cycle of Protozoan parasite
Life cycle of Protozoan parasiteLife cycle of Protozoan parasite
Life cycle of Protozoan parasite
Al Nahian Avro
 
Fish Parasitology
Fish ParasitologyFish Parasitology
Fish Parasitology
Al Nahian Avro
 
Fishing theory,Principle of Fishing
Fishing theory,Principle of FishingFishing theory,Principle of Fishing
Fishing theory,Principle of Fishing
Al Nahian Avro
 
Fishing Ground of Bay of Bengal
Fishing Ground of Bay of BengalFishing Ground of Bay of Bengal
Fishing Ground of Bay of Bengal
Al Nahian Avro
 
Fish Location and Detection
Fish Location and DetectionFish Location and Detection
Fish Location and Detection
Al Nahian Avro
 
Fishing traps and hooks
Fishing traps and hooksFishing traps and hooks
Fishing traps and hooks
Al Nahian Avro
 
Fishing gear
Fishing gearFishing gear
Fishing gear
Al Nahian Avro
 
Kalibaus
KalibausKalibaus
Kalibaus
Al Nahian Avro
 
Foli fish
Foli fishFoli fish
Foli fish
Al Nahian Avro
 
Grass carp
Grass  carpGrass  carp
Grass carp
Al Nahian Avro
 
Kaikka fish
Kaikka fishKaikka fish
Kaikka fish
Al Nahian Avro
 
Zooplankton distribution and seasonal succession
Zooplankton distribution and seasonal successionZooplankton distribution and seasonal succession
Zooplankton distribution and seasonal succession
Al Nahian Avro
 
Estuarine systems
Estuarine systemsEstuarine systems
Estuarine systems
Al Nahian Avro
 
Basic bioeconomics model of fishing
Basic bioeconomics model of fishing Basic bioeconomics model of fishing
Basic bioeconomics model of fishing
Al Nahian Avro
 
Phytoplankton,zoooplankton,benthos,fish relationship
Phytoplankton,zoooplankton,benthos,fish relationshipPhytoplankton,zoooplankton,benthos,fish relationship
Phytoplankton,zoooplankton,benthos,fish relationship
Al Nahian Avro
 
Chemical oceanography
Chemical oceanographyChemical oceanography
Chemical oceanography
Al Nahian Avro
 
Biological and chemical oceanography
Biological and chemical oceanographyBiological and chemical oceanography
Biological and chemical oceanography
Al Nahian Avro
 
Big head carp(Aristichthys nobilis)
Big head carp(Aristichthys nobilis)Big head carp(Aristichthys nobilis)
Big head carp(Aristichthys nobilis)
Al Nahian Avro
 
Surimi
SurimiSurimi

More from Al Nahian Avro (20)

Gender inequality & discrimination
Gender inequality & discriminationGender inequality & discrimination
Gender inequality & discrimination
 
Life cycle of Protozoan parasite
Life cycle of Protozoan parasiteLife cycle of Protozoan parasite
Life cycle of Protozoan parasite
 
Fish Parasitology
Fish ParasitologyFish Parasitology
Fish Parasitology
 
Fishing theory,Principle of Fishing
Fishing theory,Principle of FishingFishing theory,Principle of Fishing
Fishing theory,Principle of Fishing
 
Fishing Ground of Bay of Bengal
Fishing Ground of Bay of BengalFishing Ground of Bay of Bengal
Fishing Ground of Bay of Bengal
 
Fish Location and Detection
Fish Location and DetectionFish Location and Detection
Fish Location and Detection
 
Fishing traps and hooks
Fishing traps and hooksFishing traps and hooks
Fishing traps and hooks
 
Fishing gear
Fishing gearFishing gear
Fishing gear
 
Kalibaus
KalibausKalibaus
Kalibaus
 
Foli fish
Foli fishFoli fish
Foli fish
 
Grass carp
Grass  carpGrass  carp
Grass carp
 
Kaikka fish
Kaikka fishKaikka fish
Kaikka fish
 
Zooplankton distribution and seasonal succession
Zooplankton distribution and seasonal successionZooplankton distribution and seasonal succession
Zooplankton distribution and seasonal succession
 
Estuarine systems
Estuarine systemsEstuarine systems
Estuarine systems
 
Basic bioeconomics model of fishing
Basic bioeconomics model of fishing Basic bioeconomics model of fishing
Basic bioeconomics model of fishing
 
Phytoplankton,zoooplankton,benthos,fish relationship
Phytoplankton,zoooplankton,benthos,fish relationshipPhytoplankton,zoooplankton,benthos,fish relationship
Phytoplankton,zoooplankton,benthos,fish relationship
 
Chemical oceanography
Chemical oceanographyChemical oceanography
Chemical oceanography
 
Biological and chemical oceanography
Biological and chemical oceanographyBiological and chemical oceanography
Biological and chemical oceanography
 
Big head carp(Aristichthys nobilis)
Big head carp(Aristichthys nobilis)Big head carp(Aristichthys nobilis)
Big head carp(Aristichthys nobilis)
 
Surimi
SurimiSurimi
Surimi
 

Recently uploaded

Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
CapitolTechU
 
Final ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdfFinal ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdf
Zuzana Mészárosová
 
DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...
DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...
DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...
thanhluan21
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
Nguyen Thanh Tu Collection
 
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptxBRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
kambal1234567890
 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
Celine George
 
Principles of Roods Approach!!!!!!!.pptx
Principles of Roods Approach!!!!!!!.pptxPrinciples of Roods Approach!!!!!!!.pptx
Principles of Roods Approach!!!!!!!.pptx
ibtesaam huma
 
Righteous among Nations - eTwinning e-book (1).pdf
Righteous among Nations - eTwinning e-book (1).pdfRighteous among Nations - eTwinning e-book (1).pdf
Righteous among Nations - eTwinning e-book (1).pdf
Zuzana Mészárosová
 
How to Install Theme in the Odoo 17 ERP
How to  Install Theme in the Odoo 17 ERPHow to  Install Theme in the Odoo 17 ERP
How to Install Theme in the Odoo 17 ERP
Celine George
 
Views in Odoo - Advanced Views - Pivot View in Odoo 17
Views in Odoo - Advanced Views - Pivot View in Odoo 17Views in Odoo - Advanced Views - Pivot View in Odoo 17
Views in Odoo - Advanced Views - Pivot View in Odoo 17
Celine George
 
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdfARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
DharmarajPawar
 
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Neny Isharyanti
 
Ardra Nakshatra (आर्द्रा): Understanding its Effects and Remedies
Ardra Nakshatra (आर्द्रा): Understanding its Effects and RemediesArdra Nakshatra (आर्द्रा): Understanding its Effects and Remedies
Ardra Nakshatra (आर्द्रा): Understanding its Effects and Remedies
Astro Pathshala
 
ENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUM
ENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUMENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUM
ENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUM
HappieMontevirgenCas
 
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptxChapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Brajeswar Paul
 
2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference
KlettWorldLanguages
 
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
PECB
 
The basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptxThe basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptx
heathfieldcps1
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
heathfieldcps1
 
L1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 interventionL1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 intervention
RHODAJANEAURESTILA
 

Recently uploaded (20)

Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
 
Final ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdfFinal ebook Keeping the Memory @live.pdf
Final ebook Keeping the Memory @live.pdf
 
DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...
DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...
DANH SÁCH THÍ SINH XÉT TUYỂN SỚM ĐỦ ĐIỀU KIỆN TRÚNG TUYỂN ĐẠI HỌC CHÍNH QUY N...
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 12 - GLOBAL SUCCESS - FORM MỚI 2025 - HK1 (C...
 
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptxBRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
BRIGADA ESKWELA OPENING PROGRAM KICK OFF.pptx
 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
 
Principles of Roods Approach!!!!!!!.pptx
Principles of Roods Approach!!!!!!!.pptxPrinciples of Roods Approach!!!!!!!.pptx
Principles of Roods Approach!!!!!!!.pptx
 
Righteous among Nations - eTwinning e-book (1).pdf
Righteous among Nations - eTwinning e-book (1).pdfRighteous among Nations - eTwinning e-book (1).pdf
Righteous among Nations - eTwinning e-book (1).pdf
 
How to Install Theme in the Odoo 17 ERP
How to  Install Theme in the Odoo 17 ERPHow to  Install Theme in the Odoo 17 ERP
How to Install Theme in the Odoo 17 ERP
 
Views in Odoo - Advanced Views - Pivot View in Odoo 17
Views in Odoo - Advanced Views - Pivot View in Odoo 17Views in Odoo - Advanced Views - Pivot View in Odoo 17
Views in Odoo - Advanced Views - Pivot View in Odoo 17
 
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdfARCHITECTURAL PATTERNS IN HISTOPATHOLOGY  pdf-  [Autosaved].pdf
ARCHITECTURAL PATTERNS IN HISTOPATHOLOGY pdf- [Autosaved].pdf
 
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
Understanding and Interpreting Teachers’ TPACK for Teaching Multimodalities i...
 
Ardra Nakshatra (आर्द्रा): Understanding its Effects and Remedies
Ardra Nakshatra (आर्द्रा): Understanding its Effects and RemediesArdra Nakshatra (आर्द्रा): Understanding its Effects and Remedies
Ardra Nakshatra (आर्द्रा): Understanding its Effects and Remedies
 
ENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUM
ENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUMENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUM
ENGLISH-7-CURRICULUM MAP- MATATAG CURRICULUM
 
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptxChapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
Chapter-2-Era-of-One-party-Dominance-Class-12-Political-Science-Notes-2 (1).pptx
 
2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference2024 KWL Back 2 School Summer Conference
2024 KWL Back 2 School Summer Conference
 
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
AI Risk Management: ISO/IEC 42001, the EU AI Act, and ISO/IEC 23894
 
The basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptxThe basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptx
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
 
L1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 interventionL1 L2- NLC PPT for Grade 10 intervention
L1 L2- NLC PPT for Grade 10 intervention
 

Spatial data for GIS

  • 1. Spatial Data  Prepared By  Md. Akram Ullah Lecturer FIMS,NSTU
  • 2. Spatial data The data or information that identifies the geographic location of features and boundaries. On earth, such as natural and constructed features like Ocean, lake, pond etc. Spatial data is usually stored as coordinate and topology, and is data that can be mapped.
  • 3. IN GIS THEARE ARE TWO BASIC SPATIAL DATA TYPES RASTER DATA VECTOR DATA IN GIS THERE ARE TWO TYPES OF SPATIAL DATA TYPES
  • 4. Vector Data Vector data provide a way to represent real world features within the GIS environment. A vector feature has its shape represented using geometry. The geometry is made up of one or more interconnected vertices. A vertex describe a position in space using an x, y and optionally z axis. In the vector data model, features on the earth are represented as:
  • 5. • points • lines / routes • polygons / regions • TINs (triangulated irregular networks)
  • 6. Vector Data This system of recording features is based on the interaction between arcs and nodes, represented by points, lines and polygons. A point is a single node, a line is two nodes with an arc between them, and a polygon is a closed group of three or more arcs. With these three elements , it is possible to record most all necessary information.
  • 8. Vector Data Advantages • accurately representing true shape and size • representing non-continuous data (e.g., rivers, political boundaries, road lines) • Vectors can store information
  • 9. About topology • A vector data model uses points stored by their real (earth) coordinates and so requires a precise coordinate system. Geographic Coordinate System Latitude/Longitude Cartesian Coordinate Systems X,Y Coordinate system
  • 10. Vector Data Disadvantages: • The location of each vertex needs to be stored explicitly. • Vector data must be converted into a topological structure. • This is often processing intensive and usually requires extensive data cleaning. • Updating or editing of the vector data requires re-building of the topology.
  • 13. Raster Data Raster Data – cell –based data such as aerial imagery and digital elevation models. Raster data is characterized by pixel values. Basically, a raster file is a giant table, where each pixel is assigned a specific value from 0 to 255. The meaning behind these values is specified by the user – they can represent elevations, temperature, hydrology and etc.
  • 14. Impact of resolution Portraying large areas at high precision is problematic 1-14 90m resolution 10m resolution *Storage space increases by the square of the resolution
  • 15. Advantages: • Raster is the best way to store continuously changing values such as elevation, slope. • Analysis faster and more flexible then vector for many application. • Rapid computations ("map algebra") in which raster layers are treated as elements in mathematical expressions
  • 16. Raster analysis functions Density Least cost path Distance Interpolation Viewshed Buffers
  • 17. Raster Data Disadvantages: • It is especially difficult to adequately represent linear features depending on the cell resolution. • Network linkages are difficult to establish. • Processing of associated attribute data may be cumbersome if large amounts of data exists. • Raster maps inherently reflect only one attribute or characteristic for an area. • Most output maps from grid-cell systems do not conform to high-quality cartographic needs.
  • 18. GIS data models 1-18 Vector model Raster model
  • 19. Sources for GIS data  Analog maps  Aerial photographs  Satellite image  Ground survey with GPS  Reports and publications Remote Sensing and GIS in Water Management © Dr. Saiful Islam, IWFM, BUET