Example Maps:

View GoogleMaps with 2008 NAIP

View 2008 NAIP Statewide 1-meter Imagery in ArcExplorer

thumbnail of googlemaps with Madison imagery overlay
View GoogleMaps with Madison 2007 Imagery

thumbnail image of web map interface
View USA MODIS in ArcExplorer

 

thumbnail image of map interface
View USA MODIS with USGS Elevation in ArcExplorer

Simple Web Interfaces:

   
   
   
   
   
Nine tiles, unmodified.
1) using tile index shapefile created with gdal
 
Same 9 tiles as above but additional processing:
1) re-stretched for better color balance in Photoshop with "Auto." Looks better on land, removes haze, but causes tile differences. GeoTools used to export and import GeoTIFF header info before and after stretch.
2)Internally tiled GeoTIFFs to improve performance (gdal_translate -co TILED=YES image.tif image_tiled.tif).
 
Same 9 tiles as above but additional processing:
1) GDAL Overviews added (gdaladdo -r average image.tif 2 4 8 16).
 

Straight Calls to MapServer:

USA3 MODIS

2004_NAIP

WMS Calls to MapServer:

GetCapabilities USA MODIS (usamodis.map) This statement is used by clients to determine the server capabilities.
GetMap MODIS (usamodis.map) This statement is used by clients to request a map image of the data after assessing the server capabilities
[This mapservice displays a USA MODIS jpeg composite and county shapefile in Lat/Long WGS84 Coordinate System]

GetCapabilities 2004_NAIP (2004_NAIP.map) This statement is used by clients to determine the server capabilities.
GetMap 2004_NAIP (2004_naip.map) This statement is used by clients to request a map image of the data after assessing the server capabilities
[This mapservice displays a 2004_NAIP png composite in UTM 16N NAD83 Projection]

GetCapabilities 2007_Madison (2007_madison.map) This statement is used by clients to determine the server capabilities.
GetMap 2007_Madison (2007_madison.map) This statement is used by clients to request a map image of the data after assessing the server capabilities
[This mapservice displays a Single-piece (tiled) 2007_Madison png composite in UTM 16N NAD83 Projection]

GetCapabilities 2007_Madison_A (2007_madison_A.map) This statement is used by clients to determine the server capabilities.
GetMap 2007_Madison_A (2007_madison_A.map) This statement is used by clients to request a map image of the data after assessing the server capabilities
[This mapservice displays a Nine-piece (not tiled) 2007_Madison png composite in UTM 16N NAD83 Projection]

GetCapabilities 2007_Madison_B (2007_madison_B.map) This statement is used by clients to determine the server capabilities.
GetMap 2007_Madison_B (2007_madison_B.map) This statement is used by clients to request a map image of the data after assessing the server capabilities
[This mapservice displays a Nine-piece (re-stretched and tiled) 2007_Madison png composite in UTM 16N NAD83 Projection]