Location and Geocoding

Web Architecture and Information Management [./]
Spring 2009 — INFO 190-02 (CCN 42509)

Erik Wilde, UC Berkeley School of Information
2009-04-13

Creative Commons License [http://creativecommons.org/licenses/by/3.0/]

This work is licensed under a CC
Attribution 3.0 Unported License
[http://creativecommons.org/licenses/by/3.0/]

Contents E. Wilde: Location and Geocoding

Contents

E. Wilde: Location and Geocoding

(2) Abstract

Location currently is not a concept that is supported by the Web itself, but there are many location-aware applications available on the Web. Furthermore, the increasing availability of mobile devices and mobile Internet connectivity will turn location into an increasingly important concept on the Web. This lecture looks at some of the question how location information can be obtained, and how it is represented in today's Web standards (such as feeds) and applications (such as Flickr and Google Maps).



E. Wilde: Location and Geocoding

(3) Location and the Web



Location on the Web

Outline (Location on the Web)

  1. Location on the Web [4]
  2. GeoRSS [2]
  3. GeoRSS Applications [7]
Location on the Web E. Wilde: Location and Geocoding

(5) Location and the Internet



Location on the Web E. Wilde: Location and Geocoding

(6) Determining Location



Location on the Web E. Wilde: Location and Geocoding

(7) Wi-Fi vs. Cell Location

iphone-skyhook.png

Location on the Web E. Wilde: Location and Geocoding

(8) Eye-Fi Dissected

eye-fi.jpg

GeoRSS

Outline (GeoRSS)

  1. Location on the Web [4]
  2. GeoRSS [2]
  3. GeoRSS Applications [7]
GeoRSS E. Wilde: Location and Geocoding

(10) Feeds are Containers



GeoRSS E. Wilde: Location and Geocoding

(11) GeoRSS (and other geolocation Formats)

<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:woe="http://where.yahooapis.com/v1/schema.rng" xmlns:flickr="urn:flickr:" xmlns:media="http://search.yahoo.com/mrss/">
 <title>Uploads from dret</title>
 <link rel="self" href="http://api.flickr.com/services/feeds/photos_public.gne?id=20266194@N00&amp;lang=en-us&amp;format=atom&amp;georss=1"/>
 <link rel="alternate" type="text/html" href="http://www.flickr.com/photos/dret/"/>
 <id>tag:flickr.com,2005:/photos/public/626282</id>
 <icon>http://farm4.static.flickr.com/3089/buddyicons/20266194@N00.jpg?1229911061#20266194@N00</icon>
 <updated>2009-04-08T00:31:46Z</updated>
 <generator uri="http://www.flickr.com/">Flickr</generator>
 <entry>
  <link rel="enclosure" type="image/jpeg" href="http://farm4.static.flickr.com/3591/3421997673_7c747786b2_o.jpg"/>
  <georss:point>37.871499 -122.257479</georss:point>
  <geo:lat>37.871499</geo:lat>
  <geo:long>-122.257479</geo:long>
  <woe:woeid>55858022</woe:woeid>


GeoRSS Applications

Outline (GeoRSS Applications)

  1. Location on the Web [4]
  2. GeoRSS [2]
  3. GeoRSS Applications [7]
GeoRSS Applications E. Wilde: Location and Geocoding

(13) Flickr and Geocoding



GeoRSS Applications E. Wilde: Location and Geocoding

(14) Exif in Camera Images

Apple iPhone Exif Data Canon Coolpix Exif Data


GeoRSS Applications E. Wilde: Location and Geocoding

(15) Regular Flickr Image

flickr-cube.png

GeoRSS Applications E. Wilde: Location and Geocoding

(16) Geocoding in Flickr

flickr-cube-mapping.png

GeoRSS Applications E. Wilde: Location and Geocoding

(17) Geocoding Problems



GeoRSS Applications E. Wilde: Location and Geocoding

(18) Getting GeoRSS from Flickr



GeoRSS Applications E. Wilde: Location and Geocoding

(19) Flickr GeoRSS in Google Maps

flickr-cube-google-maps.png

E. Wilde: Location and Geocoding

(20) Conclusions



2009-04-13 Web Architecture and Information Management [./]
Spring 2009 — INFO 190-02 (CCN 42509)