Hi,
I have map images with the Albers Equal Area Conic Projection and
several known (cartesian) latitude and longitude (decimal degrees)
points I would like to plot on the image. How do I convert these
cartesian decimal degrees into cartesian pixels for plotting using
simple image manipulation libraries? Here is what I know:
Image Projection: Albers Equal Area
False Easting: 0.0
False Northing: 0.0
Central Meridian: -95.0
Standard Parallel 1 : 29.5
Standard Parallel 2 : 45.0
Latitude of Origin : 0.00
Image width (pixels) : 504px
Image height (pixels) : 360px
I've been looking at:
http://mathworld.wolfram.com/AlbersEqual-AreaConicProjection.html
But I'm not sure how to apply the formulas to do what I need. Any help
is greatly appreciated.