SlideShare a Scribd company logo
1 of 28
Download to read offline
GIS as an environment for integration and analysis
of spatial data
D. Kolesov
kolesov.dm@gmail.com
NextGIS
2014
General information
Example of GIS-approach to problem solving
Problem formulation and exploration
Preparation of the data
Slopes of hills and ravines
Analysis of terrain type
Put all pieces together
Conclusion
Appendix
What is GIS
Geographic information system (GIS)
A geographic information system (GIS) is a computer system
designed to capture, store, manipulate, analyze, manage, and
present all types of geographical data.
Examples of applications
For example GIS can answer the next questions (in geology, forest
industry, medicine and other fields of knowledge):
What is located in . . . ?
How likely that a parameter in this location will be greater
than given threshold?
What if . . . ?
GIS data types
Raster data is a matrix (image) of a paramether’s values
(elevation, density, . . . ). Elements of the matrix (pixels)
should have spatial coordinates.
Vector data consist of coordinates and nonspatial attributes:
Point objects.
Line/Polyline objects.
Polygon objects.
Layers and spatial operations
Spatial queries and queries
by attributes.
Nearest neighbour analysis.
Geometry union,
overlapping, buffers, . . . .
Reprojecting.
General information
Example of GIS-approach to problem solving
Problem formulation and exploration
Preparation of the data
Slopes of hills and ravines
Analysis of terrain type
Put all pieces together
Conclusion
Appendix
Traveling salesman problem
The optimal path
Quality of paths
Time of the travel is the main criteria of the quality. The time
depends on:
1. Terrain type:
Road.
Pasture.
Forest.
River.
2. Steepness of hillsides.
3. Weather.
4. . . .
Digital elevation model (DEM)
A digital elevation model is a digital model is 3D representation of terrain elevation
data.
We need to construct (or take from somewhere) the function z = F(x, y), where z is
the elevation, x and y are coordinates of location.
We can achieve it by using:
1. Interpolation of known points (classic techniques such as polynomial
interpolation, splines, . . . or special methods of geostatistics).
2. Analysis of remote sensing data (ASTER GDEM and SRTM are examples of
global elevation data sets).
3. Solutions of third-party geodesic companies.
Fig.: ASTER GDEM data (spatial resolution is approximately 30 meters per pixel)
Visual analysis: elevation profiles
We have the elevation matrix. What can we do with it?
Morphological analysis of DEMs
We can construct the quadratic
approximation of DEMs
z = F(x, y) in running window:
z = ax2
+by2
+cxy +dx +ey +f
The differentials give many useful information:
0-order differential: elevation.
1-order differentials:
slope s:
s = arctg (| (F)|) = arctg (
∂z
∂x
)2 + (
∂z
∂y
)2 = arctg d2 + e2
aspect.
2-order differentials:
profile convexity;
plan convexity.
Analysis of terrain type: data sources
Topographic maps.
OpenStreetMap.
Analysis of remote sensing data (Landsat, Aster, . . . ).
Solutions of third-party geodesic companies.
Multispectral remote sensing data
A multispectral image is one that captures image data at specific
frequencies across the electromagnetic spectrum. Multispectral
images are the main type of images acquired by remote sensing
radiometers.
Different objects reflect the different spectrum frequencies.
Fig.: Curve of vegetation’s reflectance
Example: Landsat data
Landsat has 7 bands, so pixels of Landsat images have numeric 7
characteristic (7 reflectation values at different frequencies).
Fig.: 3-d band (red, 630–690 nm) Fig.: 4-th band (near infrared,
760-900 nm)
Different objects reflect the different spectrum frequencies =>
pixels of different object are mapped in different areas of
7-dimentional space.
Multispectral pattern recognition
Fig.: Complosite (7-5-3 bands are
used as R-G-B)
Fig.: Random points are taken
from the areas (see the left Fig.)
and then projected on the plain of
3/4 bands
A pixel can be represented as a point of N-dimensional space. So
we have the well-studied classification problem.
Classification result
Left: composite image (7-5-3), right: classification result.
The colors are:
Yellow: pine forest, dry area.
Blue: deciduous forest, wet land or marshes.
Red: pastures.
Some conclusions
Now we have calculated and received:
Map of hill-slopes (ASTER GDEM).
Roads, rivers and lakes (OSM).
Map of vegetation (Landsat).
General information
Example of GIS-approach to problem solving
Problem formulation and exploration
Preparation of the data
Slopes of hills and ravines
Analysis of terrain type
Put all pieces together
Conclusion
Appendix
Estimation of path quality
We’ll create the raster map showing the cost of moving between
different geographic locations. The cost depends on the moving
speed of a pedistrian: if the speed is high then the cost is small and
vice versa. The quality of a path is the cumulative cost along the
path.
The costs of the next areas are:
Road: 5 km/h => cost: 1/5
Pine forest, dry area: 3.5 km/h => cost: 1/3.5
Deciduous forest, wet land or marshes: 2 km/h => cost: 1/2
Pastures: 4.2 km/h => cost: 1/4.2
Rivers and lakes: 0.1 km/h => cost: 1/0.1
A steep slope (> 10 degrees) slows down the moving speed
=> 2*cost.
Cost raster
Cumulative cost of one of the points
Optimal path – 1
The graph of the paths
The final answer
Conclusion
GIS is a composition of databases, maps and methods of data
analysis.
This combination creates a powerful instrument of spatial data
processing.
Useful links
GIS communities:
1. Russian GIS community http://gis-lab.info/.
2. Open GIS and open GIS developer: http://www.osgeo.org/.
Open sourse GIS:
1. A Free and Open Source Geographic Information System
QGIS: http://www.qgis.org/.
2. A Free and Open Source Geographic Information System
GRASS: http://grass.osgeo.org/.
Global spatial data:
1. OpenStreetMap: http://www.openstreetmap.org/.
2. Landsat: http://landsat.gsfc.nasa.gov/.
3. MODIS: http://modis.gsfc.nasa.gov/.
4. ASTER: http://asterweb.jpl.nasa.gov/.

