SlideShare a Scribd company logo
1 of 55
Download to read offline
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Geographic
Information System
QGIS Introduction(3)
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
Map Projection
Create KML data
Utilize OSM data
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Contents Today
3rd Session
Geocoding
Map Projection
 - Coordinate Reference System(CRS) - Projection transformation
Create Point Data
 - Delimited layer - OpenLayers Plugin
- ‘On the fly’ CRS transformation
OSM Data
- Create OSM data - OpenStreetMap plugin
Google Earth
- About KML - Export a layer as KML format
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Data
lecture3_en
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Geocoding
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Address Geocoding
It is called Address geocoding to find associated geographic coordinates
(often expressed as latitude and longitude) from other geographic data,
such as street addresses, or ZIP codes (postal codes).
Name Address
Hongo campus 7-3-1 Hongo Bunkyo-ku Tokyo-to
Komaba campus 4--6-1 Komaba Meguro-ku Tokyo-to
Kashiwa campus 5-1-5 Kashiwanoha Kashiwa-shi Chiba-ken
GIS projects the
coordinates on map.
X
Y
Name Address Lon Lat
Hongo campus Tōkyō-to, Bunkyō-ku,
Hongō, 7-3-1
139.762723 35.712545
Komaba campus Tōkyō-to, Meguro-ku,
Komaba, 4--6-1
139.677172 35.662492
Kashiwa campus Chiba-ken, Kashiwa-shi,
Kashiwanoha, 5-1-5
139.934642 35.900801
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Type of Address Geocoding
Street address Block address
The address commonly seen in Europe
and the United States.
ex) Unter den Linden 6, 10099 Berlin
The address commonly seen in Asian area.
ex)Tōkyō-to, Bunkyō-ku, Hongō, 7-3-1
street
street number
postal code city
pref city block block number
Copyright (C) 2013 microbase.LLC All Rights Reserved.
How to conduct geocoding
Google Maps provides geocoding service. Geographic coordinate can
be obtained from Google Maps by clicking “What’s here? on pop-up
menu after right-clicking anywhere on map.
1) Click “What’s here? on pop-up
menu after right-clicking the place
you want to get on map.
2)The coordinates are displayed on web
form. (latitude[Y], longitude[X])
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Name Address Lon Lat
Hongo campus Tōkyō-to, Bunkyō-ku, Hongō, 7-3-1
Komaba campus Tōkyō-to, Meguro-ku, Komaba, 4--6-1
Kashiwa campus Chiba-ken, Kashiwa-shi, Kashiwanoha, 5-1-5
Exercise 1
Add “longitude” and “latitude” layer to “sample.csv” in
“lecture3_en” folder using Google Maps.The csv file can be
edited by spreadsheet or text editor.
Longitude(X)
ex) 139.810896
Latitude(Y)
ex) 35.710211
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Google Maps API are useful
when you want to process geocoding on a large scale.
https://developers.google.com/maps/documentation/geocoding/?hl=en
Another geocoding services also be available. For more detail, see the below link.
http://blog.programmableweb.com/2012/06/21/7-free-geocoding-apis-google-bing-yahoo-and-mapquest/
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Map Projection
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Geographic coordinates
A set of numbers of location on the globe is called Geographic
coordinates(ex. longitude, latitude).A common choice of
coordinates is latitude, longitude and elevation.
Position gap sometimes occur when coordinates system of each layer
on QGIS differs from each other even if each layer has same
coordinates..
-31788.8930935
-6433.4151654
-31785.5178796
-6432.6469309
The coordinates differ even at a
same place when the CR differ.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
What’s map projection?
• Azimuthal projection
Azimuthal projections have the property that directions from a
central point are preserved and therefore great circles through the
central point are represented by straight lines on the map.
• Cylindrical projection
A map projection in which the surface features of a globe are
depicted as if projected onto a cylinder typically positioned with the
globe centered horizontally inside the cylinder.The Mercator
projection one of the cylindrical ,developed for navigational
purposes, has often been used in world maps.
A map projection is a systematic transformation of the latitudes and
longitudes of locations on the surface of a sphere or an ellipsoid into
locations on a plane.
Because the earth is round, a position gap is inevitable even on any
projection.Therefore a projection should be varied depending on the
intended use such as calculating area, angle and distance.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
引用: 国土地理院
 http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html
