SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Downloaden Sie, um offline zu lesen
Introduction of
Open Source GIS
May 26 2013
microbase.LLC
Hiroaki Sengoku
the 2nd G-SPASE meeting
Sunday, May 26, 13
Hiroaki	
  Sengoku
The	
  univ	
  of	
  Tokyo
Graduate	
  school	
  of	
  Fron9er	
  science
Ph.D	
  student
About me
NPO	
  Ino-­‐shachu	
  vice	
  president
microbase.LLC	
  president
Hobby:	
  motorBike,	
  Reading
Sunday, May 26, 13
Agenda
Processing large-scale data using Open Source GIS
What’s Open Source GIS ?
Major Open Source GIS
How to learn Open Source GIS?
Case example
Sunday, May 26, 13
OpenStreetMap known for the Wikipedia of Maps is
composed of Open Source GIS.
Sunday, May 26, 13
Source: http://wiki.openstreetmap.org/wiki/Component_overview
Sunday, May 26, 13
Open Source GIS is contributing to
earthquake disaster reconstruction.
Sunday, May 26, 13
source: http://www.agt.bme.hu/public_e/gis_func/funct26.htm
GIS Functions
Sunday, May 26, 13
Over 200 Open Source for GIS are released.
sources: http://opensourcegis.org/
Sunday, May 26, 13
Agenda
Processing large-scale data using Open Source GIS
What’s Open Source GIS ?
Major Open Source GIS
How to learn Open Source GIS?
Case example
Sunday, May 26, 13
Delivery
Analysis Viewer
Sunday, May 26, 13
Quantum GIS (QGIS)
An user friendly
GIS that runs on
Linux, Unix, Mac
OSX, Windows
and Android.
Easy analysis
can be done
using QGIS.
Sunday, May 26, 13
GRASS
used for geospatial data management and analysis, image processing,
graphics/maps production, spatial modeling, and visualization.
Sunday, May 26, 13
R a free software programming language and a software
environment for statistical computing and graphics
rich packages can be available
source: http://www.geopacific.org/opensourcegis/gcngisbook/QGIS_book/7b2c57ae0/8oo25e
ex) Home range analysis for Japanese monkeys install.packages("adehabitat", dep = TRUE)
Sunday, May 26, 13
spatial objects for the PostgreSQL database, allowing storage
and query of information about location and mapping.
PostGIS
Sunday, May 26, 13
GDAL/OGR
AVCBin, BNA, CSV, DGN, ESRI Shapefile, GML, GMT, GPX, GRASS, GeoJSON,
Interlis, KML, MapInfo FIle, Memory, MySQL, ODBC, OGDI, PGeo, PostgreSQL, REC,
S57, SDTS, SQLite, TIGER, UK.NTF, VRT Possible OGR Targets in QGIS: BNA, CSV,
DGN, ESRI Shapefile, GML, GMT, GPX, GeoJSON, Interlis 1, Interlis 2, KML, MapInfo
FIle, Memory, MySQL, ODBC, PostgreSQL, S57, SQLite, TIGER
Transform coordinates.
And much more…Read and write multiple GIS formats
Sunday, May 26, 13
Open Layers
Display map data in web browsers
Sunday, May 26, 13
Agenda
Processing large-scale data using Open Source GIS
What’s Open Source GIS ?
Major Open Source GIS
How to learn Open Source GIS?
Case example
Sunday, May 26, 13
large-scale database: mobile and web, buildings...
Although GUI based GIS is very helpful...
Sunday, May 26, 13
Run using Script language
ex)
PyQt based on Python
Sunday, May 26, 13
出典 Wikipedia Edsger Wybe Dijkstra
Edsger	
  Wybe	
  Dijkstra
	
  (1930-­‐2002)