More Related Content

What's hot

TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database
TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial DatabaseTYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database
TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial DatabaseArti Parab Academics
 
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RFinding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RRevolution Analytics
 
Generalized Notions of Data Depth
Generalized Notions of Data DepthGeneralized Notions of Data Depth
Generalized Notions of Data DepthMukund Raj
 
Can graph convolution network learn spatial relations ?
Can graph convolution network learn spatial relations ? Can graph convolution network learn spatial relations ?
Can graph convolution network learn spatial relations ? azellecourtial
 
Geek Sync | Having Fun with Spatial Data
Geek Sync | Having Fun with Spatial DataGeek Sync | Having Fun with Spatial Data
Geek Sync | Having Fun with Spatial DataIDERA Software
 
Geographic Information System unit 1
Geographic Information System   unit 1Geographic Information System   unit 1
Geographic Information System unit 1sridevi5983
 
Presentation spatial data nata final
Presentation spatial data nata finalPresentation spatial data nata final
Presentation spatial data nata finalMahbubul Hassan
 
8A_2_A containment-first search algorithm for higher-order analysis of urban ...
8A_2_A containment-first search algorithm for higher-order analysis of urban ...8A_2_A containment-first search algorithm for higher-order analysis of urban ...
8A_2_A containment-first search algorithm for higher-order analysis of urban ...GISRUK conference
 
3D Graph Drawings: Good Viewing for Occluded Vertices
3D Graph Drawings: Good Viewing for Occluded Vertices3D Graph Drawings: Good Viewing for Occluded Vertices
3D Graph Drawings: Good Viewing for Occluded VerticesIJERA Editor
 
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).Uday Kumar Shil
 
Remote Sensing Scene Classification by Unsupervised Representation Learning
Remote Sensing Scene Classification by Unsupervised Representation LearningRemote Sensing Scene Classification by Unsupervised Representation Learning
Remote Sensing Scene Classification by Unsupervised Representation LearningAatif Sohail
 
data visualization workshop_Krakovetskyi
data visualization workshop_Krakovetskyi data visualization workshop_Krakovetskyi
data visualization workshop_Krakovetskyi Maksym Klyuchar
 

What's hot (20)

TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database
TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial DatabaseTYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database
TYBSC IT PGIS Unit I Chapter II Geographic Information and Spacial Database
 
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in RFinding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
Finding Meaning in Points, Areas and Surfaces: Spatial Analysis in R
 