• WGS84 (World Geodetic System)
WGS 84 is the reference coordinate system used by the Global
Positioning System.The coordinate origin of WGS 84 is meant to
be located at the Earth's center of mass.
• JGD2000 (Japanese Geodetic Datum)
JGD2000 is the geodetic datum based on the GRS80 in common
with WGS84. It has been introduced since 2002 instead of the
formerTokyo Datum in order to adapt the coordinate system to
various high-tech tools using GPS/GIS technology more easily.
• Tokyo Datum
Tokyo Datum is the coordinate system based on triangulation
defined by “Meiji” government was basically established in early
20th century.
The following system are generally used in Japan.
Type of Coordinate Reference System
引用: United Nation
http://unstats.un.org/unsd/geoinfo/RCC/docs/rcca8/crp/
8th_UNRCCA_econf.96_CRP9.pdf
Copyright (C) 2013 microbase.LLC All Rights Reserved.
How to manage CRS onGIS
Projection is defined in the “.prj” file in case of shape file.“CRS selector” window will
appear on GIS when you load shape file without “prj”.
#prj is one of the set of shape file.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Add ”bunkyo.shp” and “tokyo.shp” in “lecture3_en” folder and
show the map.Then choose WGS84(EPSG:4326) for the
coordinate system of “tokyo.shp”. Former layer shows the
administrative unit of “Bunkyo ward” , the latter shows the
administrative unit of “Tokyo prefecture”.
Exercise 2
Copyright (C) 2013 microbase.LLC All Rights Reserved.
ANSWER
Both layers appear but have position gaps.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Check coordinate Reference system(CRS)
Position gaps have occured among “Tokyo” and “Bunkyo” because both
CRS differs from each other.
Open a property of each layer and choose “General Information” tab at
the top of the window. Current layer CRS can be seen there.
Bunkyo layer: Tokyo Tokyo layer: WGS84
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Projection transformation
This kinds of position gap sometimes occur when CRS of each layer on QGIS differs
from each other. In order to modify the gap, CRS must be common.
It is called “Projection transformation” to project a layer from one coordinate system
to another CRS.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Projects “Bunkyo” layer fromTokyo(ESPG:4301) to WGS84.
Projection transformation can be done from “Save as”.
CRS can be derived from “CRS
Selector”.
Filter function enable to
find a plugin you want
easily. Input a keyword
about the plugin.
The list of CRS
will appear
depending on
keywords in
filter.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
“Bunkyo” layer overlaps with “Tokyo” layer properly.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Create Point Data
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Create point data
QGIS can load and create point data from a table file with
coordinates fields such as CSV data format. Create point
data from sample.csv you’ve added coordinates fields at
Exercese 1.
X
Y
Name Address Lon Lat
Hongo campus Tōkyō-to, Bunkyō-ku,
Hongō, 7-3-1
139.762723 35.712545
Komaba campus Tōkyō-to, Meguro-ku,
Komaba, 4--6-1
139.677172 35.662492
Kashiwa campus Chiba-ken, Kashiwa-shi,
Kashiwanoha, 5-1-5
139.934642 35.900801
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Click the icon of “Add ElimitedText Layer” from the menu.
(or Layer > Add ElimitedText Layer)
1)Choose sample1new.csv which
you added the coordinates.
2) Check the checkbox of
comma( if csv is loaded).
3) Choose the column of coordinates
such as X(longitude) andY(latitude).
A sample imagery about the loading
table can be checked from here.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Then specify CRS (Coordinate reference system) of the table.
Choose WGS84 as CRS.
The coordinates picked
up derive from Google
Maps which support
WGS84.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
A layer has been created from CSV file.
#This layer are added just as a temporary file. Save it as a shape file.
Hongo
Kashiwa
Komaba
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Add a background imagery so that map view is comprehensive.
Plugin > Fetch Python Plugin
Filter function enable to
find a plugin you want
easily. Input a keyword
about the plugin.
#Internet access is necessary for installing OpenLayers plugin.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
After installing the plugin, check whether the plugin is activated or not
on the QGIS Plugin Manager.
Check the checkbox of
OpenLayers Plugin
Plugin > QGIS Plugin Manager
Copyright (C) 2013 microbase.LLC All Rights Reserved.
After installing the plugin properly,“OpenLayers plugin” will be added to
“Plugin” menu.Add “OpenStreetMap layer” from the list.
#Internet access is necessary for using OpenLayers plugin.
Another maps such as Google
Maps and Bing Maps also can
be seen.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
‘On the fly’ CRS transformation
When mapping the layers which have different CS, one common CS should
be used. QGIS has a useful function for this named ‘On the fly’ CRS
transformation which conducts projection transformation automatically just
for map view.
#‘On the fly’ CRS transformation is just a function for display. Projection transformation is
necessary for analysis usage.
‘On the fly’ CRS
transformation
‘On the fly’ CRS
transformation will
turn on automatically
when Open Layers
Plugin” is launched.
Uncheck the
checkbox and the
function will turn off.
Choose CS just like
projection
transformation.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1) Add “denki.csv” in “lecture3_en” folder on QGIS and
project it from Tokyo(EPSG:4301) to WGS84(EPSG:4362).
Save it as ”denki_wgs1984.shp”.
2) Color the “BUSINESS” field in the attribute table of
“denk_wgs1984” in different colors.This field includes the
name of electronics retail stores such “Big camera”.
3) Add “OpenStreetMap” as a background imagery.
Exercise 3
“denki.csv” includes a list of electronics retail stores in Tokyo.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1) Load “denki.csv” and choose Tokyo(EPSG:4301) as CRS using “Add Elimited
Text Layer”.
ANSWER
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1) After adding on QGIS, project it to WGS84(EPSG:4362).
ANSWER
Copyright (C) 2013 microbase.LLC All Rights Reserved.
1) The position gap before and after projection transformation can been seen.
ANSWER
Copyright (C) 2013 microbase.LLC All Rights Reserved.
2) 3) color each store depending on “BUSINESS” field of “denki” and load
openstreetmap from openlayers plugin.
ANSWER
Copyright (C) 2013 microbase.LLC All Rights Reserved.
OSM Data
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Create OSM Data
openstreetmap(OSM) is created by volunteers and can be available for
free.The data also can be used on GIS.We’ve already used it as a
background imagery.
Access to openstreetmap.org and try creating open maps!
Create your account
at first!
Copyright (C) 2013 microbase.LLC All Rights Reserved.
OpenSteetMap can be edited after log in. Click “Edit with ID(in-browser editor)” from “Edit”
menu at the top of the screen and launch an edit window.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Create vector data on Bing Map as a background imagery.
2)Create vector data while tracing each building
on Bing Maps.
1)Click “Area” in case
creating or editing polygon
data.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Attributes of each feature can be edited after vector data was created.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
The vector data you created will be seen several tens of seconds later.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Create building polygon data of your home town
or neighborhood on open street map.
Exercise 4
Copyright (C) 2013 microbase.LLC All Rights Reserved.
OSM data can be downloaded and displayed on QGIS using “OpenStreeetMap plugin”.
Download OSM data
Web > OpenStreetMap > Download OSM data
Check the check box of “Open data automatically after
download” and the downloaded OSM data will be
loaded on QGIS automatically.
The extent of downloading OSM is depending on
the map view size. However you can’t download it
on a wide scale
Copyright (C) 2013 microbase.LLC All Rights Reserved.
The downloaded OSM data will be divided into 3 types: Point data, Polyline data
and Polygon data sepalately. Generally,The data tend to be saved as “.osm” data
format(xml) and can be converted into any data format.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
http://downloads.cloudmade.com/ http://www.geofabrik.de/data/download.html
GeofabrikCloudmade
If you want to download huge amount of OSM data at a time, the
following sites are recommended.These sites provide the compiled data
as a unit in country and area.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Existing study using OSM data
http://www.youtube.com/watch?v=7zaQCza9Z6Q&feature=share&list=UUpPkZWEggV6yiBMl6LmEiZQ
UT, Center for spatial information science
People flow in Manila, Philippines in 1996
People flow animation are created from
huge mobile history data in Person trip
survery. Each detail motion are
interpolated based on OSM data.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Work with GoogleEar th
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Google Earth also can load GIS data on it and adopts a data format named KML(Keyhole
Markup Language. KML is XML based markup language and is used for Google Maps too.
QGIS can export a layer as KML.
About KML
※Google Earth is a virtual globe, map and geographical information program that was originally called EarthViewer 3D, and
was created by Keyhole, Inc, a Central Intelligence Agency (CIA) funded company acquired by Google in 2004.
Google Earth is available even
AndroidOS and iOS. If you export
the data as KML, you can show it
on mobile devise.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
QGIS can export KML data from layer option “Save as” in the same way as exporting a layer.
Export a layer as KML format
Choose “Keyhole
Markup
Language[KML]” for
“Format”.
Choose WGS84 for
“CRS”.
#Google Earth
supports WGS84.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Double-click an exported KML files and Google Earth will be launched with
the data added.
※Google Earth has to be installed in order to load KML files on Google Earth.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
http://opentextmap.org/
kml sharing site by NPO Ino-company
OpenTextMap
For those who want to know Google Earth more
Slideshare
Introduction of Google Earth for educators
http://www.slideshare.net/hiroakisengoku/20130331excercise2
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Contents Today
3rd Session
Geocoding
Map Projection
 - Coordinate Reference System(CRS)
- Projection transformation
Create Point Data
 - Delimited layer - OpenLayers Plugin
- ‘On the fly’ CRS transformation
OSM Data
- Create OSM data - OpenStreetMap plugin
Google Earth
- About KML - Export a layer as KML format
Copyright (C) 2013 microbase.LLC All Rights Reserved.
H O M E W O R K
Copyright (C) 2013 microbase.LLC All Rights Reserved.
Write a report about regional issues you live or have been
while meeting the following requirements.
-Describe a summary about the area you mention.
-Explain the issues with maps using GIS.
-Design a simple map to see and understand.
-Cite data source.
Copyright (C) 2013 microbase.LLC All Rights Reserved.
National Land Numerical Information
http://nlftp.mlit.go.jp/ksj-e/index.html
Free Spatial Data
http://www.diva-gis.org/Data
Useful download site for GIS
National Statistics Center - Regional Statistics
http://www.e-stat.go.jp/SG1/chiiki/Welcome.do?
lang=02

More Related Content

What's hot

Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gisMohamed Hamed
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA QueryKU Leuven
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptRamMishra65
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GISJoey Li
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functionsPramoda Raj
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)Vandana Verma
 
