SlideShare a Scribd company logo
1 of 43
Download to read offline
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Geographic
Information System
QGIS Introduction(2)
microbase.LLC
http://microgeodata.com/
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Agenda
1st
2nd
3rd
What’s QGIS?
Basic usage
Basic data management
Spatial Analysis
Spatial data andling
Geocording
Create Vector data
About coordi nate system
Create KML data
Utilize OSM data
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Contents Today
2nd session
1 Spatial Analysis
2 Spatial Data handling
Homework
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Lecture data
lecture1_data
tokyo23
homework2
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1 Spatial Analysis
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1.1 Buffering
A buffer in GIS is a zone around a map feature measured in units of distance
or time.A buffer is often used for spatial analysis.
make 200m
buffer polygons
from a highway.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Add railway.shp in “tokyo23” folder and make 100m buffer
polygons from the railways.tokyo23.
2 Input “100” in the form.
3) Check the checkbox of “Dissolve buffer results”.
->An optional dissolve can be performed to
combine overlapping buffers.
1) Choose railway.shp as a vector data.
Vector > GeoprocessingTool > Clip
Copyright (C) 2013 microbase.LLC All Rights Reserved.
A buffer polygon can be created from not only poline data but
also point data and polygon data.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Exercise 1
Create 250m buffer polygon data from each station and
save it as “station_buffer250.shp”.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
ANSWER
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Integrate features which locate in same extent.
seven elevenセブ
ンイレブンの影
響圏
population in
Meguro city seven eleven’s market scale
1.2 Overlay
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Various kinds of Overlay
Intersect Union Clip
Input
Output
Inersect
feature
Union
feature
Clip
feature
Output features have each attribute table of input features Just clip features
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Meguro city can be selected by “Select layer by attribute” or “Select
Features” from “ku.shp”.
Add “library.shp” and “ku.shp”. Clip libraries only in Meguro city.
Check the check box of “Use only selected
features” and you can clip the target layer based on
a clip layer which is selected.
Clip
feature
Overlay1: Clip
Vector > GeoprocessingTool > Clip
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Libraries in only Meguro city are clipped.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Intersect railways in Meguro ward using “library.shp” and “ku.shp”.
Inersect
feature
Overlay1: Intersect
Vector > GeoprocessingTool > Intersection
Check the check box of “Use only selected
features” and you can clip the target layer based on
a clip layer which is selected.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Railways in only Meguro city are intersected.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1) Choose following features only in Setagaya ward.
• dentist.shp
• station.shp
• road.shp
2) Create following features in Setagaya ward.
• 250m buffer polygons from each station.
Exercise2
Copyright (C) 2013 microbase.LLC All Rights Reserved.
dentist station road
ANSWER
1)Clip(or intersect) a dentist, a station and a road using
“ku.shp” selecting Setagaya ward.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
ANSWER
2) Dentists in the buffers are shown.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
2 Spatial Data Handling
Copyright (C) 2013 microbase.LLC All Rights Reserved.
2.1Select Layer By Location
Features can be selected by not only an attribute but also location.
Example
Select a dentist within
500m from a station
Select a ward which a
highway go through.
Select a ward which
borders on Meguro ward
Select a seven eleven
in Meguro ward
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Add “station.shp” and “dentist.shp” in “tokyo23” folder into layer.
Choose a dentist within 500m from a station inTokyo special
districts.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Create 500m buffer polygons from each station.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Select a dentist within the buffers.
Choose a target layer in “selected
features” and an overlapped layer in
“intersect features”.
Vector > ResearchTool > Select by location “Select by location” covers the following
spatial relationship among features.
- within
- contain
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Selected features color yellow.
The result show about 70%
dentists locate in the place within
500m from station.
5129 in 6985 are selected. It may take a
little while to select features.
Selected rows color blue in the attribute table.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
If more advanced search methods than “Contains” and “Within” are
required, the plugin “Spatial Query Plugin” will be useful.
- “Spatial Query Plugin” will appear if the checkbox in “QGIS Plugin
Manager” is checked.
- Intersects A intersects B
- Contains A contains B
- Is disjoint
- Equals A equals B
- Overlaps A overlaps B
- Crosses A crosses B
- Touches A touches B
- Within A within B
Vector > Spatial Query
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1) Search the ward which intersect the highway.
2) Count the number of a supermarket within 250m from each station
using “station_buffer250.shp” created at Exercise1.
Exercise3
Copyright (C) 2013 microbase.LLC All Rights Reserved.
ANSWER
1) the borders which intersect highways.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
467 shops
ANSWER
2) Count the number of a supermarket within 250m from each station.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
2.2 Spatial Join
Joins attributes from one feature to another based on the spatial
relationship.The target features and the joined attributes from the join
features are written to the output feature class.
a
A city
shop
a
b
c
shop city
a C
b A
c B
B city
C city
b
c
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Add “convenience.shp” in “tokyo23” and save only “seven eleven” as
“seven_eleven.shp”.Then join the attribute from “ku.shp” to it.
Check the checkbox of “Take attributes of
first located feature”.
Vector > Data ManagementTool > Join attributes by location
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Attribute of “ku” is joined to “seven eleven”.
Attributes of
“seven eleven”
Attribute of “ku”
Copyright (C) 2013 microbase.LLC All Rights Reserved.
a
A city
shop sale
a 2500
b 3000
c 2000
d 1500
shop sale city
a 2500 C市
b 3000 A市
c 2000 B市
d 1500 B市
B city
C city
b
c
d
Join type varies depending on how joins between the target
features and join features.
city number whole
sale
A 1 3000
B 2 3500
C 1 2500
Main target
JOIN_ONE_TO_ONE
JOIN_ONE_TO_MANY
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Add Census of commerce of 500m scale units
(H16_commerce.shp) and Census of population of block
scale unit(pop.shp).Then join the attributes from
“H16_commerce” to “pop”.
Exercise4
Copyright (C) 2013 microbase.LLC All Rights Reserved.
A block unit sometimes contains 500m grids and has more
than 2 grids.Attribute summary should be “Take summary of
interesting features.
HINT
Copyright (C) 2013 microbase.LLC All Rights Reserved.
If you want get an attribute value more accurately among different unit features, It
would be one of the method to divide the value based on area of the features.
ANSWER
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Another functions for spatial analysis are available.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
)(
1
)(
1
2 i
n
i
XxK
nh
xf −= ∑=
)()(
3
)( 2
hx
h
xh
xK <
−
=
π
!
Spatial interpolation
Kernel density estimation
See geostatistics in more detail.
・Kriging interpolation
・Sprine interpolation
・Spatial autocorrelation
etc...
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Path Search
Shortest Path can be detected by Dijkstra method.
Service area analysis
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Contents Today
2nd session
1 Spatial Analysis
2 Spatial Data handling
Homework
Copyright (C) 2013 microbase.LLC All Rights Reserved.
H O M E W O R K
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Data
homework2
university.shp
highschool.shp
jr_school.shp
el_school.shp
firestation.shpfire station
elementary
school
junior high
school
high school
college
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Find the area thought to have high disaster risk in Tokyo special districts.
1) Describe characteristics and
reasons of the area thought to have
high disaster risk.
2) Create a map about 1) and paste
it to your report.
<Hint>
The data today and in “homework2” folder
may be good for describing the disaster
risk!
• population
• population density
•
• school as rescue facility
• elevation
• public transpotation