Generalized Notions of Data Depth
Generalized Notions of Data DepthGeneralized Notions of Data Depth
Generalized Notions of Data Depth
 
Can graph convolution network learn spatial relations ?
Can graph convolution network learn spatial relations ? Can graph convolution network learn spatial relations ?
Can graph convolution network learn spatial relations ?
 
Geek Sync | Having Fun with Spatial Data
Geek Sync | Having Fun with Spatial DataGeek Sync | Having Fun with Spatial Data
Geek Sync | Having Fun with Spatial Data
 
Digital Elevation Model (DEM)
Digital Elevation Model (DEM)Digital Elevation Model (DEM)
Digital Elevation Model (DEM)
 
Geographic Information System unit 1
Geographic Information System   unit 1Geographic Information System   unit 1
Geographic Information System unit 1
 
Presentation spatial data nata final
Presentation spatial data nata finalPresentation spatial data nata final
Presentation spatial data nata final
 
8A_2_A containment-first search algorithm for higher-order analysis of urban ...
8A_2_A containment-first search algorithm for higher-order analysis of urban ...8A_2_A containment-first search algorithm for higher-order analysis of urban ...
8A_2_A containment-first search algorithm for higher-order analysis of urban ...
 
Gis Concepts 5/5
Gis Concepts 5/5Gis Concepts 5/5
Gis Concepts 5/5
 
Field report
Field reportField report
Field report
 
3D Graph Drawings: Good Viewing for Occluded Vertices
3D Graph Drawings: Good Viewing for Occluded Vertices3D Graph Drawings: Good Viewing for Occluded Vertices
3D Graph Drawings: Good Viewing for Occluded Vertices
 
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
Arc Geographic Information System (GIS) Digital Elevation Models (DEM).
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
Three dimensional (3D) GIS
Three dimensional (3D) GISThree dimensional (3D) GIS
Three dimensional (3D) GIS
 
Remote Sensing Scene Classification by Unsupervised Representation Learning
Remote Sensing Scene Classification by Unsupervised Representation LearningRemote Sensing Scene Classification by Unsupervised Representation Learning
Remote Sensing Scene Classification by Unsupervised Representation Learning
 
GIS fundamentals - vector
GIS fundamentals - vectorGIS fundamentals - vector
GIS fundamentals - vector
 
GIS Modeling
GIS ModelingGIS Modeling
GIS Modeling
 
data visualization workshop_Krakovetskyi
data visualization workshop_Krakovetskyi data visualization workshop_Krakovetskyi
data visualization workshop_Krakovetskyi
 
The history of geographic information systems invention and re invention of t...
The history of geographic information systems invention and re invention of t...The history of geographic information systems invention and re invention of t...
The history of geographic information systems invention and re invention of t...
 

Viewers also liked

Vector & raster graphic
Vector & raster graphicVector & raster graphic
Vector & raster graphicKhang-Ling Loh
 
Georeferencing Raster Data Using ArcGIS
Georeferencing Raster Data Using ArcGISGeoreferencing Raster Data Using ArcGIS
Georeferencing Raster Data Using ArcGISJordan Frey
 
Vector graphics and raster graphics
Vector graphics and raster graphicsVector graphics and raster graphics
Vector graphics and raster graphicsstephlizahawkins123
 
Bitmap vs vectors image
Bitmap vs vectors imageBitmap vs vectors image
Bitmap vs vectors image31angel
 
Konstantion Vorontsov - Additive regularization of matrix decompositons and p...
Konstantion Vorontsov - Additive regularization of matrix decompositons and p...Konstantion Vorontsov - Additive regularization of matrix decompositons and p...
Konstantion Vorontsov - Additive regularization of matrix decompositons and p...AIST
 
Rostislav Yavorskiy - AIST'2014 Closing Presentation
Rostislav Yavorskiy - AIST'2014 Closing PresentationRostislav Yavorskiy - AIST'2014 Closing Presentation
Rostislav Yavorskiy - AIST'2014 Closing PresentationAIST
 
Trends and challanges for IT in Knowledge Management
Trends and challanges for IT in Knowledge ManagementTrends and challanges for IT in Knowledge Management
Trends and challanges for IT in Knowledge ManagementYury Kupriyanov
 
Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...
Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...
Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...AIST
 
