Opened 15 years ago

Closed 15 years ago

#33 closed enhancement (fixed)

Support for Cylindrical Equal Area Projection

Reported by: winwaed Owned by: madair
Priority: major Milestone: 1.0.0
Component: core Version:
Keywords: lambert cylindrical equal area projection Cc:

Description

Projection for the support of the Cylindrical Equal Area projection. This is actually a group of projections which include the Behrmann and Gall-Peters Projections. Implemented for http://www.equal-area-maps.com - a demonstration site that is under development and will be documented at http://www.geowebguru.com.

Current implementation is for spherical Earth models only. Commented code has been included for the forward ellipsoidal transformation. The maths for the inverse ellipsoidal transformation is beyond me and is not implemented - hence the forward transform is commented, and can be enabled when a suitable inverse transform can be found or derived.

Projection header description:

NAME LAMBERT CYLINDRICAL EQUAL AREA

PURPOSE: Transforms input longitude and latitude to Easting and

Northing for the Lambert Cylindrical Equal Area projection. This class of projection includes the Behrmann and Gall-Peters Projections. The longitude and latitude must be in radians. The Easting and Northing values will be returned in meters.

Attachments (1)

cea.js (3.0 KB ) - added by winwaed 15 years ago.
cea.js Cylindrical Equal Area projection implementation file.

Download all attachments as: .zip

Change History (3)

by winwaed, 15 years ago

Attachment: cea.js added

cea.js Cylindrical Equal Area projection implementation file.

comment:1 by winwaed, 15 years ago

I agree to release this patch under the LGPL license as a part of the Proj4Js Project.

  • Richard Marsden

comment:2 by madair, 15 years ago

Resolution: fixed
Status: newclosed

added at rev #1613

Thanks!

Note: See TracTickets for help on using tickets.