More Related Content

What's hot

Digital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case StudyDigital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case Studytheijes
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4CAPSUCSF
 
OpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsOpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsvirtualcitySYSTEMS GmbH
 
Petrel introduction course guide
Petrel introduction course guidePetrel introduction course guide
Petrel introduction course guideMarc Diviu Franco
 
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Kamlesh Kumar
 
F0255046056
F0255046056F0255046056
F0255046056theijes
 
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGAPPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGsipij
 
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3NanubalaDhruvan
 
Static model development
Static model developmentStatic model development
Static model developmentKunal Rathod
 
Hough Transform: Serial and Parallel Implementations
Hough Transform: Serial and Parallel ImplementationsHough Transform: Serial and Parallel Implementations
Hough Transform: Serial and Parallel ImplementationsJohn Wayne
 
Qgis tutorial compiled
Qgis tutorial compiledQgis tutorial compiled
Qgis tutorial compiledSARSIJ MISHRA
 
MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...
MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...
MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...multimediaeval
 
Analysing OpenStreetMap Data with QGIS
Analysing OpenStreetMap Data with QGISAnalysing OpenStreetMap Data with QGIS
Analysing OpenStreetMap Data with QGISSK53
 
Miniproject final group 14
Miniproject final group 14Miniproject final group 14
Miniproject final group 14Ashish Mundhra
 