Nikita Trifonov - Zipf ’s law for live journal
Nikita Trifonov - Zipf ’s law for live journalNikita Trifonov - Zipf ’s law for live journal
Nikita Trifonov - Zipf ’s law for live journalAIST
 
Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...
Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...
Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...AIST
 
Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...
Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...
Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...AIST
 
Marina Danshina - Semiotic system of musical texts
Marina Danshina - Semiotic system of musical textsMarina Danshina - Semiotic system of musical texts
Marina Danshina - Semiotic system of musical textsAIST
 
Dmitriy Ignatov - AIST'2014 Opening
Dmitriy Ignatov - AIST'2014 OpeningDmitriy Ignatov - AIST'2014 Opening
Dmitriy Ignatov - AIST'2014 OpeningAIST
 
Nikolay Karpov - Single-sentence readability prediction in russian
Nikolay Karpov - Single-sentence readability prediction in russianNikolay Karpov - Single-sentence readability prediction in russian
Nikolay Karpov - Single-sentence readability prediction in russianAIST
 
Iosif Itkin - Network models for exchange trade analysis
Iosif Itkin - Network models for exchange trade analysisIosif Itkin - Network models for exchange trade analysis
Iosif Itkin - Network models for exchange trade analysisAIST
 
Nicolay Lyfenko - Conceptual scheme for text classification system
Nicolay Lyfenko - Conceptual scheme for text classification systemNicolay Lyfenko - Conceptual scheme for text classification system
Nicolay Lyfenko - Conceptual scheme for text classification systemAIST
 
Борис Парфененков - Сравнение методов оценки качества изображений
Борис Парфененков - Сравнение методов оценки качества изображенийБорис Парфененков - Сравнение методов оценки качества изображений
Борис Парфененков - Сравнение методов оценки качества изображенийAIST
 

Viewers also liked (19)

Data Day 2012_Fradkin_Intro to GIS
Data Day 2012_Fradkin_Intro to GISData Day 2012_Fradkin_Intro to GIS
Data Day 2012_Fradkin_Intro to GIS
 
Vector & raster graphic
Vector & raster graphicVector & raster graphic
Vector & raster graphic
 
Georeferencing Raster Data Using ArcGIS
Georeferencing Raster Data Using ArcGISGeoreferencing Raster Data Using ArcGIS
Georeferencing Raster Data Using ArcGIS
 
Vector graphics and raster graphics
Vector graphics and raster graphicsVector graphics and raster graphics
Vector graphics and raster graphics
 
Bitmap vs vectors image
Bitmap vs vectors imageBitmap vs vectors image
Bitmap vs vectors image
 
Konstantion Vorontsov - Additive regularization of matrix decompositons and p...
Konstantion Vorontsov - Additive regularization of matrix decompositons and p...Konstantion Vorontsov - Additive regularization of matrix decompositons and p...
Konstantion Vorontsov - Additive regularization of matrix decompositons and p...
 
Rostislav Yavorskiy - AIST'2014 Closing Presentation
Rostislav Yavorskiy - AIST'2014 Closing PresentationRostislav Yavorskiy - AIST'2014 Closing Presentation
Rostislav Yavorskiy - AIST'2014 Closing Presentation
 
Trends and challanges for IT in Knowledge Management
Trends and challanges for IT in Knowledge ManagementTrends and challanges for IT in Knowledge Management
Trends and challanges for IT in Knowledge Management
 
Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...
Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...
Bulat Fatkulin - The Afghanistan chapter of the chinese online encyclopedia b...
 
Nikita Trifonov - Zipf ’s law for live journal
Nikita Trifonov - Zipf ’s law for live journalNikita Trifonov - Zipf ’s law for live journal
Nikita Trifonov - Zipf ’s law for live journal
 
Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...
Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...
Нургуль Маматова - Применение модели векторной авторегрессии для анализа потр...
 
Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...
Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...
Rita Gaibadullina - Automatic defect recognition in corrosion logging using m...
 
Marina Danshina - Semiotic system of musical texts
Marina Danshina - Semiotic system of musical textsMarina Danshina - Semiotic system of musical texts
Marina Danshina - Semiotic system of musical texts
 
