SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Downloaden Sie, um offline zu lesen
From Geographic Information to GIS
Getting the Map into the computer

Part I: Data Collection




                                       Arnaud
                                    Vandecasteele

                                    Memorial Univ. of
                                     Newfoundland,
                                        Canada




                                                    3/02/2013
Outline


Introduction

      1 - Data Collection

      2 – Conversion process

      3 – Data Storage

      4 – Data Analysis

Conclusion
                               2/36

               Introduction
Objectives



Methods to acquire GIS data, particularly via the GPS

Methods to create new GIS data

Processes to edit existing GIS data

Types and sources of error potentially associated with GIS data




                                                                  3/36

                           Introduction
GeoSpatial Revolution




                         4/36

          Introduction
From physical reality to computer

           How to represent reality ?




                                        Fonseca et al., 2002


                                                               5/36

                   Introduction
From physical reality to computer



                                      REAL WORLD
                                                           Source: http://www.uvm.edu/~gis/
     1   2    3   4   5   6   7   8   9   10
1
2
3
4
5
6
7
8
9
10
             GRID RASTER                                 VECTOR                               6/36

                                          Introduction
Data Collection Process



  Data                 Conversion             Data              Data
Collection              Process              Storage           Analysis

 .Gpx




                                                                            7/36

  Data Collection       Conversion Process   Data Storage   Data Analysis
Geodata collecting

Two main types of data capture:

     ●
         Primary data sources (direct measurement)
         collected in digital format specifically
         for use in GIS (e.g., GPX, Satellites Images)

     ●
         Secondary sources (indirect derivation)
         need to be converted into a suitable
         digital for use in a GIS project (e.g., CSV, Excel, etc.)




                                                                                8/36

Data Collection      Conversion Process     Data Storage        Data Analysis
●
         Primary data sources (direct measurement)
         collected in digital format specifically
         for use in GIS (e.g., GPX, Satellites Image)


      Raster Data Capture                Vector Data Capture
       (Remote Sensing)

You are not directly measuring              GPS, LiDAR
 the object, but is reflectance


                                                                               9/36

Data Collection     Conversion Process        Data Storage     Data Analysis
Geodata collecting - GPS



         ●
             Primary data sources (direct measurement)
             collected in digital format specifically
             for use in GIS (e.g., GPS, Satellites Image)
                                                  Example of a GPX file
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0">
            <name>Example gpx</name>
            <wpt lat="46.57638889" lon="8.89263889">
                         <ele>2372</ele>
Example of               <name>Example Points</name>
A waypoint  </wpt>
            <trk><name>Example gpx</name><number>1</number><trkseg>
                         <trkpt lat="46.57608" lon="8.89241"><ele>2376</ele><time>2007-10-14T10:09:57Z</time></trkpt>
                         <trkpt lat="46.57619" lon="8.89252"><ele>2375</ele><time>2007-10-14T10:10:52Z</time></trkpt>
Example of               <trkpt lat="46.57641" lon="8.89266"><ele>2372</ele><time>2007-10-14T10:12:39Z</time></trkpt>
  a track   </trkseg></trk>
</gpx>
                                                                                                                 10/36

   Data Collection             Conversion Process                    Data Storage               Data Analysis
What is GPS

           The Global Positioning System (GPS) is a constellation
           of satellites that is used to calculate your position.




                                                                         11/36

Data Collection    Conversion Process   Data Storage     Data Analysis
How GPS works ?

                                 1

                                     20130203-1045-3001




 1 Each satellite continuously
broadcasts timing information




                                                                                         12/36

     Data Collection             Conversion Process       Data Storage   Data Analysis
How GPS works ?

                                 1

                                     20130203-1045-3001




 1 Each satellite continuously
broadcasts timing information

                                                          2
                                                          20130203-1045-3148
 2 A GPS receiver measures
distance using the travel time
of radio signals




                                                                                                              13/36

     Data Collection             Conversion Process                            Data Storage   Data Analysis
How GPS works ?




 1 Each satellite continuously
broadcasts timing information

                                                  3
 2 A GPS receiver measures
distance using the travel time
of radio signals


 3 We are somewhere on the circle
where these two spheres intersect




                                                                                     14/36

     Data Collection             Conversion Process   Data Storage   Data Analysis
How GPS works ?

                                                      Trilateration (Triangulation)


 1 Each satellite continuously
broadcasts timing information


 2 A GPS receiver measures
distance using the travel time
                                                 4
of radio signals


 3 We are somewhere on the circle
where these two spheres intersect


 4  The receiver calculates the distance
to each satellite and trilaterates
its own position                                                                          15/36

     Data Collection             Conversion Process    Data Storage       Data Analysis
