Opened 14 years ago

Closed 9 years ago

Last modified 9 years ago

#3333 closed enhancement (fixed)

Add several projections

Reported by: bishop Owned by: gaige
Priority: low Milestone:
Component: OGR_SRS Version: svn-trunk
Severity: normal Keywords: OGRSpatialReference Proj4 Projection
Cc: warmerdam

Description

Added several supported projections:

  • Aitoff
  • Winkel_I
  • Winkel_II
  • Winkel_Tripel
  • Craster_Parabolic
  • Loximuthal
  • Quartic_Authalic

Patch affected on transform & transformto methods of OGRGeometry and importFromWkt & importFromESRI methods of OGRSpatialReference

Attachments (1)

ogr_srs.patch (5.2 KB ) - added by bishop 14 years ago.
Add several projections patch

Download all attachments as: .zip

Change History (8)

by bishop, 14 years ago

Attachment: ogr_srs.patch added

Add several projections patch

comment:1 by warmerdam, 14 years ago

Milestone: 1.7.0
Status: newassigned

comment:2 by warmerdam, 14 years ago

Cc: warmerdam added
Owner: changed from warmerdam to gaiga
Status: assignednew

Gaige,

Perhaps you could review this in light of the work going on for #3404?

comment:3 by gaige, 14 years ago

Owner: changed from gaiga to gaige

comment:4 by Jukka Rahkonen, 9 years ago

Patch not applied yet (2014-12-28).

comment:5 by bishop, 9 years ago

Resolution: fixed
Status: newclosed

Fix in r28242

comment:6 by Even Rouault, 9 years ago

Dmitriy, I'm wondering about the new projection parameter SRS_PP_CENTRAL_PARALLEL = "central_parallel" you've introduced ? Isn't that an ESRI specific thing (cf ogr_srs_esri.cpp where it is remapped to other non-ESRI names for some projection methods) ? Shouldn't more standard parameters like SRS_PP_STANDARD_PARALLEL_1 / SRS_PP_LATITUDE_OF_CENTER / SRS_PP_LATITUDE_OF_ORIGIN be used ? Of course the difficulty must be the lack of reference... Perhaps advice should be seeked on the http://lists.osgeo.org/mailman/listinfo/MetaCRS mailing list as suggested by FrankW in the #3404 related ticket ?

comment:7 by bishop, 9 years ago

Yes, Even. You are quite right. I mixed some ESRI specific in ogr_srs_api - this is an error. I removed "central_parallel" in r28245.

Note: See TracTickets for help on using tickets.