Dmitriy Ignatov - AIST'2014 Opening
Dmitriy Ignatov - AIST'2014 OpeningDmitriy Ignatov - AIST'2014 Opening
Dmitriy Ignatov - AIST'2014 Opening
 
Nikolay Karpov - Single-sentence readability prediction in russian
Nikolay Karpov - Single-sentence readability prediction in russianNikolay Karpov - Single-sentence readability prediction in russian
Nikolay Karpov - Single-sentence readability prediction in russian
 
Iosif Itkin - Network models for exchange trade analysis
Iosif Itkin - Network models for exchange trade analysisIosif Itkin - Network models for exchange trade analysis
Iosif Itkin - Network models for exchange trade analysis
 
Nicolay Lyfenko - Conceptual scheme for text classification system
Nicolay Lyfenko - Conceptual scheme for text classification systemNicolay Lyfenko - Conceptual scheme for text classification system
Nicolay Lyfenko - Conceptual scheme for text classification system
 
Борис Парфененков - Сравнение методов оценки качества изображений
Борис Парфененков - Сравнение методов оценки качества изображенийБорис Парфененков - Сравнение методов оценки качества изображений
Борис Парфененков - Сравнение методов оценки качества изображений
 
Vectors and Rasters
Vectors and RastersVectors and Rasters
Vectors and Rasters
 

Similar to Dmitriy Kolesov - GIS as an environment for integration and analysis of spatial data

Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbookWaleed Liaqat
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)Vandana Verma
 
2-200305220204.pdf
2-200305220204.pdf2-200305220204.pdf
2-200305220204.pdfIIT Bombay
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GISKU Leuven
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingNAXA-Developers
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systemsVivek Srivastava
 
Review on Digital Elevation Model
Review on Digital Elevation ModelReview on Digital Elevation Model
Review on Digital Elevation ModelIJMER
 
GIS Lecture_edited.ppt
GIS Lecture_edited.pptGIS Lecture_edited.ppt
GIS Lecture_edited.pptamanueltafese2
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote SensingJohn Reiser
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theoriesMohsin Siddique
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GISSatish Taji
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GISMrinmoy Majumder
 
Mar 8 single_map_analysis_1
Mar 8 single_map_analysis_1Mar 8 single_map_analysis_1
Mar 8 single_map_analysis_1dellissimo
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsUroosa Samman
 
Geographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture EngineeringGeographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture EngineeringDinesh Bishwakarma
 
Geographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptxGeographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptxzewde alemayehu
 
Geographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahunGeographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahunzewde alemayehu
 

Similar to Dmitriy Kolesov - GIS as an environment for integration and analysis of spatial data (20)

Scattered gis handbook
Scattered gis handbookScattered gis handbook
Scattered gis handbook
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
2-200305220204.pdf
2-200305220204.pdf2-200305220204.pdf
2-200305220204.pdf
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical Mapping
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
 
Review on Digital Elevation Model
Review on Digital Elevation ModelReview on Digital Elevation Model
Review on Digital Elevation Model
 
GIS Lecture_edited.ppt
GIS Lecture_edited.pptGIS Lecture_edited.ppt
GIS Lecture_edited.ppt
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote Sensing
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GIS
 
Mar 8 single_map_analysis_1
Mar 8 single_map_analysis_1Mar 8 single_map_analysis_1
Mar 8 single_map_analysis_1
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
Digital elevation model in GIS
Digital elevation model in GISDigital elevation model in GIS
Digital elevation model in GIS
 
Improving Dtm Accuracy
Improving Dtm AccuracyImproving Dtm Accuracy
Improving Dtm Accuracy
 
Geographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture EngineeringGeographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture Engineering
 
Geographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptxGeographical Information System By Zewde Alemayehu Tilahun.pptx
Geographical Information System By Zewde Alemayehu Tilahun.pptx
 
Geographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahunGeographical information system by zewde alemayehu tilahun
Geographical information system by zewde alemayehu tilahun
 

More from AIST

Alexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray Images
Alexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray  ImagesAlexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray  Images
Alexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray ImagesAIST
 
