CNM Website UNM Website My Current Classes E&PS Website Cooking Stuff Environmental Stuff News Sites Reference Materials To reduce spam, please type this email address into your email program

GEOG585: Internet Mapping: Lab 10

Question 1

Log into the class server (129.24.63.138) using PuTTY and the username and password
supplied for your class account. Create a new directory named "lab10data" in your home
directory, and "cd" into it. Execute the following command (which copies a file from another
directory into the current working directory - don't forget the trailing "." - and yes, the
filename is "Lab08data.zip") to copy the data for this lab into your newly created directory

cp ~kbene/Lab08data.zip .

This archive contains ten datasets downloaded from the USGS National Map Seamless
Server (http://seamless.usgs.gov/website/seamless/viewer.htm), and contains, otherwise
unmodified file directories as they were delivered from their system.  Done.

Question 2

Uncompress the transferred zip file using the Linux 'unzip' command. Each of the resulting
directories (except the "__MACOSX" one) contain the data and metadata for each of the
downloaded datasets. Answer the following questions about each of the downloaded data
sets (You can earn 5 bonus points if you can figure out how to access and use the
NED_30249657 dataset.):

  • What is the name of the dataset?
  • What spatial domain does it cover?
  • What is the projection (coordinate system)?
  • What format is it in?

To answer these questions about each dataset you may need to use ogrinfo, gdalinfo, and/
or you may also use the 'lynx' web browser (e.g. "lynx 09307994\\meta1.html") to read
the .html metadata file included with each of the downloaded files.

09307994

  • Name:
    Shuttle Radar Topography Mission (SRTM) Elevation Data Set
  • Domain:
    West_Bounding_Coordinate:-106.63079927
    East_Bounding_Coordinate:-106.60999075
    North_Bounding_Coordinate:35.09173596
    South_Bounding_Coordinate:35.07505475
  • Projection:
    D_WGS_1984
  • Format:
    SDE raster digital data

36033381

  • Name:
    USGS High Resolution Orthoimagery for the Albuquerque, New Mexico Urban Area
  • Domain:
    West_Bounding_Coordinate:-106.62039501
    East_Bounding_Coordinate:-106.60999075
    North_Bounding_Coordinate:35.08061516
    South_Bounding_Coordinate:35.07505475
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    SDE raster digital data


50647444

  • Name:
    Roads: United States and Puerto Rico
  • Domain:
    West_Bounding_Coordinate:-106.63079927
    East_Bounding_Coordinate:-106.60999075
    North_Bounding_Coordinate:35.09173596
    South_Bounding_Coordinate:35.07505475
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    vector digital data

50717270

  • Name:
    USGS High Resolution Orthoimagery for the Albuquerque, New Mexico Urban Area
  • Domain:
    West_Bounding_Coordinate:-106.63079927
    East_Bounding_Coordinate:-106.62039501
    North_Bounding_Coordinate:35.09173596
    South_Bounding_Coordinate:35.08617556
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    SDE raster digital data

56892286

  • Name:
    USGS High Resolution State Orthoimagery for New Mexico 2005
  • Domain:
    West_Bounding_Coordinate:-106.63079927
    East_Bounding_Coordinate:-106.60999075
    North_Bounding_Coordinate:35.09173596
    South_Bounding_Coordinate:35.07505475
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    SDE raster digital data

84943361

  • Name:
    USGS High Resolution Orthoimagery for the Albuquerque, New Mexico Urban Area
  • Domain:
    West_Bounding_Coordinate:-106.62039501
    East_Bounding_Coordinate:-106.60999075
    North_Bounding_Coordinate:35.09173596
    South_Bounding_Coordinate:35.08617556
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    SDE raster digital data

89210636

  • Name:
    USGS High Resolution Orthoimagery for the Albuquerque, New Mexico Urban Area
  • Domain:
    West_Bounding_Coordinate:-106.62039501
    East_Bounding_Coordinate:-106.60999075
    North_Bounding_Coordinate:35.08617556
    South_Bounding_Coordinate:35.08061516
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    SDE raster digital data

95906696

  • Name:
    USGS High Resolution Orthoimagery for the Albuquerque, New Mexico Urban Area
  • Domain:
    West_Bounding_Coordinate:-106.63079927
    East_Bounding_Coordinate:-106.62039501
    North_Bounding_Coordinate:35.08617556
    South_Bounding_Coordinate:35.08061516
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    SDE raster digital data

97127531

  • Name:
    USGS High Resolution Orthoimagery for the Albuquerque, New Mexico Urban Area
  • Domain:
    West_Bounding_Coordinate:-106.63079927
    East_Bounding_Coordinate:-106.62039501
    North_Bounding_Coordinate:35.08061516
    South_Bounding_Coordinate:35.07505475
  • Projection:
    Universal Transverse Mercator 13
  • Format:
    SDE raster digital data

NED_30249657

  • Name:
    1-Arc Second National Elevation Dataset
  • Domain:
    West_Bounding_Coordinate:-106.63079927
    East_Bounding_Coordinate:-106.60999075
    North_Bounding_Coordinate:35.09173596
    South_Bounding_Coordinate:35.07505475
  • Projection:
    North American Datum of 1983
  • Format:
    SDE raster digital data

Question 3

Create a new directory in your "lab10data" directory called "lab10imagery" and copy
the .tif, .tfw, and .prj files from the 6 files entitled "USGS High Resolution Orthoimagery for
the Albuquerque, New Mexico Urban Area" as indicated in the .html metadata. Done.

Question 4

Run gdalinfo on one of the .tif files and copy the output into a text editor so you can look at it
later. Create external overviews for each of the six .tif files using the gdaladdo command,
following the following example

gdaladdo --config USE_RRD YES "36033381\36033381.tif" 2 4 8 16 32 64

Run gdalinfo on the same file you ran it on before running gdaladdo. What difference to you
see between the outputs (hint: the change is in each of the "Band" sections)? Include in your
writeup a snippet from both gdalinfo commands that illustrates the change.

Before:
Band 2 Block=6392x1 Type=Byte, ColorInterp=Green
Min=0.000 Max=255.000
Minimum=0.000, Maximum=255.000, Mean=117.957, StdDev=54.503

After: *.AUX file created and:
Band 2 Block=6392x1 Type=Byte, ColorInterp=Green
Min=0.000 Max=255.000
Minimum=0.000, Maximum=255.000, Mean=117.957, StdDev=54.503
Overviews: 3196x2107, 1598x1054, 799x527, 400x264, 200x132, 100x66

Question 5

Generate a tile index for the six rasters moved in question 3 using the gdaltindex command,
following the following example (from within the directory containing the 6 .tif files).
gdaltindex abqimagery.shp ./*.tif Done. (Very handy command, I'll be using this a lot)

Run ogrinfo for the single layer within the generated shape file and include the output in your
writeup.

What is the coordinate system of the generated shape file? Unknown

What should it be? UTM 13

Run the following command to generate a new shapefile for which the projection is
specified. Run ogr2ogr on it and note the change in the output. What difference to you see,
and why?

ogr2ogr -s_srs "EPSG:26913" -a_srs "EPSG:26913" abqimagery_utm.shp abqimagery.shp

The EPSG code projection data was applied to the shapefile. I presume this is similar to 'Define Projection' in ArcMap.