Ticket #4267 (closed defect: fixed)
gdalwarp to Stereographic projection using proj4 string produces Oblique_Stereographic projection
| Reported by: | pds | Owned by: | etourigny |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | svn-trunk |
| Severity: | normal | Keywords: | stereographic, oblique_stereographic, proj4 |
| Cc: | peifer |
Description
When attempting to reproject a GeoTIFF raster to Stereographic SRS using a Proj4 string, the actual resulting Raster has an Oblique_Stereographic WKT.
Command used:
gdalwarp -t_srs '+proj=stere +lat_ts=-37 +lat_0=-90 +lon_0=145 +k_0=1.0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs' melb-small.tif savedResults/Melb_USGS/refactored_gdal/melb-small_PSt.tif
Relevant projection/SRS gdalinfo on resulting raster:
PROJCS["unnamed",
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223563,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]],
PROJECTION["Oblique_Stereographic"],
PARAMETER["latitude_of_origin",-37],
PARAMETER["central_meridian",145],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",0],
PARAMETER["false_northing",0],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]]]
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