Алена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоны
Алена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоныАлена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоны
Алена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоныAIST
 
Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...
Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...
Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...AIST
 
Павел Браславский,Velpas - Velpas: мобильный визуальный поиск
Павел Браславский,Velpas - Velpas: мобильный визуальный поискПавел Браславский,Velpas - Velpas: мобильный визуальный поиск
Павел Браславский,Velpas - Velpas: мобильный визуальный поискAIST
 
Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...
Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...
Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...AIST
 
Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...
Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...
Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...AIST
 
Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...
Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...
Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...AIST
 
Иосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBAИосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBAAIST
 
Nikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge Exchange
Nikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge ExchangeNikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge Exchange
Nikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge ExchangeAIST
 
George Moiseev - Classification of E-commerce Websites by Product Categories
George Moiseev - Classification of E-commerce Websites by Product CategoriesGeorge Moiseev - Classification of E-commerce Websites by Product Categories
George Moiseev - Classification of E-commerce Websites by Product CategoriesAIST
 
Elena Bruches - The Hybrid Approach to Part-of-Speech Disambiguation
Elena Bruches - The Hybrid Approach to Part-of-Speech DisambiguationElena Bruches - The Hybrid Approach to Part-of-Speech Disambiguation
Elena Bruches - The Hybrid Approach to Part-of-Speech DisambiguationAIST
 
Marina Danshina - The methodology of automated decryption of znamenny chants
Marina Danshina - The methodology of automated decryption of znamenny chantsMarina Danshina - The methodology of automated decryption of znamenny chants
Marina Danshina - The methodology of automated decryption of znamenny chantsAIST
 
Edward Klyshinsky - The Corpus of Syntactic Co-occurences: the First Glance
Edward Klyshinsky - The Corpus of Syntactic Co-occurences: the First GlanceEdward Klyshinsky - The Corpus of Syntactic Co-occurences: the First Glance
Edward Klyshinsky - The Corpus of Syntactic Co-occurences: the First GlanceAIST
 
Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...
Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...
Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...AIST
 
Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...
Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...
Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...AIST
 
Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...
Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...
Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...AIST
 
Valeri Labunets - The bichromatic excitable Schrodinger metamedium
Valeri Labunets - The bichromatic excitable Schrodinger metamediumValeri Labunets - The bichromatic excitable Schrodinger metamedium
Valeri Labunets - The bichromatic excitable Schrodinger metamediumAIST
 
Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...
Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...
Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...AIST
 
Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...
Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...
Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...AIST
 
Artyom Makovetskii - An Efficient Algorithm for Total Variation Denoising
Artyom Makovetskii - An Efficient Algorithm for Total Variation DenoisingArtyom Makovetskii - An Efficient Algorithm for Total Variation Denoising
Artyom Makovetskii - An Efficient Algorithm for Total Variation DenoisingAIST
 

More from AIST (20)

Alexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray Images
Alexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray  ImagesAlexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray  Images
Alexey Mikhaylichenko - Automatic Detection of Bone Contours in X-Ray Images
 
Алена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоны
Алена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоныАлена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоны
Алена Ильина и Иван Бибилов, GoTo - GoTo школы, конкурсы и хакатоны
 
Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...
Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...
Станислав Кралин, Сайтсофт - Связанные открытые данные федеральных органов ис...
 
Павел Браславский,Velpas - Velpas: мобильный визуальный поиск
Павел Браславский,Velpas - Velpas: мобильный визуальный поискПавел Браславский,Velpas - Velpas: мобильный визуальный поиск
Павел Браславский,Velpas - Velpas: мобильный визуальный поиск
 
Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...
Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...
Евгений Цымбалов, Webgames - Методы машинного обучения для задач игровой анал...
 
Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...
Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...
Александр Москвичев, EveResearch - Алгоритмы анализа данных в маркетинговых и...
 
Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...
Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...
Петр Ермаков, HeadHunter - Модерация резюме: от людей к роботам. Машинное обу...
 
Иосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBAИосиф Иткин, Exactpro - TBA
Иосиф Иткин, Exactpro - TBA
 
Nikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge Exchange
Nikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge ExchangeNikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge Exchange
Nikolay Karpov - Evolvable Semantic Platform for Facilitating Knowledge Exchange
 