What's hot (20)

Digital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case StudyDigital Heritage Documentation Via TLS And Photogrammetry Case Study
Digital Heritage Documentation Via TLS And Photogrammetry Case Study
 
B05531119
B05531119B05531119
B05531119
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4
 
OpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsOpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developments
 
Manual of Remote Sensing
Manual of Remote SensingManual of Remote Sensing
Manual of Remote Sensing
 
Gis Concepts 5/5
Gis Concepts 5/5Gis Concepts 5/5
Gis Concepts 5/5
 
Petrel introduction course guide
Petrel introduction course guidePetrel introduction course guide
Petrel introduction course guide
 
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
 
Geographical information system
Geographical  information systemGeographical  information system
Geographical information system
 
F0255046056
F0255046056F0255046056
F0255046056
 
QGIS Tutorial 2
QGIS Tutorial 2QGIS Tutorial 2
QGIS Tutorial 2
 
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGAPPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
 
Vf sift
Vf siftVf sift
Vf sift
 
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
 
Static model development
Static model developmentStatic model development
Static model development
 
Hough Transform: Serial and Parallel Implementations
Hough Transform: Serial and Parallel ImplementationsHough Transform: Serial and Parallel Implementations
Hough Transform: Serial and Parallel Implementations
 
Qgis tutorial compiled
Qgis tutorial compiledQgis tutorial compiled
Qgis tutorial compiled
 
MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...
MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...
MediaEval 2016 - Placing Images with Refined Language Models and Similarity S...
 
Analysing OpenStreetMap Data with QGIS
Analysing OpenStreetMap Data with QGISAnalysing OpenStreetMap Data with QGIS
Analysing OpenStreetMap Data with QGIS
 
Miniproject final group 14
Miniproject final group 14Miniproject final group 14
Miniproject final group 14
 

Viewers also liked

QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1CAPSUCSF
 
QGIS Module 3
QGIS Module 3QGIS Module 3
QGIS Module 3CAPSUCSF
 
OSM and QGIS
OSM and QGISOSM and QGIS
OSM and QGISQGIS UK
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GISGIS Colorado
 
QGIS Module 2
QGIS Module 2QGIS Module 2
QGIS Module 2CAPSUCSF
 
QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)QGIS UK
 
QGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generationQGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generationQGIS UK
 
QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版
QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版
QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版FOSS4G_MEXT
 
Geographic information system
Geographic information systemGeographic information system
Geographic information systemSumanta Das
 
Gis (geographic information system)
Gis (geographic information system)Gis (geographic information system)
Gis (geographic information system)Saad Bare
 
GIS presentation
GIS presentationGIS presentation
GIS presentationarniontech
 
The shine study
The shine studyThe shine study
The shine studyCAPSUCSF
 
Urban health study ii
Urban health study iiUrban health study ii
Urban health study iiCAPSUCSF
 
QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015Michele Tobias
 
Seminar 4 introduction slides
Seminar 4 introduction slidesSeminar 4 introduction slides
Seminar 4 introduction slidesNuBizHRMWE
 
