Old corners of SGPE bounding rectangles

As of 02 Feb 1998, the boundaries of the region covering the Southern Great Plains Experiment were extended to cover a larger region.

The previous boundaries covered a region which was confined primarily to the central part of Oklahoma, extending from 99.5 to 96.5 degrees west longitude, and 37.0 to 34.2 degrees north latitude.

These values were used to derive the corners of enclosing boxes for the three map projections used for the data sets:

The corners and dimensions of the boxes are as follows:

                                                          Dimensions 
                   Min X     Max X   Max Y    Min Y      E-W      N-S

  Long/Lat(deg)     -99.5    -96.5     37.0     34.2      3.0      2.8
        (arcsec)  -358200  -347400   133200   123120    10800    10080

  Lambert Azimuth   44500   323500  -881500 -1199500   279000   318000

  Albers          -320000   -40000  1560000  1230000   280000   330000

  UTM 14           453000   731000  4098000  3784000   278000   314000
The corners specified above should be used with GIS software packages such as Arc/Info. For gridded data used with image processing packages such as LAS or ERDAS, the coordinates of the upper left corner of the image specified by the LAS .ddr file or in the ERDAS header record refer to the center of the upper left pixel; i.e., they are offset by one-half pixel from the corner of the bounding rectangle (the necessary adjustments are made automatically by Arc routines such as IMAGEGRID and GRIDIMAGE). To overlay data at different resolutions, therefore, the LAS/ERDAS upper left corner easting or longitude should be increased by one-half the grid cell size, and the northing or latitude decreased by one-half the grid cell size.

Relations between spheroids and datums

North American mapping agencies are in the process of moving from the 1927 datum (NAD27), which uses the Clarke 1866 spheroid, to the 1983 datum (NAD83), which uses the GRS80 spheroid (identical to within a few mm to the WGS84 spheroid) derived from satellite geodessy. To further complicate matters, the 3-arcsecond digital elevation data compiled by the Defense Mapping Agency and distributed by the USGS uses an earlier satellite-derived spheroid, WRS72. The three spheroids differ not only in their major and minor semiaxes, but also in the location of the center of the spheroid relative to the center of mass of the Earth and in the direction of the x axis.

The USGS has published tables of differences between NAD27 and NAD83 at points on a regular grid, from which the difference for any given (longitude, latitude) coordinate can be computed by interpolation. This has been incorporated into the PROJ.4 nad2nad program by Gerry Evenden at the USGS (available by anonymous ftp from kai.er.usgs.gov). The Data Users Guide for the USGS DEMs includes equations (Appendix H) relating coordinates in the GRS80 (WGS84) spheroid to WGS72. Based on my understanding of this information (Warning -- I may have misunderstood it), I compiled a table of offsets from NAD27 to NAD83 and WGS72 at the four corners of the SGPE region. Each value below represents the change in longitude or latitude of the specified SGPE corner point when going from NAD27 to NAD83 or GRS80; the equivalent distance in meters is also given.

		Corner:	  NW	  NE	  SE	  SW

    GRS80  longitude	-1.42"	-1.04"	-0.99"	-1.32"
	   latitude	+0.10"	+0.15"	+0.34"	+0.30"

	   easting	-35 m	-25 m	-24 m	-32 m
	   northing	 +3 m	 +4 m	+10 m	 +9 m

    WGS72  longitude	-1.98"	-1.59"	-1.54"	-1.88"
           latitude	-0.02"	+0.02"	+0.21"	+0.17"
                   
           easting 	-48 m	-39 m	-37 m	-45 m
           northing	 -1 m	 +1 m	 +7 m	 +5 m
Note that, because the radii and eccentricities of the spheroids are different, the differences between eastings and northings for a given map projection will include not only the offsets given above, but also the difference in arc lengths associated with the angular displacement between a given point and the coordinate origin for the projection. For example, at mid latitudes, the UTM northing computed from the origin (at the Equator) using the spheroid radii for NAD83 is on the order of 200 meters greater than for NAD27.

Projection Parameters

Universal Transverse Mercator (UTM)

This is the projection used for higher resolution data sets, such as 30-meter DEMs and Landsat TM imagery.

	Projection units:	meters
	Spheroid:		GRS80/WGS84
	Central longitude:	-99 deg (W)
	False easting:		500,000 meters
	False northing:		0
NOTE that this projection uses the GRS80 spheroid (corresponding to the NAD83 datum). As discussed above, a point having a given longitude and latitude in the NAD27 datum, which uses the Clarke 1866 spheroid (also used for the Albers Equal Area projection, will not be at exactly the same location as a point having the same longitude and latitude relative to NAD83. For the SGPE region, the total offset ranges from 25 to 35 meters.

Lambert Azimuthal Equal Area

This projection is suitable for maps covering the 48 conterminous U.S. states and is centered in South Dakota. It has been used by the EROS Data Center (EDC) for a series of land surface charactristics data sets.

	Projection units:	meters
	Spheroid:		sphere of radius 6,370,997 meters
	Central longitude:	-100 deg (W)
	Central latitude:	45 deg N
	False easting:		0
	False northing:		0

Albers Equal Area

This projection is also widely used for maps covering the conterminous 48 states, and is centered in southeast Kansas.

	Projection units:	meters
	Spheroid:		Clarke 1866
	1st standard parallel:  29 deg 30 min N
	2nd standard parallel:	45 deg 30 min N
	Central meridian:	-96 deg (W)
	Latitude of origin:	23 deg N
	False easting:		0
	False northing:		0


Last change: 02 Feb 1998, R. A. White / raw@essc.psu.edu