Data input techniques - GIS
Data input techniques - GISData input techniques - GIS
Data input techniques - GISVignesh LS
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis Saad Raja
 
QGIS Module 3
QGIS Module 3QGIS Module 3
QGIS Module 3CAPSUCSF
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate systemMohsin Siddique
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GISRituSaha3
 

What's hot (20)

Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
 
UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 
GIS
GISGIS
GIS
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
Data input techniques - GIS
Data input techniques - GISData input techniques - GIS
Data input techniques - GIS
 
QGIS Tutorial 1
QGIS Tutorial 1QGIS Tutorial 1
QGIS Tutorial 1
 
Gis functions
Gis functionsGis functions
Gis functions
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis
 
Raster data and Vector data
Raster data and Vector dataRaster data and Vector data
Raster data and Vector data
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
QGIS Module 3
QGIS Module 3QGIS Module 3
QGIS Module 3
 
Projections
ProjectionsProjections
Projections
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
GIS - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
Fundamentals of GIS
Fundamentals of GISFundamentals of GIS
Fundamentals of GIS
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GIS
 

Viewers also liked

OSM and QGIS
OSM and QGISOSM and QGIS
OSM and QGISQGIS UK
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4CAPSUCSF
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GISGIS Colorado
 
GEOPROCESSING IN QGIS
GEOPROCESSING IN QGISGEOPROCESSING IN QGIS
GEOPROCESSING IN QGISSwetha A
 