Implimenting file system
Implimenting file systemImplimenting file system
Implimenting file systemAnand Khandare
 
7.09 Excell Center Horse Trip
7.09 Excell Center Horse Trip7.09 Excell Center Horse Trip
7.09 Excell Center Horse Tripaspiranet
 

Viewers also liked (20)

QGIS training class 3
QGIS training class 3QGIS training class 3
QGIS training class 3
 
QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1
 
QGIS Module 3
QGIS Module 3QGIS Module 3
QGIS Module 3
 
OSM and QGIS
OSM and QGISOSM and QGIS
OSM and QGIS
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GIS
 
QGIS Module 2
QGIS Module 2QGIS Module 2
QGIS Module 2
 
QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)QGIS UK User Group - Developing with QGIS (Lutra)
QGIS UK User Group - Developing with QGIS (Lutra)
 
QGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generationQGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generation
 
QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版
QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版
QGISセミナー初級 ~QGISの使い方・基礎編~ Ver. 2.4版
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Gis (geographic information system)
Gis (geographic information system)Gis (geographic information system)
Gis (geographic information system)
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
 
My ppt on gis
My ppt on gisMy ppt on gis
My ppt on gis
 
The shine study
The shine studyThe shine study
The shine study
 
Urban health study ii
Urban health study iiUrban health study ii
Urban health study ii
 
QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015QGIS Workshop Introduction - CalGIS 2015
QGIS Workshop Introduction - CalGIS 2015
 
Seminar 4 introduction slides
Seminar 4 introduction slidesSeminar 4 introduction slides
Seminar 4 introduction slides
 
Implimenting file system
Implimenting file systemImplimenting file system
Implimenting file system
 
Portfolio Development
Portfolio DevelopmentPortfolio Development
Portfolio Development
 
7.09 Excell Center Horse Trip
7.09 Excell Center Horse Trip7.09 Excell Center Horse Trip
7.09 Excell Center Horse Trip
 

Similar to QGIS training class 2

Demo vid mot_track_opt_flow
Demo vid mot_track_opt_flowDemo vid mot_track_opt_flow
Demo vid mot_track_opt_flowYahya Alkhaldi
 
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...IRJET Journal
 
Android RenderScript on LLVM
Android RenderScript on LLVMAndroid RenderScript on LLVM
Android RenderScript on LLVMJohn Lee
 
IRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic Arm
IRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic ArmIRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic Arm
IRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic ArmIRJET Journal
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET Journal
 
Point cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihangPoint cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihangLihang Li
 
IRJET - Automatic Licence Plate Detection and Recognition
IRJET -  	  Automatic Licence Plate Detection and RecognitionIRJET -  	  Automatic Licence Plate Detection and Recognition
IRJET - Automatic Licence Plate Detection and RecognitionIRJET Journal
 
project_final_seminar
project_final_seminarproject_final_seminar
project_final_seminarMUKUL BICHKAR
 
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...VLSICS Design
 
Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...Eswar Publications
 
An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...
An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...
An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...VLSICS Design
 
Clip, Clip, Hooray! Get Just the Data You Need with Clipping
Clip, Clip, Hooray! Get Just the Data You Need with ClippingClip, Clip, Hooray! Get Just the Data You Need with Clipping
Clip, Clip, Hooray! Get Just the Data You Need with ClippingSafe Software
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiAngela Shin
 
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16Boris Adryan
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)eSAT Publishing House
 
Object Detection & Machine Learning Paper
 Object Detection & Machine Learning Paper Object Detection & Machine Learning Paper
Object Detection & Machine Learning PaperJoseph Mogannam
 

Similar to QGIS training class 2 (20)

Demo vid mot_track_opt_flow
Demo vid mot_track_opt_flowDemo vid mot_track_opt_flow
Demo vid mot_track_opt_flow
 
Paper
PaperPaper
Paper
 
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
IRJET-Hardware Co-Simulation of Classical Edge Detection Algorithms using Xil...
 