ex)
Sunday, May 26, 13
1.  from'PyQt4.QtCore'import'*'
2.  from'PyQt4.QtGui'import'*'
3.  from'qgis.core'import'*'
4.  from'qgis.gui'import'*'
5.  from'qgis.networkanalysis'import'*'
6.  import'csv'
7.  '
8.  #create'graph'from'network'data'
9.  vl'='qgis.uIls.iface.mapCanvas().currentLayer()'
10. director'='QgsLineVectorLayerDirector('vl,'Q1,''',''',''','3')'
11. properter'='QgsDistanceArcProperter()'
12. director.addProperter('properter')'
13. crs'='qgis.uIls.iface.mapCanvas().mapRenderer().desInaIonCrs()'
14. builder'='QgsGraphBuilder('crs')'
ex)
# If you have interested above in PyQt, try this! http://www.slideshare.net/hiroakisengoku/foss4-g-15026614
Sunday, May 26, 13
ex)
Sunday, May 26, 13
Agenda
Processing large-scale data using Open Source GIS
What’s Open Source GIS ?
Major Open Source GIS
How to learn Open Source GIS?
Case example
Sunday, May 26, 13
Estimation of Fire Spreading
Sunday, May 26, 13
Source: Zenrin Maps
Sunday, May 26, 13
Zenrin Maps Census Other Resources
Cluster of Fire Spreading
Estimating
bldg attr
Fire Simulation
amedas etc...
Sunday, May 26, 13
Agenda
Processing large-scale data using Open Source GIS
What’s Open Source GIS ?
Major Open Source GIS
How to learn Open Source GIS?
Case example
Sunday, May 26, 13
Web Tips
sample code
Reference
web text
Sunday, May 26, 13
Collaboratively edited question site
Sunday, May 26, 13
Slideshare
Sunday, May 26, 13
Books
Sunday, May 26, 13
Workshop
Sunday, May 26, 13
Thank	
  you	
  for	
  aTen9on	
  :)
33
Hiroaki Sengoku
Sunday, May 26, 13

Weitere ähnliche Inhalte

Was ist angesagt?

Computation of spatial data on Hadoop Cluster
Computation of spatial data on Hadoop ClusterComputation of spatial data on Hadoop Cluster
Computation of spatial data on Hadoop Cluster
Abhishek Sagar
 
How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2
wang yaohui
 
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
wang yaohui
 
Defination of gis and components of arc gis
Defination of gis and components of arc gisDefination of gis and components of arc gis
Defination of gis and components of arc gis
Sreedhar Siddhu
 

Was ist angesagt? (20)

EuroPython 2019: GeoSpatial Analysis using Python and JupyterHub
EuroPython 2019: GeoSpatial Analysis using Python and JupyterHubEuroPython 2019: GeoSpatial Analysis using Python and JupyterHub
EuroPython 2019: GeoSpatial Analysis using Python and JupyterHub
 
QGIS training class 3
QGIS training class 3QGIS training class 3
QGIS training class 3
 
Mapinfo 2014
Mapinfo 2014Mapinfo 2014
Mapinfo 2014
 
Adding Location and Geospatial Analytics to Big Data Analytics (BDT210) | AWS...
Adding Location and Geospatial Analytics to Big Data Analytics (BDT210) | AWS...Adding Location and Geospatial Analytics to Big Data Analytics (BDT210) | AWS...
Adding Location and Geospatial Analytics to Big Data Analytics (BDT210) | AWS...
 
Computation of spatial data on Hadoop Cluster
Computation of spatial data on Hadoop ClusterComputation of spatial data on Hadoop Cluster
Computation of spatial data on Hadoop Cluster
 
How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
GIS on the Web
GIS on the WebGIS on the Web
GIS on the Web
 
MapInfo Discover 3D for Wind Energy Resources
MapInfo Discover 3D for Wind Energy ResourcesMapInfo Discover 3D for Wind Energy Resources
MapInfo Discover 3D for Wind Energy Resources
 
The GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS SeminarThe GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS Seminar
 
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
 
Defination of gis and components of arc gis
Defination of gis and components of arc gisDefination of gis and components of arc gis
Defination of gis and components of arc gis
 
All the New Cool Stuff in QGIS 2.0
All the New Cool Stuff in QGIS 2.0All the New Cool Stuff in QGIS 2.0
All the New Cool Stuff in QGIS 2.0
 
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
 
LIDAR and Drone Data - Datamine Discover3D
LIDAR and Drone Data - Datamine Discover3DLIDAR and Drone Data - Datamine Discover3D
LIDAR and Drone Data - Datamine Discover3D
 
GIS and QGIS training notes
GIS and QGIS training notesGIS and QGIS training notes
GIS and QGIS training notes
 
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overviewMapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
 
R spatial presentation
R spatial presentationR spatial presentation
R spatial presentation
 
Datamine Discover3D - LIDAR-Drone Applications
Datamine Discover3D - LIDAR-Drone ApplicationsDatamine Discover3D - LIDAR-Drone Applications
Datamine Discover3D - LIDAR-Drone Applications
 
Diaz Collect Earth remote sensing activity data Nov 10 2014
Diaz Collect Earth remote sensing activity data Nov 10 2014Diaz Collect Earth remote sensing activity data Nov 10 2014
Diaz Collect Earth remote sensing activity data Nov 10 2014
 

Andere mochten auch

igarss11-singhroy.ppt
igarss11-singhroy.pptigarss11-singhroy.ppt
igarss11-singhroy.ppt
grssieee
 
ISCE_ISSI_ML_IGARSS2011_v01-rosen.pdf
ISCE_ISSI_ML_IGARSS2011_v01-rosen.pdfISCE_ISSI_ML_IGARSS2011_v01-rosen.pdf
ISCE_ISSI_ML_IGARSS2011_v01-rosen.pdf
grssieee
 
Huang_presentation.pdf
Huang_presentation.pdfHuang_presentation.pdf
Huang_presentation.pdf
grssieee
 
IGARSS2011-TDX_Florian_v2.ppt
IGARSS2011-TDX_Florian_v2.pptIGARSS2011-TDX_Florian_v2.ppt
IGARSS2011-TDX_Florian_v2.ppt
grssieee
 
LASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCD
LASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCDLASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCD
LASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCD
National Cheng Kung University
 
TH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSIS
TH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSISTH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSIS
TH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSIS
grssieee
 

Andere mochten auch (20)

MySQL and GIS Programming
MySQL and GIS ProgrammingMySQL and GIS Programming
MySQL and GIS Programming
 
Open Source Databases And Gis
Open Source Databases And GisOpen Source Databases And Gis
Open Source Databases And Gis
 
2014年度中部大学共同研究報告
2014年度中部大学共同研究報告2014年度中部大学共同研究報告
2014年度中部大学共同研究報告
 
みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動みんなでつくるデジタル地図教材 学校支援活動
みんなでつくるデジタル地図教材 学校支援活動
 
Deep learning: Тооцоолон бодох машиныг яаж зураг ойлгодог болгох вэ?
Deep learning: Тооцоолон бодох машиныг яаж зураг ойлгодог болгох вэ? Deep learning: Тооцоолон бодох машиныг яаж зураг ойлгодог болгох вэ?
Deep learning: Тооцоолон бодох машиныг яаж зураг ойлгодог болгох вэ?
 
igarss11-singhroy.ppt
igarss11-singhroy.pptigarss11-singhroy.ppt
igarss11-singhroy.ppt
 
ISCE_ISSI_ML_IGARSS2011_v01-rosen.pdf
ISCE_ISSI_ML_IGARSS2011_v01-rosen.pdfISCE_ISSI_ML_IGARSS2011_v01-rosen.pdf
ISCE_ISSI_ML_IGARSS2011_v01-rosen.pdf
 
Progetto VULSAR
Progetto VULSARProgetto VULSAR
Progetto VULSAR
 
Operational exploitation of the Sentinel-1 mission: implications for geoscience
Operational exploitation of the Sentinel-1 mission: implications for geoscienceOperational exploitation of the Sentinel-1 mission: implications for geoscience
Operational exploitation of the Sentinel-1 mission: implications for geoscience
 
Interferometric and Geodetic Validation of Sentinel-1
Interferometric and Geodetic Validation of Sentinel-1Interferometric and Geodetic Validation of Sentinel-1
Interferometric and Geodetic Validation of Sentinel-1
 
Image Processing on SAR images
Image Processing on SAR imagesImage Processing on SAR images
Image Processing on SAR images
 
Huang_presentation.pdf
Huang_presentation.pdfHuang_presentation.pdf
Huang_presentation.pdf
 
IGARSS2011-TDX_Florian_v2.ppt
IGARSS2011-TDX_Florian_v2.pptIGARSS2011-TDX_Florian_v2.ppt
IGARSS2011-TDX_Florian_v2.ppt
 
Using SAR Intensity and Coherence to Detect A Moorland Wildfire Scar
Using SAR Intensity and Coherence to Detect A Moorland Wildfire ScarUsing SAR Intensity and Coherence to Detect A Moorland Wildfire Scar
Using SAR Intensity and Coherence to Detect A Moorland Wildfire Scar
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015
 
Characterizing Landslide Deformation Using InSAR
Characterizing Landslide Deformation Using InSARCharacterizing Landslide Deformation Using InSAR
Characterizing Landslide Deformation Using InSAR
 
LASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCD
LASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCDLASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCD
LASER SCANNING, SATELIT IFSAR, SATELIT RESOLUSI TINGGI, SENSOR CCD
 
TH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSIS
TH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSISTH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSIS
TH1.L09 - GEODETICALLY ACCURATE INSAR DATA PROCESSOR FOR TIME SERIES ANALYSIS
 
Remote Sensing in Digital Model Elevation
Remote Sensing in Digital Model ElevationRemote Sensing in Digital Model Elevation
Remote Sensing in Digital Model Elevation
 
Qgis install guide
Qgis install guideQgis install guide
Qgis install guide
 

Ähnlich wie Introduction of open source gis

GRASS and OSGeo: a framework for archeology
GRASS and OSGeo: a framework for archeologyGRASS and OSGeo: a framework for archeology
GRASS and OSGeo: a framework for archeology
Markus Neteler
 
Free open source gis
Free open source gisFree open source gis
Free open source gis
Ashok Peddi
 

Ähnlich wie Introduction of open source gis (20)

Open Source Geospatial
Open Source GeospatialOpen Source Geospatial
Open Source Geospatial
 
New way for GIS Development(Gaia3D)
New way for  GIS Development(Gaia3D)New way for  GIS Development(Gaia3D)
New way for GIS Development(Gaia3D)
 
Open Source based GIS devlopment cases by Gaia3D_20150417
Open Source based GIS devlopment cases by Gaia3D_20150417Open Source based GIS devlopment cases by Gaia3D_20150417
Open Source based GIS devlopment cases by Gaia3D_20150417
 
Open Source Geospatial
Open Source GeospatialOpen Source Geospatial
Open Source Geospatial
 
Open Source GIS
Open Source GISOpen Source GIS
Open Source GIS
 
UberFire Quick Intro and Overview (early beta Jul 2013)
UberFire Quick Intro and Overview (early beta Jul 2013)UberFire Quick Intro and Overview (early beta Jul 2013)
UberFire Quick Intro and Overview (early beta Jul 2013)
 
GIS PPT
GIS PPTGIS PPT
GIS PPT
 
Introduction of Open Source GIS
Introduction of Open Source GISIntroduction of Open Source GIS
Introduction of Open Source GIS
 
Bcs Talk Notes
Bcs Talk NotesBcs Talk Notes
Bcs Talk Notes
 
Spatial Analysis and Geomatics
Spatial Analysis and GeomaticsSpatial Analysis and Geomatics
Spatial Analysis and Geomatics
 
Introduction to Geographic Information System (GIS)
Introduction to Geographic Information System (GIS)Introduction to Geographic Information System (GIS)
Introduction to Geographic Information System (GIS)
 
Introduction of Open Source GIS
Introduction of Open Source GISIntroduction of Open Source GIS
Introduction of Open Source GIS
 
Big Spatial(!) Data Processing mit GeoMesa. AGIT 2019, Salzburg, Austria.
Big Spatial(!) Data Processing mit GeoMesa. AGIT 2019, Salzburg, Austria.Big Spatial(!) Data Processing mit GeoMesa. AGIT 2019, Salzburg, Austria.
Big Spatial(!) Data Processing mit GeoMesa. AGIT 2019, Salzburg, Austria.
 
GRASS and OSGeo: a framework for archeology
GRASS and OSGeo: a framework for archeologyGRASS and OSGeo: a framework for archeology
GRASS and OSGeo: a framework for archeology
 
Raster Data In GeoServer And GeoTools: Achievements, Issues And Future Develo...
Raster Data In GeoServer And GeoTools: Achievements, Issues And Future Develo...Raster Data In GeoServer And GeoTools: Achievements, Issues And Future Develo...
Raster Data In GeoServer And GeoTools: Achievements, Issues And Future Develo...
 
Free open source gis
Free open source gisFree open source gis
Free open source gis
 
Scaling up globally: 30 years of FOSS4G development. Keynote at FOSS4G-CEE 20...
Scaling up globally: 30 years of FOSS4G development. Keynote at FOSS4G-CEE 20...Scaling up globally: 30 years of FOSS4G development. Keynote at FOSS4G-CEE 20...
Scaling up globally: 30 years of FOSS4G development. Keynote at FOSS4G-CEE 20...
 
Open@EDINA
Open@EDINAOpen@EDINA
Open@EDINA
 
oWE-QGIS_Training-March2022
oWE-QGIS_Training-March2022oWE-QGIS_Training-March2022
oWE-QGIS_Training-March2022
 
MoWE-QGIS_Training-March2022-Day1_AM.pptx
MoWE-QGIS_Training-March2022-Day1_AM.pptxMoWE-QGIS_Training-March2022-Day1_AM.pptx
MoWE-QGIS_Training-March2022-Day1_AM.pptx
 

Mehr von Hiroaki Sengoku

Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門
Hiroaki Sengoku
 
Foss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengokuFoss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengoku
Hiroaki Sengoku
 

Mehr von Hiroaki Sengoku (17)

社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。 社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
社会を支えるインフラが、 社会の問題にならないために。 上水道インフラへのAI導入の挑戦。
 
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
都市計画情報を考慮した ミクロな将来世帯数の推計手法の構築
 
物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!物流オープンデータ活用コンテストに応募してみよう!!
物流オープンデータ活用コンテストに応募してみよう!!
 
Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析
 
位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術位置情報にまつわるデータ補間技術
位置情報にまつわるデータ補間技術
 
人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム Mobmap人流データ解析プラットフォーム Mobmap
人流データ解析プラットフォーム Mobmap
 
Mobmap人流データ解析入門
Mobmap人流データ解析入門Mobmap人流データ解析入門
Mobmap人流データ解析入門
 
伊能社中の一億総伊能化計画
伊能社中の一億総伊能化計画伊能社中の一億総伊能化計画
伊能社中の一億総伊能化計画
 
学び方・教え方が変わる!直感で学べる電子地図教材
学び方・教え方が変わる!直感で学べる電子地図教材学び方・教え方が変わる!直感で学べる電子地図教材
学び方・教え方が変わる!直感で学べる電子地図教材
 
Foss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengokuFoss4 g2013 geoxcode_sengoku
Foss4 g2013 geoxcode_sengoku
 
QGIS training class 2
QGIS training class 2QGIS training class 2
QGIS training class 2
 
QGIS training class 1
QGIS training class 1QGIS training class 1
QGIS training class 1
 
伊能社中 地図研修会【入門編】【初級編】
伊能社中 地図研修会【入門編】【初級編】伊能社中 地図研修会【入門編】【初級編】
伊能社中 地図研修会【入門編】【初級編】
 
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
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Introduction of open source gis