Ticket #2086 (reopened defect)

Opened 8 months ago

Last modified 8 months ago

morphToESRI() for Oblique_Stereographic

Reported by: warmerdam Assigned to: warmerdam
Priority: normal Milestone: 1.5.3
Component: OGR_SRS Version: 1.4.0
Severity: normal Keywords: morphToESRI stereographic
Cc: gaopeng, mloskot

Description

Frank,

I made a change to convert PROJECTION "Oblique_Stereographic" to "Stereographic_South_Pole" (or "Stereographic_North_Pole"). Could you review and see if it's ok?

Thanks, Gao Peng

906c906
<         && EQUAL(pszProjection,SRS_PT_POLAR_STEREOGRAPHIC) )
---
>         && ( EQUAL(pszProjection,SRS_PT_POLAR_STEREOGRAPHIC) || EQUAL(pszProjection,SRS_PT_OBLIQUE_STEREOGRAPHIC) ))

Change History

12/13/07 14:50:34 changed by warmerdam

  • status changed from new to closed.
  • resolution set to fixed.

Patch applied in trunk (r13336) and 1.4-esri (r13335) branches.

12/13/07 23:21:49 changed by warmerdam

  • status changed from closed to reopened.
  • resolution deleted.

Gao Peng writes:

I changed to map "Oblique_Stereographic" to "Stereographic", attached.

PROJCS["North_Pole_Stereographic",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_198
4",SPHEROID["WGS_1984",6378137,298.2572235630016]],PRIMEM["Greenwich",0]
,UNIT["Degree",0.017453292519943295]],PROJECTION["Stereographic"],PARAME
TER["latitude_of_origin",90],PARAMETER["central_meridian",0],PARAMETER["
scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing"
,0],UNIT["Meter",1]]

> > -----Original Message-----
> > From: Melita Kennedy 
> > Subject: Re: FW: Invalid PE string
> > 
> > Hi Frank,
> > 
> > I suggested "Stereographic", because we lose the scale factor 
> > parameter if we map Oblique_Stereographic to Stereo NP/SP. 
> > Maybe if scale <> 1, use "Stereographic"?  

12/13/07 23:33:48 changed by warmerdam

  • cc set to gaopeng.

12/20/07 09:26:15 changed by mloskot

  • cc changed from gaopeng to gaopeng, mloskot.