Are GPS perfect ?


Accuracy – sources of errors
  ●
      Ionospheric effects ± 5 meters

  ●
      Tropospheric effects ± 0.5 meter

  ●
      Ephemeris errors ± 2.5 meters

  ●
      Satellite clock errors ± 2 meters

  ●
      Multipath distortion ± 1 meter

  ●
      Numerical errors ± 1 meter
                                                                         16/36

  Data Collection    Conversion Process   Data Storage   Data Analysis
Geodata conversion



  Data               Conversion             Data               Data
Collection            Process              Storage            Analysis

 .Gpx




                                                                          17/36

  Data Collection     Conversion Process   Data Storage   Data Analysis
Geodata conversion process

<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0">
            <name>Example gpx</name>                                                             .Gpx
            <wpt lat="46.57638889" lon="8.89263889">
                         <ele>2372</ele>
                         <name>Example Points</name>
            </wpt>
            <trk><name>Example gpx</name><number>1</number><trkseg>
                         <trkpt lat="46.57608" lon="8.89241"><ele>2376</ele><time>2007-10-14T10:09:57Z</time></trkpt>
                         <trkpt lat="46.57619" lon="8.89252"><ele>2375</ele><time>2007-10-14T10:10:52Z</time></trkpt>
                         <trkpt lat="46.57641" lon="8.89266"><ele>2372</ele><time>2007-10-14T10:12:39Z</time></trkpt>
            </trkseg></trk>
</gpx>




                                   Point                           Line (track)                 .Gis




                                                                                                                 18/36

   Data Collection             Conversion Process                Data Storage                   Data Analysis
Geodata conversion process


                                        GPSBabel      @ http://www.gpsbabel.org
                                        Converts data between popular GPS
                                        Extensive data manipulation abilities
                                        Multi-platform (e.g., Windows, Mac, Linux)
                                        User Interface




                                                                               19/36

Data Collection   Conversion Process   Data Storage            Data Analysis
Geodata Storage



  Data              Conversion            Data               Data
Collection           Process             Storage            Analysis

 .Gpx




                                                                        20/36

  Data Collection   Conversion Process   Data Storage   Data Analysis
Geodata storing

Proprietary Systems
      Oracle Spatial, Microsoft SQL Server

Open Source
      PostgreSQL/Gis, MySQL, SQLite

Service Based
       Google BigTable, Amazon SimpleDB




                                                                        21/36

  Data Collection   Conversion Process   Data Storage   Data Analysis
Geodata storing

                   PostGis @ http://postgis.refractions.net/
                   Project started in 2001
                   Based on Postgresql
                   Many GeoFunctions (e.g., Buffer, Intersects)
                   Geometric, Geographic and Raster data


                   MySql Spatial       @ http://dev.mysql.com/
                               Integrated into MySQL since 4.1
                                         Geometric data (plan)
                                                  No projection
                                            Few spatial function


                   SpatialLite    @ http://www.gaia-gis.it/spatialite/
                   Based on SQL Lite
                   Minimal weight (250 ko)
                   Many GeoFunctions (e.g., Buffer, Intersects)
                   User Interface
                                                                                         22/36

Data Collection   Conversion Process          Data Storage               Data Analysis
How GeoData are storing ?



GPX      <trk><name>Example gpx</name><number>1</number><trkseg>
                      <trkpt lat="46.57608" lon="8.89241"><ele>2376</ele><time>2007-10-14T10:09:57Z</time></trkpt>
                      <trkpt lat="46.57619" lon="8.89252"><ele>2375</ele><time>2007-10-14T10:10:52Z</time></trkpt>
                      <trkpt lat="46.57641" lon="8.89266"><ele>2372</ele><time>2007-10-14T10:12:39Z</time></trkpt>
         </trkseg></trk>




                  WKT                                                             WKB
             Well Know Text                                                 Well Know Binary
ele           time               geom_wkt                      ele           time               geom_wkb
1      2007-10-               LINESTRING(46.5760               1       2007-10-               010200002031BF0D0
       14T10:09:57Z           8 8.89241,46.57619                       14T10:09:57Z           00900000085EB5140
                              8.89252,46.57641                                                E...1F6285CDFAED56
                              8.89266)                                                        7C185EB5118DF664
                                                                                              E41

                                                                                                                23/36

    Data Collection           Conversion Process                   Data Storage                Data Analysis
Data             Conversion            Data               Data
Collection          Process             Storage            Analysis

 .Gpx




                                                                       24/36

 Data Collection   Conversion Process   Data Storage   Data Analysis
Geodata visualisation - desktop



                                                                        QGIS
                                                            @ http://www.qgis.org/