George Moiseev - Classification of E-commerce Websites by Product Categories
George Moiseev - Classification of E-commerce Websites by Product CategoriesGeorge Moiseev - Classification of E-commerce Websites by Product Categories
George Moiseev - Classification of E-commerce Websites by Product Categories
 
Elena Bruches - The Hybrid Approach to Part-of-Speech Disambiguation
Elena Bruches - The Hybrid Approach to Part-of-Speech DisambiguationElena Bruches - The Hybrid Approach to Part-of-Speech Disambiguation
Elena Bruches - The Hybrid Approach to Part-of-Speech Disambiguation
 
Marina Danshina - The methodology of automated decryption of znamenny chants
Marina Danshina - The methodology of automated decryption of znamenny chantsMarina Danshina - The methodology of automated decryption of znamenny chants
Marina Danshina - The methodology of automated decryption of znamenny chants
 
Edward Klyshinsky - The Corpus of Syntactic Co-occurences: the First Glance
Edward Klyshinsky - The Corpus of Syntactic Co-occurences: the First GlanceEdward Klyshinsky - The Corpus of Syntactic Co-occurences: the First Glance
Edward Klyshinsky - The Corpus of Syntactic Co-occurences: the First Glance
 
Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...
Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...
Galina Lavrentyeva - Anti-spoofing Methods for Automatic Speaker Verification...
 
Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...
Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...
Oleksandr Frei and Murat Apishev - Parallel Non-blocking Deterministic Algori...
 
Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...
Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...
Kaytoue Mehdi - Finding duplicate labels in behavioral data: an application f...
 
Valeri Labunets - The bichromatic excitable Schrodinger metamedium
Valeri Labunets - The bichromatic excitable Schrodinger metamediumValeri Labunets - The bichromatic excitable Schrodinger metamedium
Valeri Labunets - The bichromatic excitable Schrodinger metamedium
 
Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...
Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...
Valeri Labunets - Fast multiparametric wavelet transforms and packets for ima...
 
Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...
Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...
Alexander Karkishchenko - Threefold Symmetry Detection in Hexagonal Images Ba...
 
Artyom Makovetskii - An Efficient Algorithm for Total Variation Denoising
Artyom Makovetskii - An Efficient Algorithm for Total Variation DenoisingArtyom Makovetskii - An Efficient Algorithm for Total Variation Denoising
Artyom Makovetskii - An Efficient Algorithm for Total Variation Denoising
 

Recently uploaded

Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.Nitya salvi
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxAArockiyaNisha
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡anilsa9823
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 

Recently uploaded (20)

Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 