2014年度中部大学共同研究報告
2014年度中部大学共同研究報告2014年度中部大学共同研究報告
2014年度中部大学共同研究報告Hiroaki Sengoku
 
みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動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
 
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
 
Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門Hiroaki Sengoku
 
QGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generationQGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generationQGIS UK
 
Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Hiroaki Sengoku
 
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
 
Urban health study ii
Urban health study iiUrban health study ii
Urban health study iiCAPSUCSF
 
The shine study
The shine studyThe shine study
The shine studyCAPSUCSF
 
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
 

Viewers also liked (20)

QGIS training class 2
QGIS training class 2QGIS training class 2
QGIS training class 2
 
OSM and QGIS
OSM and QGISOSM and QGIS
OSM and QGIS
 
QGIS Module 4
QGIS Module 4QGIS Module 4
QGIS Module 4
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GIS
 
GEOPROCESSING IN QGIS
GEOPROCESSING IN QGISGEOPROCESSING IN QGIS
GEOPROCESSING IN QGIS
 
2014年度中部大学共同研究報告
2014年度中部大学共同研究報告2014年度中部大学共同研究報告
2014年度中部大学共同研究報告
 
みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015
 
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)
 
Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門
 
QGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generationQGIS and Altas: Automatic map generation
QGIS and Altas: Automatic map generation
 
Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析
 
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
 
Urban health study ii
Urban health study iiUrban health study ii
Urban health study ii
 
The shine study
The shine studyThe shine study
The shine study
 
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
 

Similar to QGIS training class 3

Optimizing GIS based Systems
Optimizing GIS based SystemsOptimizing GIS based Systems
Optimizing GIS based SystemsAjinkya Deshpande
 
Play with Vector and Make Map
Play with Vector and Make MapPlay with Vector and Make Map
Play with Vector and Make MapNopphawanTamkuan
 
How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1wang yaohui
 
Opensource gis development - part 2
Opensource gis development - part 2Opensource gis development - part 2
Opensource gis development - part 2Andrea Antonello
 
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
 
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
 
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...GIS in the Rockies
 
Location Analytics - Real-Time Geofencing using Kafka
Location Analytics - Real-Time Geofencing using Kafka Location Analytics - Real-Time Geofencing using Kafka
Location Analytics - Real-Time Geofencing using Kafka Guido Schmutz
 
도시건축설계와 오픈소스 기반 GIS
도시건축설계와 오픈소스 기반 GIS도시건축설계와 오픈소스 기반 GIS
도시건축설계와 오픈소스 기반 GISmac999
 
도시 설계와 GIS 기술의 관계
도시 설계와 GIS 기술의 관계도시 설계와 GIS 기술의 관계
도시 설계와 GIS 기술의 관계Tae wook kang
 
Path Finding In Hazad Terrain
Path Finding In Hazad TerrainPath Finding In Hazad Terrain
Path Finding In Hazad TerrainOren Koler
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GISSatish Taji
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A SurveyIRJET Journal
 
Navigation system by using gis and gps
Navigation system by using gis and gpsNavigation system by using gis and gps
Navigation system by using gis and gpsIAEME Publication
 
Flight trajectory recreation and playback system of aerial mission based on o...
Flight trajectory recreation and playback system of aerial mission based on o...Flight trajectory recreation and playback system of aerial mission based on o...
Flight trajectory recreation and playback system of aerial mission based on o...csandit
 
The development of a Geographic Information System for traffic route planni...
The development of a  Geographic  Information System for traffic route planni...The development of a  Geographic  Information System for traffic route planni...
The development of a Geographic Information System for traffic route planni...Matthew Pulis
 