Android RenderScript on LLVM
Android RenderScript on LLVMAndroid RenderScript on LLVM
Android RenderScript on LLVM
 
How to Make Hand Detector on Native Activity with OpenCV
How to Make Hand Detector on Native Activity with OpenCVHow to Make Hand Detector on Native Activity with OpenCV
How to Make Hand Detector on Native Activity with OpenCV
 
Luigy Bertaglia Bortolo - Poster Final
Luigy Bertaglia Bortolo - Poster FinalLuigy Bertaglia Bortolo - Poster Final
Luigy Bertaglia Bortolo - Poster Final
 
Automatic P2R Published Paper P1277-1283
Automatic P2R Published Paper P1277-1283Automatic P2R Published Paper P1277-1283
Automatic P2R Published Paper P1277-1283
 
IRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic Arm
IRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic ArmIRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic Arm
IRJET- Development of Mine Detection Robot with 4 Degree of Freedom Robotic Arm
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
 
Point cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihangPoint cloud mesh-investigation_report-lihang
Point cloud mesh-investigation_report-lihang
 
IRJET - Automatic Licence Plate Detection and Recognition
IRJET -  	  Automatic Licence Plate Detection and RecognitionIRJET -  	  Automatic Licence Plate Detection and Recognition
IRJET - Automatic Licence Plate Detection and Recognition
 
project_final_seminar
project_final_seminarproject_final_seminar
project_final_seminar
 
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...
AN EFFICIENT FPGA IMPLEMENTATION OF MRI IMAGE FILTERING AND TUMOUR CHARACTERI...
 
Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...Applying Content-Based Image Retrieval Techniques to Provide New Services for...
Applying Content-Based Image Retrieval Techniques to Provide New Services for...
 
An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...
An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...
An Efficient FPGA Implemenation of MRI Image Filtering and Tumour Characteriz...
 
Clip, Clip, Hooray! Get Just the Data You Need with Clipping
Clip, Clip, Hooray! Get Just the Data You Need with ClippingClip, Clip, Hooray! Get Just the Data You Need with Clipping
Clip, Clip, Hooray! Get Just the Data You Need with Clipping
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry Pi
 
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)
 
Object Detection & Machine Learning Paper
 Object Detection & Machine Learning Paper Object Detection & Machine Learning Paper
Object Detection & Machine Learning Paper
 

More from Hiroaki Sengoku

社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。Hiroaki Sengoku
 
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築Hiroaki Sengoku
 
物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!Hiroaki Sengoku
 
Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Hiroaki Sengoku
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015Hiroaki Sengoku
 
位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術Hiroaki Sengoku
 
2014年度中部大学共同研究報告
2014年度中部大学共同研究報告2014年度中部大学共同研究報告
2014年度中部大学共同研究報告Hiroaki Sengoku
 
人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム Mobmap人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム MobmapHiroaki Sengoku
 
みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動Hiroaki Sengoku
 
Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門Hiroaki Sengoku
 
伊能社中の一億総伊能化計画
伊能社中の一億総伊能化計画伊能社中の一億総伊能化計画
伊能社中の一億総伊能化計画Hiroaki Sengoku
 
学び方・教え方が変わる!直感で学べる電子地図教材
学び方・教え方が変わる!直感で学べる電子地図教材学び方・教え方が変わる!直感で学べる電子地図教材
学び方・教え方が変わる!直感で学べる電子地図教材Hiroaki Sengoku
 
Foss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengokuFoss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengokuHiroaki Sengoku
 
Introduction of open source gis
Introduction of open source gisIntroduction of open source gis
Introduction of open source gisHiroaki Sengoku
 
伊能社中 地図研修会【入門編】【初級編】
伊能社中 地図研修会【入門編】【初級編】伊能社中 地図研修会【入門編】【初級編】
伊能社中 地図研修会【入門編】【初級編】Hiroaki Sengoku
 
