From Geographic Information to GIS

36
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

Transcript of From Geographic Information to GIS

Page 1: From Geographic Information to GIS

From Geographic Information to GISGetting the Map into the computer

Part I: Data Collection

Arnaud Vandecasteele

Memorial Univ. of Newfoundland,

Canada

3/02/2013

Page 2: From Geographic Information to GIS

2/36

Outline

Introduction

1 - Data Collection

2 – Conversion process

3 – Data Storage

4 – Data Analysis

Conclusion

Introduction

Page 3: From Geographic Information to GIS

3/36

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

Introduction

Page 4: From Geographic Information to GIS

4/36

GeoSpatial Revolution

Introduction

Page 5: From Geographic Information to GIS

5/36

Fonseca et al., 2002

From physical reality to computer

How to represent reality ?

Introduction

Page 6: From Geographic Information to GIS

6/36

From physical reality to computer

REAL WORLD

VECTORGRID RASTER

1 2 3 4 5 6 7 8 9 10

1

2

3

4

5

6

7

8

9

10

Source: http://www.uvm.edu/~gis/

Introduction

Page 7: From Geographic Information to GIS

7/36

Data Collection Process

.Gpx

ConversionProcess

DataCollection

DataStorage

DataAnalysis

Data Collection Conversion Process Data Storage Data Analysis

Page 8: From Geographic Information to GIS

8/36

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.)

Data Collection Conversion Process Data Storage Data Analysis

Page 9: From Geographic Information to GIS

9/36

Raster Data Capture(Remote Sensing)

You are not directly measuringthe object, but is reflectance

Vector Data Capture

GPS, LiDAR

● Primary data sources (direct measurement) collected in digital format specifically

for use in GIS (e.g., GPX, Satellites Image)

Data Collection Conversion Process Data Storage Data Analysis

Page 10: From Geographic Information to GIS

10/36

<?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><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>

Example of a GPX file

Example of a track

Example ofA waypoint

● Primary data sources (direct measurement) collected in digital format specifically

for use in GIS (e.g., GPS, Satellites Image)

Geodata collecting - GPS

Data Collection Conversion Process Data Storage Data Analysis

Page 11: From Geographic Information to GIS

11/36

What is GPS

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

Data Collection Conversion Process Data Storage Data Analysis

Page 12: From Geographic Information to GIS

12/36

How GPS works ?

Each satellite continuously broadcasts timing information

20130203-1045-3001

1

1

Data Collection Conversion Process Data Storage Data Analysis

Page 13: From Geographic Information to GIS

13/36

Each satellite continuously broadcasts timing information

20130203-1045-3001

1

1

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

220130203-1045-3148

How GPS works ?

2

Data Collection Conversion Process Data Storage Data Analysis

Page 14: From Geographic Information to GIS

14/36

How GPS works ?

Each satellite continuously broadcasts timing information

1

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

2

We are somewhere on the circle where these two spheres intersect

3

3

Data Collection Conversion Process Data Storage Data Analysis

Page 15: From Geographic Information to GIS

15/36

Trilateration (Triangulation)

How GPS works ?

Each satellite continuously broadcasts timing information

1

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

2

The receiver calculates the distance to each satellite and trilaterates its own position

4

4

We are somewhere on the circle where these two spheres intersect

3

Data Collection Conversion Process Data Storage Data Analysis

Page 16: From Geographic Information to GIS

16/36

Are GPS perfect ?

● 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

Accuracy – sources of errors

Data Collection Conversion Process Data Storage Data Analysis

Page 17: From Geographic Information to GIS

17/36

Geodata conversion

.Gpx

ConversionProcess

DataCollection

DataStorage

DataAnalysis

Data Collection Conversion Process Data Storage Data Analysis

Page 18: From Geographic Information to GIS

18/36

<?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><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>

.Gpx

Geodata conversion process

Point Line (track)

Data Collection Conversion Process Data Storage Data Analysis

.Gis

Page 19: From Geographic Information to GIS

19/36

Geodata conversion process

GPSBabel @ http:/ /www.gpsbabel.org

Converts data between popular GPS Extensive data manipulation abilitiesMulti-platform (e.g., Windows, Mac, Linux)User Interface

Data Collection Conversion Process Data Storage Data Analysis

Page 20: From Geographic Information to GIS

20/36

Geodata Storage

.Gpx

ConversionProcess

DataCollection

DataStorage

DataAnalysis

Data Collection Conversion Process Data Storage Data Analysis

Page 21: From Geographic Information to GIS

21/36

Proprietary SystemsOracle Spatial, Microsoft SQL Server

Open SourcePostgreSQL/Gis, MySQL, SQLite

Service BasedGoogle BigTable, Amazon SimpleDB

Geodata storing

Data Collection Conversion Process Data Storage Data Analysis

Page 22: From Geographic Information to GIS

22/36

Geodata storing

PostGis @ http:/ /postgis.refract ions.net/

Project started in 2001Based on PostgresqlMany GeoFunctions (e.g., Buffer, Intersects)Geometric, Geographic and Raster data

MySql Spatial @ http:/ /dev.mysql.com/

Integrated into MySQL since 4.1Geometric data (plan)

No projectionFew spatial function

SpatialLite @ http://www.gaia-gis. it /spat ial i te/

Based on SQL LiteMinimal weight (250 ko)Many GeoFunctions (e.g., Buffer, Intersects)User Interface

Data Collection Conversion Process Data Storage Data Analysis

Page 23: From Geographic Information to GIS

23/36

How GeoData are storing ?

<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

ele time geom_wkt1 2007-10-

14T10:09:57ZLINESTRING(46.57608 8.89241,46.57619 8.89252,46.57641 8.89266)

ele time geom_wkb1 2007-10-

14T10:09:57Z010200002031BF0D000900000085EB5140E...1F6285CDFAED567C185EB5118DF664E41

WKTWell Know Text

WKBWell Know Binary

Data Collection Conversion Process Data Storage Data Analysis

Page 24: From Geographic Information to GIS

24/36

.Gpx

ConversionProcess

DataCollection

DataStorage

DataAnalysis

Data Collection Conversion Process Data Storage Data Analysis

Page 25: From Geographic Information to GIS

25/36

Geodata visualisation - desktop

Data Collection Conversion Process Data Storage Data Analysis

ArcGis@ http://www.esri.com

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

Page 26: From Geographic Information to GIS

26/36

Geodata visualisation - internet

Data Collection Conversion Process Data Storage Data Analysis

ArcGis@ http://www.arcgis.com

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

Page 27: From Geographic Information to GIS

27/36

Quality insurance

Positional accuracyDefined as the closeness of locational information to the true position

Attribute accuracyDefined as the closeness of attribute values to their true value

Logical consistencyRefers to the internal consistency of the data structure,

particularly applies to topological consistency

CompletenessConcerns the degree to which the data exhausts the universe of possible items

LineageA record of the data sources and of the operations which created the database

Conclusion

Page 28: From Geographic Information to GIS

28/36

Looking for software?OSGEO-Live

http://live.osgeo.org/

OSGEO-Live

Conclusion

Page 29: From Geographic Information to GIS

29/36

Geographic Information Systems and SciencePaul A. Longley, Mike Goodchild, David J. Maguire, David W. Rhind2010

To go further

Conclusion

A primer of GISFundamental Geographic and cartographic concepts

Francis Harvey 2008

Page 30: From Geographic Information to GIS

30/36

Let's GeoPlay

Conclusion

Have Fun with Geography

Page 31: From Geographic Information to GIS

31/36

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

Conclusion

Page 32: From Geographic Information to GIS

32/36

Conclusion

Geocaching

Page 33: From Geographic Information to GIS

33/36

Can I Geo Play ?

OpenStreetMap (http://www.openstreetmap.org/)

Outdoor recreational activity in which the participants create free geographic data for the world.

OpenStreetMap

Page 34: From Geographic Information to GIS

34/36

OpenStreetMap

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

Conclusion

Page 35: From Geographic Information to GIS

35/36

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

Page 36: From Geographic Information to GIS

36/36

Equipment

GPS Mobile App Walking Paper