Sql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperSql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperKlaudiia Jacome
 
YARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) ProjectYARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) Projectgraphitech
 

Similar to QGIS training class 3 (20)

Optimizing GIS based Systems
Optimizing GIS based SystemsOptimizing GIS based Systems
Optimizing GIS based Systems
 
Play with Vector and Make Map
Play with Vector and Make MapPlay with Vector and Make Map
Play with Vector and Make Map
 
How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1
 
Opensource gis development - part 2
Opensource gis development - part 2Opensource gis development - part 2
Opensource gis development - part 2
 
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
 
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
 
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
 
Location Analytics - Real-Time Geofencing using Kafka
Location Analytics - Real-Time Geofencing using Kafka Location Analytics - Real-Time Geofencing using Kafka
Location Analytics - Real-Time Geofencing using Kafka
 
도시건축설계와 오픈소스 기반 GIS
도시건축설계와 오픈소스 기반 GIS도시건축설계와 오픈소스 기반 GIS
도시건축설계와 오픈소스 기반 GIS
 
도시 설계와 GIS 기술의 관계
도시 설계와 GIS 기술의 관계도시 설계와 GIS 기술의 관계
도시 설계와 GIS 기술의 관계
 
Path Finding In Hazad Terrain
Path Finding In Hazad TerrainPath Finding In Hazad Terrain
Path Finding In Hazad Terrain
 
Agi08 Jeremy Morley
Agi08 Jeremy MorleyAgi08 Jeremy Morley
Agi08 Jeremy Morley
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A Survey
 
Navigation system by using gis and gps
Navigation system by using gis and gpsNavigation system by using gis and gps
Navigation system by using gis and gps
 
Flight trajectory recreation and playback system of aerial mission based on o...
Flight trajectory recreation and playback system of aerial mission based on o...Flight trajectory recreation and playback system of aerial mission based on o...
Flight trajectory recreation and playback system of aerial mission based on o...
 
The development of a Geographic Information System for traffic route planni...
The development of a  Geographic  Information System for traffic route planni...The development of a  Geographic  Information System for traffic route planni...
The development of a Geographic Information System for traffic route planni...
 
Sql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperSql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaper
 
YARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) ProjectYARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) Project
 
iTimer - Count On Your Time
iTimer - Count On Your TimeiTimer - Count On Your Time
iTimer - Count On Your Time
 

More from Hiroaki Sengoku

社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。Hiroaki Sengoku
 
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築Hiroaki Sengoku
 
物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!Hiroaki Sengoku
 
位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術Hiroaki Sengoku
 
人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム Mobmap人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム MobmapHiroaki 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 (15)

社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
 
物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!
 
位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術
 
人流データ解析プラットフォーム 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

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