ArcGis
@ http://www.esri.com



                                                                                     25/36

Data Collection         Conversion Process   Data Storage            Data Analysis
Geodata visualisation - internet



                                                                      OpenLayers
                                                              @ http://www.openlayers.org/




ArcGis
@ http://www.arcgis.com




                                                                                      26/36

    Data Collection       Conversion Process   Data Storage           Data Analysis
Quality insurance

Positional accuracy
Defined as the closeness of locational information to the true position


Attribute accuracy
Defined as the closeness of attribute values to their true value


Logical consistency
Refers to the internal consistency of the data structure,
particularly applies to topological consistency


Completeness
Concerns the degree to which the data exhausts the universe of possible items


Lineage
A record of the data sources and of the operations which created the database   27/36

                                        Conclusion
OSGEO-Live


                  Looking for software?
                         OSGEO-Live
                        http://live.osgeo.org/




                                           28/36

     Conclusion
To go further

               Geographic Information Systems and Science
               Paul A. Longley, Mike Goodchild,
               David J. Maguire, David W. Rhind
               2010




                                A primer of GIS
Fundamental Geographic and cartographic concepts
                                  Francis Harvey
                                            2008            29/36

                          Conclusion
Have Fun with Geography




   Let's GeoPlay




                          30/36

            Conclusion
Geocaching