Foss4 gマイクロジオデータ解析入門
Foss4 gマイクロジオデータ解析入門Foss4 gマイクロジオデータ解析入門
Foss4 gマイクロジオデータ解析入門Hiroaki Sengoku
 
GIS future prospects pioneered by microgeodata usage
GIS future prospects pioneered by microgeodata usageGIS future prospects pioneered by microgeodata usage
GIS future prospects pioneered by microgeodata usageHiroaki Sengoku
 

More from Hiroaki Sengoku (20)

社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
 
物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!
 
Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015
 
位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術
 
2014年度中部大学共同研究報告
2014年度中部大学共同研究報告2014年度中部大学共同研究報告
2014年度中部大学共同研究報告
 
人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム Mobmap人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム Mobmap
 
みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動
 
Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門
 
伊能社中の一億総伊能化計画
伊能社中の一億総伊能化計画伊能社中の一億総伊能化計画
伊能社中の一億総伊能化計画
 
学び方・教え方が変わる!直感で学べる電子地図教材
学び方・教え方が変わる!直感で学べる電子地図教材学び方・教え方が変わる!直感で学べる電子地図教材
学び方・教え方が変わる!直感で学べる電子地図教材
 
Foss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengokuFoss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengoku
 
Qgis install guide
Qgis install guideQgis install guide
Qgis install guide
 
Introduction of open source gis
Introduction of open source gisIntroduction of open source gis
Introduction of open source gis
 
伊能社中 地図研修会【入門編】【初級編】
伊能社中 地図研修会【入門編】【初級編】伊能社中 地図研修会【入門編】【初級編】
伊能社中 地図研修会【入門編】【初級編】
 
Foss4 gマイクロジオデータ解析入門
Foss4 gマイクロジオデータ解析入門Foss4 gマイクロジオデータ解析入門
Foss4 gマイクロジオデータ解析入門
 
GIS future prospects pioneered by microgeodata usage
GIS future prospects pioneered by microgeodata usageGIS future prospects pioneered by microgeodata usage
GIS future prospects pioneered by microgeodata usage
 
QGIS入門(1)
QGIS入門(1)QGIS入門(1)
QGIS入門(1)
 
Qgislecture 0
Qgislecture 0Qgislecture 0
Qgislecture 0
 

Recently uploaded

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 