QGIS training class 3

  • 1. Copyright (C) 2013 microbase.LLC All Rights Reserved. Geographic Information System QGIS Introduction(3) 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 Map Projection Create KML data Utilize OSM data
  • 3. Copyright (C) 2013 microbase.LLC All Rights Reserved. Contents Today 3rd Session Geocoding Map Projection  - Coordinate Reference System(CRS) - Projection transformation Create Point Data  - Delimited layer - OpenLayers Plugin - ‘On the fly’ CRS transformation OSM Data - Create OSM data - OpenStreetMap plugin Google Earth - About KML - Export a layer as KML format
  • 4. Copyright (C) 2013 microbase.LLC All Rights Reserved. Data lecture3_en
  • 5. Copyright (C) 2013 microbase.LLC All Rights Reserved. Geocoding
  • 6. Copyright (C) 2013 microbase.LLC All Rights Reserved. Address Geocoding It is called Address geocoding to find associated geographic coordinates (often expressed as latitude and longitude) from other geographic data, such as street addresses, or ZIP codes (postal codes). Name Address Hongo campus 7-3-1 Hongo Bunkyo-ku Tokyo-to Komaba campus 4--6-1 Komaba Meguro-ku Tokyo-to Kashiwa campus 5-1-5 Kashiwanoha Kashiwa-shi Chiba-ken GIS projects the coordinates on map. X Y Name Address Lon Lat Hongo campus Tōkyō-to, Bunkyō-ku, Hongō, 7-3-1 139.762723 35.712545 Komaba campus Tōkyō-to, Meguro-ku, Komaba, 4--6-1 139.677172 35.662492 Kashiwa campus Chiba-ken, Kashiwa-shi, Kashiwanoha, 5-1-5 139.934642 35.900801
  • 7. Copyright (C) 2013 microbase.LLC All Rights Reserved. Type of Address Geocoding Street address Block address The address commonly seen in Europe and the United States. ex) Unter den Linden 6, 10099 Berlin The address commonly seen in Asian area. ex)Tōkyō-to, Bunkyō-ku, Hongō, 7-3-1 street street number postal code city pref city block block number
  • 8. Copyright (C) 2013 microbase.LLC All Rights Reserved. How to conduct geocoding Google Maps provides geocoding service. Geographic coordinate can be obtained from Google Maps by clicking “What’s here? on pop-up menu after right-clicking anywhere on map. 1) Click “What’s here? on pop-up menu after right-clicking the place you want to get on map. 2)The coordinates are displayed on web form. (latitude[Y], longitude[X])
  • 9. Copyright (C) 2013 microbase.LLC All Rights Reserved. Name Address Lon Lat Hongo campus Tōkyō-to, Bunkyō-ku, Hongō, 7-3-1 Komaba campus Tōkyō-to, Meguro-ku, Komaba, 4--6-1 Kashiwa campus Chiba-ken, Kashiwa-shi, Kashiwanoha, 5-1-5 Exercise 1 Add “longitude” and “latitude” layer to “sample.csv” in “lecture3_en” folder using Google Maps.The csv file can be edited by spreadsheet or text editor. Longitude(X) ex) 139.810896 Latitude(Y) ex) 35.710211
  • 10. Copyright (C) 2013 microbase.LLC All Rights Reserved. Google Maps API are useful when you want to process geocoding on a large scale. https://developers.google.com/maps/documentation/geocoding/?hl=en Another geocoding services also be available. For more detail, see the below link. http://blog.programmableweb.com/2012/06/21/7-free-geocoding-apis-google-bing-yahoo-and-mapquest/
  • 11. Copyright (C) 2013 microbase.LLC All Rights Reserved. Map Projection
  • 12. Copyright (C) 2013 microbase.LLC All Rights Reserved. Geographic coordinates A set of numbers of location on the globe is called Geographic coordinates(ex. longitude, latitude).A common choice of coordinates is latitude, longitude and elevation. Position gap sometimes occur when coordinates system of each layer on QGIS differs from each other even if each layer has same coordinates.. -31788.8930935 -6433.4151654 -31785.5178796 -6432.6469309 The coordinates differ even at a same place when the CR differ.
  • 13. Copyright (C) 2013 microbase.LLC All Rights Reserved. What’s map projection? • Azimuthal projection Azimuthal projections have the property that directions from a central point are preserved and therefore great circles through the central point are represented by straight lines on the map. • Cylindrical projection A map projection in which the surface features of a globe are depicted as if projected onto a cylinder typically positioned with the globe centered horizontally inside the cylinder.The Mercator projection one of the cylindrical ,developed for navigational purposes, has often been used in world maps. A map projection is a systematic transformation of the latitudes and longitudes of locations on the surface of a sphere or an ellipsoid into locations on a plane. Because the earth is round, a position gap is inevitable even on any projection.Therefore a projection should be varied depending on the intended use such as calculating area, angle and distance.
  • 14. Copyright (C) 2013 microbase.LLC All Rights Reserved. 引用: 国土地理院  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html • WGS84 (World Geodetic System) WGS 84 is the reference coordinate system used by the Global Positioning System.The coordinate origin of WGS 84 is meant to be located at the Earth's center of mass. • JGD2000 (Japanese Geodetic Datum) JGD2000 is the geodetic datum based on the GRS80 in common with WGS84. It has been introduced since 2002 instead of the formerTokyo Datum in order to adapt the coordinate system to various high-tech tools using GPS/GIS technology more easily. • Tokyo Datum Tokyo Datum is the coordinate system based on triangulation defined by “Meiji” government was basically established in early 20th century. The following system are generally used in Japan. Type of Coordinate Reference System 引用: United Nation http://unstats.un.org/unsd/geoinfo/RCC/docs/rcca8/crp/ 8th_UNRCCA_econf.96_CRP9.pdf
  • 15. Copyright (C) 2013 microbase.LLC All Rights Reserved. How to manage CRS onGIS Projection is defined in the “.prj” file in case of shape file.“CRS selector” window will appear on GIS when you load shape file without “prj”. #prj is one of the set of shape file.
  • 16. Copyright (C) 2013 microbase.LLC All Rights Reserved. Add ”bunkyo.shp” and “tokyo.shp” in “lecture3_en” folder and show the map.Then choose WGS84(EPSG:4326) for the coordinate system of “tokyo.shp”. Former layer shows the administrative unit of “Bunkyo ward” , the latter shows the administrative unit of “Tokyo prefecture”. Exercise 2
  • 17. Copyright (C) 2013 microbase.LLC All Rights Reserved. ANSWER Both layers appear but have position gaps.
  • 18. Copyright (C) 2013 microbase.LLC All Rights Reserved. Check coordinate Reference system(CRS) Position gaps have occured among “Tokyo” and “Bunkyo” because both CRS differs from each other. Open a property of each layer and choose “General Information” tab at the top of the window. Current layer CRS can be seen there. Bunkyo layer: Tokyo Tokyo layer: WGS84
  • 19. Copyright (C) 2013 microbase.LLC All Rights Reserved. Projection transformation This kinds of position gap sometimes occur when CRS of each layer on QGIS differs from each other. In order to modify the gap, CRS must be common. It is called “Projection transformation” to project a layer from one coordinate system to another CRS.
  • 20. Copyright (C) 2013 microbase.LLC All Rights Reserved. Projects “Bunkyo” layer fromTokyo(ESPG:4301) to WGS84. Projection transformation can be done from “Save as”. CRS can be derived from “CRS Selector”. Filter function enable to find a plugin you want easily. Input a keyword about the plugin. The list of CRS will appear depending on keywords in filter.
  • 21. Copyright (C) 2013 microbase.LLC All Rights Reserved. “Bunkyo” layer overlaps with “Tokyo” layer properly.
  • 22. Copyright (C) 2013 microbase.LLC All Rights Reserved. Create Point Data
  • 23. Copyright (C) 2013 microbase.LLC All Rights Reserved. Create point data QGIS can load and create point data from a table file with coordinates fields such as CSV data format. Create point data from sample.csv you’ve added coordinates fields at Exercese 1. X Y Name Address Lon Lat Hongo campus Tōkyō-to, Bunkyō-ku, Hongō, 7-3-1 139.762723 35.712545 Komaba campus Tōkyō-to, Meguro-ku, Komaba, 4--6-1 139.677172 35.662492 Kashiwa campus Chiba-ken, Kashiwa-shi, Kashiwanoha, 5-1-5 139.934642 35.900801
  • 24. Copyright (C) 2013 microbase.LLC All Rights Reserved. Click the icon of “Add ElimitedText Layer” from the menu. (or Layer > Add ElimitedText Layer) 1)Choose sample1new.csv which you added the coordinates. 2) Check the checkbox of comma( if csv is loaded). 3) Choose the column of coordinates such as X(longitude) andY(latitude). A sample imagery about the loading table can be checked from here.
  • 25. Copyright (C) 2013 microbase.LLC All Rights Reserved. Then specify CRS (Coordinate reference system) of the table. Choose WGS84 as CRS. The coordinates picked up derive from Google Maps which support WGS84.
  • 26. Copyright (C) 2013 microbase.LLC All Rights Reserved. A layer has been created from CSV file. #This layer are added just as a temporary file. Save it as a shape file. Hongo Kashiwa Komaba
  • 27. Copyright (C) 2013 microbase.LLC All Rights Reserved. Add a background imagery so that map view is comprehensive. Plugin > Fetch Python Plugin Filter function enable to find a plugin you want easily. Input a keyword about the plugin. #Internet access is necessary for installing OpenLayers plugin.
  • 28. Copyright (C) 2013 microbase.LLC All Rights Reserved. After installing the plugin, check whether the plugin is activated or not on the QGIS Plugin Manager. Check the checkbox of OpenLayers Plugin Plugin > QGIS Plugin Manager
  • 29. Copyright (C) 2013 microbase.LLC All Rights Reserved. After installing the plugin properly,“OpenLayers plugin” will be added to “Plugin” menu.Add “OpenStreetMap layer” from the list. #Internet access is necessary for using OpenLayers plugin. Another maps such as Google Maps and Bing Maps also can be seen.
  • 30. Copyright (C) 2013 microbase.LLC All Rights Reserved. ‘On the fly’ CRS transformation When mapping the layers which have different CS, one common CS should be used. QGIS has a useful function for this named ‘On the fly’ CRS transformation which conducts projection transformation automatically just for map view. #‘On the fly’ CRS transformation is just a function for display. Projection transformation is necessary for analysis usage. ‘On the fly’ CRS transformation ‘On the fly’ CRS transformation will turn on automatically when Open Layers Plugin” is launched. Uncheck the checkbox and the function will turn off. Choose CS just like projection transformation.
  • 31. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1) Add “denki.csv” in “lecture3_en” folder on QGIS and project it from Tokyo(EPSG:4301) to WGS84(EPSG:4362). Save it as ”denki_wgs1984.shp”. 2) Color the “BUSINESS” field in the attribute table of “denk_wgs1984” in different colors.This field includes the name of electronics retail stores such “Big camera”. 3) Add “OpenStreetMap” as a background imagery. Exercise 3 “denki.csv” includes a list of electronics retail stores in Tokyo.
  • 32. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1) Load “denki.csv” and choose Tokyo(EPSG:4301) as CRS using “Add Elimited Text Layer”. ANSWER
  • 33. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1) After adding on QGIS, project it to WGS84(EPSG:4362). ANSWER
  • 34. Copyright (C) 2013 microbase.LLC All Rights Reserved. 1) The position gap before and after projection transformation can been seen. ANSWER
  • 35. Copyright (C) 2013 microbase.LLC All Rights Reserved. 2) 3) color each store depending on “BUSINESS” field of “denki” and load openstreetmap from openlayers plugin. ANSWER
  • 36. Copyright (C) 2013 microbase.LLC All Rights Reserved. OSM Data
  • 37. Copyright (C) 2013 microbase.LLC All Rights Reserved. Create OSM Data openstreetmap(OSM) is created by volunteers and can be available for free.The data also can be used on GIS.We’ve already used it as a background imagery. Access to openstreetmap.org and try creating open maps! Create your account at first!
  • 38. Copyright (C) 2013 microbase.LLC All Rights Reserved. OpenSteetMap can be edited after log in. Click “Edit with ID(in-browser editor)” from “Edit” menu at the top of the screen and launch an edit window.
  • 39. Copyright (C) 2013 microbase.LLC All Rights Reserved. Create vector data on Bing Map as a background imagery. 2)Create vector data while tracing each building on Bing Maps. 1)Click “Area” in case creating or editing polygon data.
  • 40. Copyright (C) 2013 microbase.LLC All Rights Reserved. Attributes of each feature can be edited after vector data was created.
  • 41. Copyright (C) 2013 microbase.LLC All Rights Reserved. The vector data you created will be seen several tens of seconds later.
  • 42. Copyright (C) 2013 microbase.LLC All Rights Reserved. Create building polygon data of your home town or neighborhood on open street map. Exercise 4
  • 43. Copyright (C) 2013 microbase.LLC All Rights Reserved. OSM data can be downloaded and displayed on QGIS using “OpenStreeetMap plugin”. Download OSM data Web > OpenStreetMap > Download OSM data Check the check box of “Open data automatically after download” and the downloaded OSM data will be loaded on QGIS automatically. The extent of downloading OSM is depending on the map view size. However you can’t download it on a wide scale
  • 44. Copyright (C) 2013 microbase.LLC All Rights Reserved. The downloaded OSM data will be divided into 3 types: Point data, Polyline data and Polygon data sepalately. Generally,The data tend to be saved as “.osm” data format(xml) and can be converted into any data format.
  • 45. Copyright (C) 2013 microbase.LLC All Rights Reserved. http://downloads.cloudmade.com/ http://www.geofabrik.de/data/download.html GeofabrikCloudmade If you want to download huge amount of OSM data at a time, the following sites are recommended.These sites provide the compiled data as a unit in country and area.
  • 46. Copyright (C) 2013 microbase.LLC All Rights Reserved. Existing study using OSM data http://www.youtube.com/watch?v=7zaQCza9Z6Q&feature=share&list=UUpPkZWEggV6yiBMl6LmEiZQ UT, Center for spatial information science People flow in Manila, Philippines in 1996 People flow animation are created from huge mobile history data in Person trip survery. Each detail motion are interpolated based on OSM data.
  • 47. Copyright (C) 2013 microbase.LLC All Rights Reserved. Work with GoogleEar th
  • 48. Copyright (C) 2013 microbase.LLC All Rights Reserved. Google Earth also can load GIS data on it and adopts a data format named KML(Keyhole Markup Language. KML is XML based markup language and is used for Google Maps too. QGIS can export a layer as KML. About KML ※Google Earth is a virtual globe, map and geographical information program that was originally called EarthViewer 3D, and was created by Keyhole, Inc, a Central Intelligence Agency (CIA) funded company acquired by Google in 2004. Google Earth is available even AndroidOS and iOS. If you export the data as KML, you can show it on mobile devise.
  • 49. Copyright (C) 2013 microbase.LLC All Rights Reserved. QGIS can export KML data from layer option “Save as” in the same way as exporting a layer. Export a layer as KML format Choose “Keyhole Markup Language[KML]” for “Format”. Choose WGS84 for “CRS”. #Google Earth supports WGS84.
  • 50. Copyright (C) 2013 microbase.LLC All Rights Reserved. Double-click an exported KML files and Google Earth will be launched with the data added. ※Google Earth has to be installed in order to load KML files on Google Earth.
  • 51. Copyright (C) 2013 microbase.LLC All Rights Reserved. http://opentextmap.org/ kml sharing site by NPO Ino-company OpenTextMap For those who want to know Google Earth more Slideshare Introduction of Google Earth for educators http://www.slideshare.net/hiroakisengoku/20130331excercise2
  • 52. Copyright (C) 2013 microbase.LLC All Rights Reserved. Contents Today 3rd Session Geocoding Map Projection  - Coordinate Reference System(CRS) - Projection transformation Create Point Data  - Delimited layer - OpenLayers Plugin - ‘On the fly’ CRS transformation OSM Data - Create OSM data - OpenStreetMap plugin Google Earth - About KML - Export a layer as KML format
  • 53. Copyright (C) 2013 microbase.LLC All Rights Reserved. H O M E W O R K
  • 54. Copyright (C) 2013 microbase.LLC All Rights Reserved. Write a report about regional issues you live or have been while meeting the following requirements. -Describe a summary about the area you mention. -Explain the issues with maps using GIS. -Design a simple map to see and understand. -Cite data source.
  • 55. Copyright (C) 2013 microbase.LLC All Rights Reserved. National Land Numerical Information http://nlftp.mlit.go.jp/ksj-e/index.html Free Spatial Data http://www.diva-gis.org/Data Useful download site for GIS National Statistics Center - Regional Statistics http://www.e-stat.go.jp/SG1/chiiki/Welcome.do? lang=02