Dmitriy Kolesov - GIS as an environment for integration and analysis of spatial data

  • 1. GIS as an environment for integration and analysis of spatial data D. Kolesov kolesov.dm@gmail.com NextGIS 2014
  • 2. General information Example of GIS-approach to problem solving Problem formulation and exploration Preparation of the data Slopes of hills and ravines Analysis of terrain type Put all pieces together Conclusion Appendix
  • 3. What is GIS Geographic information system (GIS) A geographic information system (GIS) is a computer system designed to capture, store, manipulate, analyze, manage, and present all types of geographical data.
  • 4. Examples of applications For example GIS can answer the next questions (in geology, forest industry, medicine and other fields of knowledge): What is located in . . . ? How likely that a parameter in this location will be greater than given threshold? What if . . . ?
  • 5. GIS data types Raster data is a matrix (image) of a paramether’s values (elevation, density, . . . ). Elements of the matrix (pixels) should have spatial coordinates. Vector data consist of coordinates and nonspatial attributes: Point objects. Line/Polyline objects. Polygon objects.
  • 6. Layers and spatial operations Spatial queries and queries by attributes. Nearest neighbour analysis. Geometry union, overlapping, buffers, . . . . Reprojecting.
  • 7. General information Example of GIS-approach to problem solving Problem formulation and exploration Preparation of the data Slopes of hills and ravines Analysis of terrain type Put all pieces together Conclusion Appendix
  • 10. Quality of paths Time of the travel is the main criteria of the quality. The time depends on: 1. Terrain type: Road. Pasture. Forest. River. 2. Steepness of hillsides. 3. Weather. 4. . . .
  • 11. Digital elevation model (DEM) A digital elevation model is a digital model is 3D representation of terrain elevation data. We need to construct (or take from somewhere) the function z = F(x, y), where z is the elevation, x and y are coordinates of location. We can achieve it by using: 1. Interpolation of known points (classic techniques such as polynomial interpolation, splines, . . . or special methods of geostatistics). 2. Analysis of remote sensing data (ASTER GDEM and SRTM are examples of global elevation data sets). 3. Solutions of third-party geodesic companies. Fig.: ASTER GDEM data (spatial resolution is approximately 30 meters per pixel)
  • 12. Visual analysis: elevation profiles We have the elevation matrix. What can we do with it?
  • 13. Morphological analysis of DEMs We can construct the quadratic approximation of DEMs z = F(x, y) in running window: z = ax2 +by2 +cxy +dx +ey +f The differentials give many useful information: 0-order differential: elevation. 1-order differentials: slope s: s = arctg (| (F)|) = arctg ( ∂z ∂x )2 + ( ∂z ∂y )2 = arctg d2 + e2 aspect. 2-order differentials: profile convexity; plan convexity.
  • 14. Analysis of terrain type: data sources Topographic maps. OpenStreetMap. Analysis of remote sensing data (Landsat, Aster, . . . ). Solutions of third-party geodesic companies.
  • 15. Multispectral remote sensing data A multispectral image is one that captures image data at specific frequencies across the electromagnetic spectrum. Multispectral images are the main type of images acquired by remote sensing radiometers. Different objects reflect the different spectrum frequencies. Fig.: Curve of vegetation’s reflectance
  • 16. Example: Landsat data Landsat has 7 bands, so pixels of Landsat images have numeric 7 characteristic (7 reflectation values at different frequencies). Fig.: 3-d band (red, 630–690 nm) Fig.: 4-th band (near infrared, 760-900 nm) Different objects reflect the different spectrum frequencies => pixels of different object are mapped in different areas of 7-dimentional space.
  • 17. Multispectral pattern recognition Fig.: Complosite (7-5-3 bands are used as R-G-B) Fig.: Random points are taken from the areas (see the left Fig.) and then projected on the plain of 3/4 bands A pixel can be represented as a point of N-dimensional space. So we have the well-studied classification problem.
  • 18. Classification result Left: composite image (7-5-3), right: classification result. The colors are: Yellow: pine forest, dry area. Blue: deciduous forest, wet land or marshes. Red: pastures.
  • 19. Some conclusions Now we have calculated and received: Map of hill-slopes (ASTER GDEM). Roads, rivers and lakes (OSM). Map of vegetation (Landsat).
  • 20. General information Example of GIS-approach to problem solving Problem formulation and exploration Preparation of the data Slopes of hills and ravines Analysis of terrain type Put all pieces together Conclusion Appendix
  • 21. Estimation of path quality We’ll create the raster map showing the cost of moving between different geographic locations. The cost depends on the moving speed of a pedistrian: if the speed is high then the cost is small and vice versa. The quality of a path is the cumulative cost along the path. The costs of the next areas are: Road: 5 km/h => cost: 1/5 Pine forest, dry area: 3.5 km/h => cost: 1/3.5 Deciduous forest, wet land or marshes: 2 km/h => cost: 1/2 Pastures: 4.2 km/h => cost: 1/4.2 Rivers and lakes: 0.1 km/h => cost: 1/0.1 A steep slope (> 10 degrees) slows down the moving speed => 2*cost.
  • 23. Cumulative cost of one of the points
  • 25. The graph of the paths
  • 27. Conclusion GIS is a composition of databases, maps and methods of data analysis. This combination creates a powerful instrument of spatial data processing.
  • 28. Useful links GIS communities: 1. Russian GIS community http://gis-lab.info/. 2. Open GIS and open GIS developer: http://www.osgeo.org/. Open sourse GIS: 1. A Free and Open Source Geographic Information System QGIS: http://www.qgis.org/. 2. A Free and Open Source Geographic Information System GRASS: http://grass.osgeo.org/. Global spatial data: 1. OpenStreetMap: http://www.openstreetmap.org/. 2. Landsat: http://landsat.gsfc.nasa.gov/. 3. MODIS: http://modis.gsfc.nasa.gov/. 4. ASTER: http://asterweb.jpl.nasa.gov/.