Opened 20 years ago

Last modified 20 years ago

#665 closed defect (fixed)

Add support for bonne projection through OGR

Reported by: mchapman Owned by: warmerdam
Priority: high Milestone:
Component: OGR_SRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

Currently, proj supports the bonne projection, although this projection is not
recognized by OGR when loading a bonne .prj file.  The projection file contents
is listed below:

PROJCS["bonne",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["bonne"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",60.0],UNIT["Meter",1.0]]

Change History (1)

comment:1 by warmerdam, 20 years ago

I have added Bonne support in OGR including translation to/from PROJ.4 format,
a SetBonne method (with C and Python wrappers) and added a test of it in
gdalautotest/osr/osr_ct_proj.py. 

Note: See TracTickets for help on using tickets.