WCS response GeoTIFF specifies invalid bounds
---------------------------------------------
Key: GEOS-1167
URL: http://jira.codehaus.org/browse/GEOS-1167
Project: GeoServer
Issue Type: Bug
Components: WCS
Affects Versions: 1.5.1
Reporter: Dieter Vrancken
Assignee: Andrea Aime
Sending the following request to a GeoServer WCS service results in a GeoTIFF with bounds that are invalid in the response CRS. The request is for a coverage from the sample dataset included with GeoServer.
wcs?SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=nurc:Arc_Sample&FORMAT=GeoTIFF&CRS=EPSG:4326&BBOX=-180,-90,180,90&WIDTH=720&HEIGHT=360
It appears the response image is shifted slightly toward the South-East as listgeo(1) reports the following coordinates for the image:
Upper Left (179d45' 0.00"W, 89d45' 0.00"N)
Lower Left (179d45' 0.00"W, 90d15' 0.00"S)
Upper Right (180d15' 0.00"E, 89d45' 0.00"N)
Lower Right (180d15' 0.00"E, 90d15' 0.00"S)
Center ( 0d15' 0.00"E, 0d15' 0.00"S)
In particular, 90d15'S and 180d15'E do not make sense.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira