Geography 485/585L: Internet Mapping

Module 3 - GIS and Services Oriented Architectures (SOA)

Background

Core to the the development of distributed mapping systems over the internet is the concept of web services and the interoperability upon which they are based as the means of communication between systems. This week’s lecture and focuses on the core concepts of geospatial Services Oriented Architectures and the open interoperability standards from the Open Geospatial Consortium that enable the exchange of map images and data over the web.

Expected Outcomes

By the end of this class module you should understand the following:

Key Concepts

Lecture: GIS and Services Oriented Architectures

Presentation Slides

Module 3 - GIS and Services Oriented Architectures

Geography 485/585L: Internet Mapping

Lab Assignment: Proj4, GDAL, and OGR

This week’s lab concentrates on some command line tools that are useful in working with raster and vector data sets. These tools should be available on your personal computers (through the installation of the FW-Tools package for Windows, or the GDAL, OGR, and Proj4 frameworks on the Mac) and are also available on the class server where you have been doing your homework assignments. If you would like to use the utility programs installed on the class server you will need to copy your downloaded files (using WinSCP [Windows], or Fugu [Mac}) from your local computer to the class server. You don’t have to put the files in your “public_html” directory, just your home directory or a separate folder will suffice.

As with the previous labs, submit your writeup as a web address for an HTML document linked to your class home page and accessible via the web.

Here are some useful links to documentation and information about the tools that you will be working with today.

FWTools Proj4 OGR GDAL

Download three data products from one of the data download sites that you found in week 1 for the lab assignment. Make sure to download at least one vector and one raster data product as part of the set you download. If you need to go to different site(s) to download the data, feel free to do so.

Question 1

Briefly describe each dataset based upon the information from the web site.

Question 2

Examine each file using either gdalinfo or ogrinfo (depending upon whether it is a raster or vector data product), and answer the following questions about each data set:

Question 3

Use proj or cs2cs (I suggest you use cs2cs) to calculate the coordinates of the spatial extent of the datasets that you downloaded in UTM Zone 13N, NAD27. Paste the input and output of the command(s) into your writeup.