Recently uploaded (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 

QGIS training class 2

  • 1. Copyright (C) 2013 microbase.LLC All Rights Reserved. Geographic Information System QGIS Introduction(2) microbase.LLC http://microgeodata.com/
  • 2. Copyright (C) 2013 microbase.LLC All Rights Reserved. Agenda 1st 2nd 3rd What’s QGIS? Basic usage Basic data management Spatial Analysis Spatial data andling Geocording Create Vector data About coordi nate system Create KML data Utilize OSM data
  • 3. Copyright (C) 2013 microbase.LLC All Rights Reserved. Contents Today 2nd session 1 Spatial Analysis 2 Spatial Data handling Homework
  • 4. Copyright (C) 2013 microbase.LLC All Rights Reserved. Lecture data lecture1_data tokyo23 homework2
  • 5. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1 Spatial Analysis
  • 6. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1.1 Buffering A buffer in GIS is a zone around a map feature measured in units of distance or time.A buffer is often used for spatial analysis. make 200m buffer polygons from a highway.
  • 7. Copyright (C) 2013 microbase.LLC All Rights Reserved. Add railway.shp in “tokyo23” folder and make 100m buffer polygons from the railways.tokyo23. 2 Input “100” in the form. 3) Check the checkbox of “Dissolve buffer results”. ->An optional dissolve can be performed to combine overlapping buffers. 1) Choose railway.shp as a vector data. Vector > GeoprocessingTool > Clip
  • 8. Copyright (C) 2013 microbase.LLC All Rights Reserved. A buffer polygon can be created from not only poline data but also point data and polygon data.
  • 9. Copyright (C) 2013 microbase.LLC All Rights Reserved. Exercise 1 Create 250m buffer polygon data from each station and save it as “station_buffer250.shp”.
  • 10. Copyright (C) 2013 microbase.LLC All Rights Reserved. ANSWER
  • 11. Copyright (C) 2013 microbase.LLC All Rights Reserved. Integrate features which locate in same extent. seven elevenセブ ンイレブンの影 響圏 population in Meguro city seven eleven’s market scale 1.2 Overlay
  • 12. Copyright (C) 2013 microbase.LLC All Rights Reserved. Various kinds of Overlay Intersect Union Clip Input Output Inersect feature Union feature Clip feature Output features have each attribute table of input features Just clip features
  • 13. Copyright (C) 2013 microbase.LLC All Rights Reserved. Meguro city can be selected by “Select layer by attribute” or “Select Features” from “ku.shp”. Add “library.shp” and “ku.shp”. Clip libraries only in Meguro city. Check the check box of “Use only selected features” and you can clip the target layer based on a clip layer which is selected. Clip feature Overlay1: Clip Vector > GeoprocessingTool > Clip
  • 14. Copyright (C) 2013 microbase.LLC All Rights Reserved. Libraries in only Meguro city are clipped.
  • 15. Copyright (C) 2013 microbase.LLC All Rights Reserved. Intersect railways in Meguro ward using “library.shp” and “ku.shp”. Inersect feature Overlay1: Intersect Vector > GeoprocessingTool > Intersection Check the check box of “Use only selected features” and you can clip the target layer based on a clip layer which is selected.
  • 16. Copyright (C) 2013 microbase.LLC All Rights Reserved. Railways in only Meguro city are intersected.
  • 17. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1) Choose following features only in Setagaya ward. • dentist.shp • station.shp • road.shp 2) Create following features in Setagaya ward. • 250m buffer polygons from each station. Exercise2
  • 18. Copyright (C) 2013 microbase.LLC All Rights Reserved. dentist station road ANSWER 1)Clip(or intersect) a dentist, a station and a road using “ku.shp” selecting Setagaya ward.
  • 19. Copyright (C) 2013 microbase.LLC All Rights Reserved. ANSWER 2) Dentists in the buffers are shown.
  • 20. Copyright (C) 2013 microbase.LLC All Rights Reserved. 2 Spatial Data Handling
  • 21. Copyright (C) 2013 microbase.LLC All Rights Reserved. 2.1Select Layer By Location Features can be selected by not only an attribute but also location. Example Select a dentist within 500m from a station Select a ward which a highway go through. Select a ward which borders on Meguro ward Select a seven eleven in Meguro ward
  • 22. Copyright (C) 2013 microbase.LLC All Rights Reserved. Add “station.shp” and “dentist.shp” in “tokyo23” folder into layer. Choose a dentist within 500m from a station inTokyo special districts.
  • 23. Copyright (C) 2013 microbase.LLC All Rights Reserved. Create 500m buffer polygons from each station.
  • 24. Copyright (C) 2013 microbase.LLC All Rights Reserved. Select a dentist within the buffers. Choose a target layer in “selected features” and an overlapped layer in “intersect features”. Vector > ResearchTool > Select by location “Select by location” covers the following spatial relationship among features. - within - contain
  • 25. Copyright (C) 2013 microbase.LLC All Rights Reserved. Selected features color yellow. The result show about 70% dentists locate in the place within 500m from station. 5129 in 6985 are selected. It may take a little while to select features. Selected rows color blue in the attribute table.
  • 26. Copyright (C) 2013 microbase.LLC All Rights Reserved. If more advanced search methods than “Contains” and “Within” are required, the plugin “Spatial Query Plugin” will be useful. - “Spatial Query Plugin” will appear if the checkbox in “QGIS Plugin Manager” is checked. - Intersects A intersects B - Contains A contains B - Is disjoint - Equals A equals B - Overlaps A overlaps B - Crosses A crosses B - Touches A touches B - Within A within B Vector > Spatial Query
  • 27. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1) Search the ward which intersect the highway. 2) Count the number of a supermarket within 250m from each station using “station_buffer250.shp” created at Exercise1. Exercise3
  • 28. Copyright (C) 2013 microbase.LLC All Rights Reserved. ANSWER 1) the borders which intersect highways.
  • 29. Copyright (C) 2013 microbase.LLC All Rights Reserved. 467 shops ANSWER 2) Count the number of a supermarket within 250m from each station.
  • 30. Copyright (C) 2013 microbase.LLC All Rights Reserved. 2.2 Spatial Join Joins attributes from one feature to another based on the spatial relationship.The target features and the joined attributes from the join features are written to the output feature class. a A city shop a b c shop city a C b A c B B city C city b c
  • 31. Copyright (C) 2013 microbase.LLC All Rights Reserved. Add “convenience.shp” in “tokyo23” and save only “seven eleven” as “seven_eleven.shp”.Then join the attribute from “ku.shp” to it. Check the checkbox of “Take attributes of first located feature”. Vector > Data ManagementTool > Join attributes by location
  • 32. Copyright (C) 2013 microbase.LLC All Rights Reserved. Attribute of “ku” is joined to “seven eleven”. Attributes of “seven eleven” Attribute of “ku”
  • 33. Copyright (C) 2013 microbase.LLC All Rights Reserved. a A city shop sale a 2500 b 3000 c 2000 d 1500 shop sale city a 2500 C市 b 3000 A市 c 2000 B市 d 1500 B市 B city C city b c d Join type varies depending on how joins between the target features and join features. city number whole sale A 1 3000 B 2 3500 C 1 2500 Main target JOIN_ONE_TO_ONE JOIN_ONE_TO_MANY
  • 34. Copyright (C) 2013 microbase.LLC All Rights Reserved. Add Census of commerce of 500m scale units (H16_commerce.shp) and Census of population of block scale unit(pop.shp).Then join the attributes from “H16_commerce” to “pop”. Exercise4
  • 35. Copyright (C) 2013 microbase.LLC All Rights Reserved. A block unit sometimes contains 500m grids and has more than 2 grids.Attribute summary should be “Take summary of interesting features. HINT
  • 36. Copyright (C) 2013 microbase.LLC All Rights Reserved. If you want get an attribute value more accurately among different unit features, It would be one of the method to divide the value based on area of the features. ANSWER
  • 37. Copyright (C) 2013 microbase.LLC All Rights Reserved. Another functions for spatial analysis are available.
  • 38. Copyright (C) 2013 microbase.LLC All Rights Reserved. )( 1 )( 1 2 i n i XxK nh xf −= ∑= )()( 3 )( 2 hx h xh xK < − = π ! Spatial interpolation Kernel density estimation See geostatistics in more detail. ・Kriging interpolation ・Sprine interpolation ・Spatial autocorrelation etc...
  • 39. Copyright (C) 2013 microbase.LLC All Rights Reserved. Path Search Shortest Path can be detected by Dijkstra method. Service area analysis
  • 40. Copyright (C) 2013 microbase.LLC All Rights Reserved. Contents Today 2nd session 1 Spatial Analysis 2 Spatial Data handling Homework
  • 41. Copyright (C) 2013 microbase.LLC All Rights Reserved. H O M E W O R K
  • 42. Copyright (C) 2013 microbase.LLC All Rights Reserved. Data homework2 university.shp highschool.shp jr_school.shp el_school.shp firestation.shpfire station elementary school junior high school high school college
  • 43. Copyright (C) 2013 microbase.LLC All Rights Reserved. Find the area thought to have high disaster risk in Tokyo special districts. 1) Describe characteristics and reasons of the area thought to have high disaster risk. 2) Create a map about 1) and paste it to your report. <Hint> The data today and in “homework2” folder may be good for describing the disaster risk! • population • population density • • school as rescue facility • elevation • public transpotation