Can I Geo Play ?
Geocaching (http://www.geocaching.com/)
Outdoor recreational activity in which the participants
use a GPS to hide and seek containers,
called "geocaches" or "caches", anywhere in the world




                                                          31/36

                              Conclusion
Geocaching




                  32/36

     Conclusion
OpenStreetMap


Can I Geo Play ?
OpenStreetMap (http://www.openstreetmap.org/)
Outdoor recreational activity in which the participants
create free geographic data for the world.




                                                          33/36
OpenStreetMap




OpenStreetMap @ http://www.openstreetmap.org/
                                                 34/36

                                    Conclusion
Have Fun with Geography

Activity 1 -
       Find the Geocache located at :
       Nad 83 → Lat 47°34.334, Lon -52°43.858

Activity 2 -
       Record OpenStreetMap GeoData
                             Thanks to the weather




                                                     35/36
Equipment

GPS      Mobile App   Walking Paper




                                      36/36

Weitere ähnliche Inhalte

Andere mochten auch

Past, Present and Future of WebMapping Application
Past, Present and Future of WebMapping ApplicationPast, Present and Future of WebMapping Application
Past, Present and Future of WebMapping Applicationarno974
 
Introduction to Volunteered Geographic Information and OpenStreetMap
Introduction to Volunteered Geographic Information and OpenStreetMapIntroduction to Volunteered Geographic Information and OpenStreetMap
Introduction to Volunteered Geographic Information and OpenStreetMaparno974
 
Apport des technologies spatiales pour la détection de comportements anormaux...
Apport des technologies spatiales pour la détection de comportements anormaux...Apport des technologies spatiales pour la détection de comportements anormaux...
Apport des technologies spatiales pour la détection de comportements anormaux...arno974
 
How Well Is Your Website Performing
How Well Is Your Website PerformingHow Well Is Your Website Performing
How Well Is Your Website PerformingJohn J Nosal
 
Using Spatial Ontologies for Detecting Abnormal Maritime Behaviour
Using Spatial Ontologies for Detecting Abnormal Maritime BehaviourUsing Spatial Ontologies for Detecting Abnormal Maritime Behaviour
Using Spatial Ontologies for Detecting Abnormal Maritime Behaviourarno974
 
Social Media and the Job Hunt
Social Media and the Job HuntSocial Media and the Job Hunt
Social Media and the Job HuntJohn J Nosal
 
Rachel’s Potw Solution
Rachel’s Potw SolutionRachel’s Potw Solution
Rachel’s Potw SolutionEunjin Park
 
Cartographie collaborative : opportunités et limites Présentation de l’asso...
Cartographie collaborative : opportunités et limites Présentation de l’asso...Cartographie collaborative : opportunités et limites Présentation de l’asso...
Cartographie collaborative : opportunités et limites Présentation de l’asso...arno974
 
How Grandmas can now Map the World - Empowering Citizen Cartographers
How Grandmas can now  Map the World - Empowering  Citizen CartographersHow Grandmas can now  Map the World - Empowering  Citizen Cartographers
How Grandmas can now Map the World - Empowering Citizen Cartographersarno974
 
Open Source GeoSpatial
Open Source GeoSpatialOpen Source GeoSpatial
Open Source GeoSpatialarno974
 
A semi-supervised learning framework based on spatio-temporal semantic events...
A semi-supervised learning framework based on spatio-temporal semantic events...A semi-supervised learning framework based on spatio-temporal semantic events...
A semi-supervised learning framework based on spatio-temporal semantic events...arno974
 
La Crosse Bike Summit Mar2010 Final
La Crosse Bike Summit Mar2010 FinalLa Crosse Bike Summit Mar2010 Final
La Crosse Bike Summit Mar2010 Finalckohner
 
Improving volunteered geographic data quality using semantic similarity measu...
Improving volunteered geographic data quality using semantic similarity measu...Improving volunteered geographic data quality using semantic similarity measu...
Improving volunteered geographic data quality using semantic similarity measu...arno974
 
Making Web Maps Beautiful & Different with TileMill
Making Web Maps Beautiful & Different with TileMillMaking Web Maps Beautiful & Different with TileMill
Making Web Maps Beautiful & Different with TileMillarno974
 
Regulatory Compliance Ver. Training Pack 2
Regulatory Compliance Ver. Training Pack 2Regulatory Compliance Ver. Training Pack 2
Regulatory Compliance Ver. Training Pack 2henryarm2002
 

Andere mochten auch (17)

Past, Present and Future of WebMapping Application
Past, Present and Future of WebMapping ApplicationPast, Present and Future of WebMapping Application
Past, Present and Future of WebMapping Application
 
Introduction to Volunteered Geographic Information and OpenStreetMap
Introduction to Volunteered Geographic Information and OpenStreetMapIntroduction to Volunteered Geographic Information and OpenStreetMap
Introduction to Volunteered Geographic Information and OpenStreetMap
 
Apport des technologies spatiales pour la détection de comportements anormaux...
Apport des technologies spatiales pour la détection de comportements anormaux...Apport des technologies spatiales pour la détection de comportements anormaux...
Apport des technologies spatiales pour la détection de comportements anormaux...
 
How Well Is Your Website Performing
How Well Is Your Website PerformingHow Well Is Your Website Performing
How Well Is Your Website Performing
 
Using Spatial Ontologies for Detecting Abnormal Maritime Behaviour
Using Spatial Ontologies for Detecting Abnormal Maritime BehaviourUsing Spatial Ontologies for Detecting Abnormal Maritime Behaviour
Using Spatial Ontologies for Detecting Abnormal Maritime Behaviour
 
Social Media and the Job Hunt
Social Media and the Job HuntSocial Media and the Job Hunt
Social Media and the Job Hunt
 
Rachel’s Potw Solution
Rachel’s Potw SolutionRachel’s Potw Solution
Rachel’s Potw Solution
 
Cartographie collaborative : opportunités et limites Présentation de l’asso...
Cartographie collaborative : opportunités et limites Présentation de l’asso...Cartographie collaborative : opportunités et limites Présentation de l’asso...
Cartographie collaborative : opportunités et limites Présentation de l’asso...
 
How Grandmas can now Map the World - Empowering Citizen Cartographers
How Grandmas can now  Map the World - Empowering  Citizen CartographersHow Grandmas can now  Map the World - Empowering  Citizen Cartographers
How Grandmas can now Map the World - Empowering Citizen Cartographers
 
Open Source GeoSpatial
Open Source GeoSpatialOpen Source GeoSpatial
Open Source GeoSpatial
 
A semi-supervised learning framework based on spatio-temporal semantic events...
A semi-supervised learning framework based on spatio-temporal semantic events...A semi-supervised learning framework based on spatio-temporal semantic events...
A semi-supervised learning framework based on spatio-temporal semantic events...
 
Nasi lemak
Nasi lemakNasi lemak
Nasi lemak
 
La Crosse Bike Summit Mar2010 Final
La Crosse Bike Summit Mar2010 FinalLa Crosse Bike Summit Mar2010 Final
La Crosse Bike Summit Mar2010 Final
 
Introduction to WAP
Introduction to WAPIntroduction to WAP
Introduction to WAP
 
Improving volunteered geographic data quality using semantic similarity measu...
Improving volunteered geographic data quality using semantic similarity measu...Improving volunteered geographic data quality using semantic similarity measu...
Improving volunteered geographic data quality using semantic similarity measu...
 
Making Web Maps Beautiful & Different with TileMill
Making Web Maps Beautiful & Different with TileMillMaking Web Maps Beautiful & Different with TileMill
Making Web Maps Beautiful & Different with TileMill
 
Regulatory Compliance Ver. Training Pack 2
Regulatory Compliance Ver. Training Pack 2Regulatory Compliance Ver. Training Pack 2
Regulatory Compliance Ver. Training Pack 2
 

Ähnlich wie From Geographic Information to GIS

Final_Report_GRAM
Final_Report_GRAMFinal_Report_GRAM
Final_Report_GRAMSam Boesch
 
Design of field programmable gate array-based data processing system for mul...
Design of field programmable gate array-based data processing  system for mul...Design of field programmable gate array-based data processing  system for mul...
Design of field programmable gate array-based data processing system for mul...IJECEIAES
 
NDGISUC2017 - New Lidar Technologies for 3DEP
NDGISUC2017 - New Lidar Technologies for 3DEPNDGISUC2017 - New Lidar Technologies for 3DEP
NDGISUC2017 - New Lidar Technologies for 3DEPNorth Dakota GIS Hub
 
REAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATION
REAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATIONREAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATION
REAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATIONI3E Technologies
 
A comprehensive insight towards pre-processing methodologies applied on GPS d...
A comprehensive insight towards pre-processing methodologies applied on GPS d...A comprehensive insight towards pre-processing methodologies applied on GPS d...
A comprehensive insight towards pre-processing methodologies applied on GPS d...IJECEIAES
 
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATATHE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATANadia Aziz
 
In field optimization of seismic data acquisition by real-time subsurface ima...
In field optimization of seismic data acquisition by real-time subsurface ima...In field optimization of seismic data acquisition by real-time subsurface ima...
In field optimization of seismic data acquisition by real-time subsurface ima...CRS4 Research Center in Sardinia
 
High Performance and Scalable Geospatial Analytics on Cloud with Open Source
High Performance and Scalable Geospatial Analytics on Cloud with Open SourceHigh Performance and Scalable Geospatial Analytics on Cloud with Open Source
High Performance and Scalable Geospatial Analytics on Cloud with Open SourceDataWorks Summit
 
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
 Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd... Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...hydrologywebsite1
 
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
 Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd... Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...hydrologyproject001
 
Gis fandamentals -1
Gis fandamentals -1Gis fandamentals -1
Gis fandamentals -1RJRANJEET1
 
Meteo I/O Introduction
Meteo I/O IntroductionMeteo I/O Introduction
Meteo I/O IntroductionRiccardo Rigon
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theoriesMohsin Siddique
 
IRJET- Get2School : An Android Application to Track School Location
IRJET-  	  Get2School : An Android Application to Track School LocationIRJET-  	  Get2School : An Android Application to Track School Location
IRJET- Get2School : An Android Application to Track School LocationIRJET Journal
 
Geographical information system and its application in horticulture
Geographical information system and its application in horticultureGeographical information system and its application in horticulture
Geographical information system and its application in horticultureAparna Veluru
 
Global information system ppt
Global information system pptGlobal information system ppt
Global information system pptGhayasHaiderSajid
 

Ähnlich wie From Geographic Information to GIS (20)

Final_Report_GRAM
Final_Report_GRAMFinal_Report_GRAM
Final_Report_GRAM
 
Design of field programmable gate array-based data processing system for mul...
Design of field programmable gate array-based data processing  system for mul...Design of field programmable gate array-based data processing  system for mul...
Design of field programmable gate array-based data processing system for mul...
 
NDGISUC2017 - New Lidar Technologies for 3DEP
NDGISUC2017 - New Lidar Technologies for 3DEPNDGISUC2017 - New Lidar Technologies for 3DEP
NDGISUC2017 - New Lidar Technologies for 3DEP
 
REAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATION
REAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATIONREAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATION
REAL-TIME BIG DATA ANALYTICAL ARCHITECTURE FOR REMOTE SENSING APPLICATION
 
A comprehensive insight towards pre-processing methodologies applied on GPS d...
A comprehensive insight towards pre-processing methodologies applied on GPS d...A comprehensive insight towards pre-processing methodologies applied on GPS d...
A comprehensive insight towards pre-processing methodologies applied on GPS d...
 
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATATHE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
 
In field optimization of seismic data acquisition by real-time subsurface ima...
In field optimization of seismic data acquisition by real-time subsurface ima...In field optimization of seismic data acquisition by real-time subsurface ima...
In field optimization of seismic data acquisition by real-time subsurface ima...
 
GIS Presentation.pptx
GIS Presentation.pptxGIS Presentation.pptx
GIS Presentation.pptx
 
High Performance and Scalable Geospatial Analytics on Cloud with Open Source
High Performance and Scalable Geospatial Analytics on Cloud with Open SourceHigh Performance and Scalable Geospatial Analytics on Cloud with Open Source
High Performance and Scalable Geospatial Analytics on Cloud with Open Source
 
GIS AND QGIS DESCRIOTION
GIS AND QGIS DESCRIOTIONGIS AND QGIS DESCRIOTION
GIS AND QGIS DESCRIOTION
 
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
 Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd... Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
 
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
 Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd... Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
Download-manuals-ground water-manual-gw-volume5operationmanualgiscreationofd...
 
Gps presentation 2006 10
Gps presentation 2006 10Gps presentation 2006 10
Gps presentation 2006 10
 
Gis fandamentals -1
Gis fandamentals -1Gis fandamentals -1
Gis fandamentals -1
 
Meteo I/O Introduction
Meteo I/O IntroductionMeteo I/O Introduction
Meteo I/O Introduction
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
 
IRJET- Get2School : An Android Application to Track School Location
IRJET-  	  Get2School : An Android Application to Track School LocationIRJET-  	  Get2School : An Android Application to Track School Location
IRJET- Get2School : An Android Application to Track School Location
 
Geographical information system and its application in horticulture
Geographical information system and its application in horticultureGeographical information system and its application in horticulture
Geographical information system and its application in horticulture
 
SmartGeo/Eiagrid portal (Guido Satta, CRS4)
SmartGeo/Eiagrid portal (Guido Satta, CRS4)SmartGeo/Eiagrid portal (Guido Satta, CRS4)
SmartGeo/Eiagrid portal (Guido Satta, CRS4)
 
Global information system ppt
Global information system pptGlobal information system ppt
Global information system ppt
 

Mehr von arno974

Présentation d'OpenStreetMap lors du forum français
Présentation d'OpenStreetMap lors du forum françaisPrésentation d'OpenStreetMap lors du forum français
Présentation d'OpenStreetMap lors du forum françaisarno974
 
Du code à la carte
Du code à la carteDu code à la carte
Du code à la cartearno974
 
Cartographier le monde avec des outils libres
Cartographier le monde avec des outils libresCartographier le monde avec des outils libres
Cartographier le monde avec des outils libresarno974
 
Application de la géomatique décisionnelle à l'analyse des risques naturels
Application de la géomatique décisionnelle à l'analyse des risques naturelsApplication de la géomatique décisionnelle à l'analyse des risques naturels
Application de la géomatique décisionnelle à l'analyse des risques naturelsarno974
 
Apport de la géomatique décisionnelle à l'analyse du risque
Apport de la géomatique décisionnelle à l'analyse du risqueApport de la géomatique décisionnelle à l'analyse du risque
Apport de la géomatique décisionnelle à l'analyse du risquearno974
 
Potentialités et limites d'OSM pour les administrations territoriales
Potentialités et limites  d'OSM pour les  administrations territorialesPotentialités et limites  d'OSM pour les  administrations territoriales
Potentialités et limites d'OSM pour les administrations territorialesarno974
 

Mehr von arno974 (6)

Présentation d'OpenStreetMap lors du forum français
Présentation d'OpenStreetMap lors du forum françaisPrésentation d'OpenStreetMap lors du forum français
Présentation d'OpenStreetMap lors du forum français
 
Du code à la carte
Du code à la carteDu code à la carte
Du code à la carte
 
Cartographier le monde avec des outils libres
Cartographier le monde avec des outils libresCartographier le monde avec des outils libres
Cartographier le monde avec des outils libres
 
Application de la géomatique décisionnelle à l'analyse des risques naturels
Application de la géomatique décisionnelle à l'analyse des risques naturelsApplication de la géomatique décisionnelle à l'analyse des risques naturels
Application de la géomatique décisionnelle à l'analyse des risques naturels
 
Apport de la géomatique décisionnelle à l'analyse du risque
Apport de la géomatique décisionnelle à l'analyse du risqueApport de la géomatique décisionnelle à l'analyse du risque
Apport de la géomatique décisionnelle à l'analyse du risque
 
Potentialités et limites d'OSM pour les administrations territoriales
Potentialités et limites  d'OSM pour les  administrations territorialesPotentialités et limites  d'OSM pour les  administrations territoriales
Potentialités et limites d'OSM pour les administrations territoriales
 

Kürzlich hochgeladen

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Kürzlich hochgeladen (20)

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

From Geographic Information to GIS

  • 1. From Geographic Information to GIS Getting the Map into the computer Part I: Data Collection Arnaud Vandecasteele Memorial Univ. of Newfoundland, Canada 3/02/2013
  • 2. Outline Introduction 1 - Data Collection 2 – Conversion process 3 – Data Storage 4 – Data Analysis Conclusion 2/36 Introduction
  • 3. Objectives Methods to acquire GIS data, particularly via the GPS Methods to create new GIS data Processes to edit existing GIS data Types and sources of error potentially associated with GIS data 3/36 Introduction
  • 4. GeoSpatial Revolution 4/36 Introduction
  • 5. From physical reality to computer How to represent reality ? Fonseca et al., 2002 5/36 Introduction
  • 6. From physical reality to computer REAL WORLD Source: http://www.uvm.edu/~gis/ 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 GRID RASTER VECTOR 6/36 Introduction
  • 7. Data Collection Process Data Conversion Data Data Collection Process Storage Analysis .Gpx 7/36 Data Collection Conversion Process Data Storage Data Analysis
  • 8. Geodata collecting Two main types of data capture: ● Primary data sources (direct measurement) collected in digital format specifically for use in GIS (e.g., GPX, Satellites Images) ● Secondary sources (indirect derivation) need to be converted into a suitable digital for use in a GIS project (e.g., CSV, Excel, etc.) 8/36 Data Collection Conversion Process Data Storage Data Analysis
  • 9. Primary data sources (direct measurement) collected in digital format specifically for use in GIS (e.g., GPX, Satellites Image) Raster Data Capture Vector Data Capture (Remote Sensing) You are not directly measuring GPS, LiDAR the object, but is reflectance 9/36 Data Collection Conversion Process Data Storage Data Analysis
  • 10. Geodata collecting - GPS ● Primary data sources (direct measurement) collected in digital format specifically for use in GIS (e.g., GPS, Satellites Image) Example of a GPX file <?xml version="1.0" encoding="UTF-8"?> <gpx version="1.0"> <name>Example gpx</name> <wpt lat="46.57638889" lon="8.89263889"> <ele>2372</ele> Example of <name>Example Points</name> A waypoint </wpt> <trk><name>Example gpx</name><number>1</number><trkseg> <trkpt lat="46.57608" lon="8.89241"><ele>2376</ele><time>2007-10-14T10:09:57Z</time></trkpt> <trkpt lat="46.57619" lon="8.89252"><ele>2375</ele><time>2007-10-14T10:10:52Z</time></trkpt> Example of <trkpt lat="46.57641" lon="8.89266"><ele>2372</ele><time>2007-10-14T10:12:39Z</time></trkpt> a track </trkseg></trk> </gpx> 10/36 Data Collection Conversion Process Data Storage Data Analysis
  • 11. What is GPS The Global Positioning System (GPS) is a constellation of satellites that is used to calculate your position. 11/36 Data Collection Conversion Process Data Storage Data Analysis
  • 12. How GPS works ? 1 20130203-1045-3001 1 Each satellite continuously broadcasts timing information 12/36 Data Collection Conversion Process Data Storage Data Analysis
  • 13. How GPS works ? 1 20130203-1045-3001 1 Each satellite continuously broadcasts timing information 2 20130203-1045-3148 2 A GPS receiver measures distance using the travel time of radio signals 13/36 Data Collection Conversion Process Data Storage Data Analysis
  • 14. How GPS works ? 1 Each satellite continuously broadcasts timing information 3 2 A GPS receiver measures distance using the travel time of radio signals 3 We are somewhere on the circle where these two spheres intersect 14/36 Data Collection Conversion Process Data Storage Data Analysis
  • 15. How GPS works ? Trilateration (Triangulation) 1 Each satellite continuously broadcasts timing information 2 A GPS receiver measures distance using the travel time 4 of radio signals 3 We are somewhere on the circle where these two spheres intersect 4 The receiver calculates the distance to each satellite and trilaterates its own position 15/36 Data Collection Conversion Process Data Storage Data Analysis
  • 16. Are GPS perfect ? Accuracy – sources of errors ● Ionospheric effects ± 5 meters ● Tropospheric effects ± 0.5 meter ● Ephemeris errors ± 2.5 meters ● Satellite clock errors ± 2 meters ● Multipath distortion ± 1 meter ● Numerical errors ± 1 meter 16/36 Data Collection Conversion Process Data Storage Data Analysis
  • 17. Geodata conversion Data Conversion Data Data Collection Process Storage Analysis .Gpx 17/36 Data Collection Conversion Process Data Storage Data Analysis
  • 18. Geodata conversion process <?xml version="1.0" encoding="UTF-8"?> <gpx version="1.0"> <name>Example gpx</name> .Gpx <wpt lat="46.57638889" lon="8.89263889"> <ele>2372</ele> <name>Example Points</name> </wpt> <trk><name>Example gpx</name><number>1</number><trkseg> <trkpt lat="46.57608" lon="8.89241"><ele>2376</ele><time>2007-10-14T10:09:57Z</time></trkpt> <trkpt lat="46.57619" lon="8.89252"><ele>2375</ele><time>2007-10-14T10:10:52Z</time></trkpt> <trkpt lat="46.57641" lon="8.89266"><ele>2372</ele><time>2007-10-14T10:12:39Z</time></trkpt> </trkseg></trk> </gpx> Point Line (track) .Gis 18/36 Data Collection Conversion Process Data Storage Data Analysis
  • 19. Geodata conversion process GPSBabel @ http://www.gpsbabel.org Converts data between popular GPS Extensive data manipulation abilities Multi-platform (e.g., Windows, Mac, Linux) User Interface 19/36 Data Collection Conversion Process Data Storage Data Analysis
  • 20. Geodata Storage Data Conversion Data Data Collection Process Storage Analysis .Gpx 20/36 Data Collection Conversion Process Data Storage Data Analysis
  • 21. Geodata storing Proprietary Systems Oracle Spatial, Microsoft SQL Server Open Source PostgreSQL/Gis, MySQL, SQLite Service Based Google BigTable, Amazon SimpleDB 21/36 Data Collection Conversion Process Data Storage Data Analysis
  • 22. Geodata storing PostGis @ http://postgis.refractions.net/ Project started in 2001 Based on Postgresql Many GeoFunctions (e.g., Buffer, Intersects) Geometric, Geographic and Raster data MySql Spatial @ http://dev.mysql.com/ Integrated into MySQL since 4.1 Geometric data (plan) No projection Few spatial function SpatialLite @ http://www.gaia-gis.it/spatialite/ Based on SQL Lite Minimal weight (250 ko) Many GeoFunctions (e.g., Buffer, Intersects) User Interface 22/36 Data Collection Conversion Process Data Storage Data Analysis
  • 23. How GeoData are storing ? GPX <trk><name>Example gpx</name><number>1</number><trkseg> <trkpt lat="46.57608" lon="8.89241"><ele>2376</ele><time>2007-10-14T10:09:57Z</time></trkpt> <trkpt lat="46.57619" lon="8.89252"><ele>2375</ele><time>2007-10-14T10:10:52Z</time></trkpt> <trkpt lat="46.57641" lon="8.89266"><ele>2372</ele><time>2007-10-14T10:12:39Z</time></trkpt> </trkseg></trk> WKT WKB Well Know Text Well Know Binary ele time geom_wkt ele time geom_wkb 1 2007-10- LINESTRING(46.5760 1 2007-10- 010200002031BF0D0 14T10:09:57Z 8 8.89241,46.57619 14T10:09:57Z 00900000085EB5140 8.89252,46.57641 E...1F6285CDFAED56 8.89266) 7C185EB5118DF664 E41 23/36 Data Collection Conversion Process Data Storage Data Analysis
  • 24. Data Conversion Data Data Collection Process Storage Analysis .Gpx 24/36 Data Collection Conversion Process Data Storage Data Analysis
  • 25. Geodata visualisation - desktop QGIS @ http://www.qgis.org/ ArcGis @ http://www.esri.com 25/36 Data Collection Conversion Process Data Storage Data Analysis
  • 26. Geodata visualisation - internet OpenLayers @ http://www.openlayers.org/ ArcGis @ http://www.arcgis.com 26/36 Data Collection Conversion Process Data Storage Data Analysis
  • 27. Quality insurance Positional accuracy Defined as the closeness of locational information to the true position Attribute accuracy Defined as the closeness of attribute values to their true value Logical consistency Refers to the internal consistency of the data structure, particularly applies to topological consistency Completeness Concerns the degree to which the data exhausts the universe of possible items Lineage A record of the data sources and of the operations which created the database 27/36 Conclusion
  • 28. OSGEO-Live Looking for software? OSGEO-Live http://live.osgeo.org/ 28/36 Conclusion
  • 29. To go further Geographic Information Systems and Science Paul A. Longley, Mike Goodchild, David J. Maguire, David W. Rhind 2010 A primer of GIS Fundamental Geographic and cartographic concepts Francis Harvey 2008 29/36 Conclusion
  • 30. Have Fun with Geography Let's GeoPlay 30/36 Conclusion
  • 31. Geocaching Can I Geo Play ? Geocaching (http://www.geocaching.com/) Outdoor recreational activity in which the participants use a GPS to hide and seek containers, called "geocaches" or "caches", anywhere in the world 31/36 Conclusion
  • 32. Geocaching 32/36 Conclusion
  • 33. OpenStreetMap Can I Geo Play ? OpenStreetMap (http://www.openstreetmap.org/) Outdoor recreational activity in which the participants create free geographic data for the world. 33/36
  • 35. Have Fun with Geography Activity 1 - Find the Geocache located at : Nad 83 → Lat 47°34.334, Lon -52°43.858 Activity 2 - Record OpenStreetMap GeoData Thanks to the weather 35/36
  • 36. Equipment GPS Mobile App Walking Paper 36/36