Graphics Gems by Andrew S. Glassner
Author:Andrew S. Glassner [Glassner, Andrew S.]
Language: eng
Format: epub, mobi, pdf
Tags: Computer Graphics Mathematics, Computer Graphics, Programming, Games, Computers
ISBN: 9780122861666
Google: fvA7zLEFWZgC
Amazon: 0122861663
Publisher: Academic Press
Published: 1993-07-13T00:00:00+00:00
V.6 ALBERS EQUAL-AREA CONIC MAP PROJECTION
Figure 2. Continental United States projection. Dashed lines show standard parallels
and cross marks the center of the projection.
USGS Standard Parallels
Region
North Parallel
South Parallel
Continental USA
45.5
29.5
North America
60.0
20.0
Alaska
65.0
55.0
Hawaii & Phillipines
18.0
8.0
Implementation
Implementing map projections is similar to implementing hash tables.
One usually consults a reference, finds the appropriate algorithm, and
translates the reference pseudo-code into the language of choice. De-
tailed understanding is often not required. Detailed description of the
formulae presented here is not given. Those interested might derive the
simpler spherical Albers projection and certainly should obtain USGS,
from which most of the notation and math was taken.
GRAPHICS GEMS I Edited by ANDREW S. GLASSNER
323
V.6 ALBERS EQUAL-AREA CONIC MAP PROJECTION
Two functions are used repeatedly in the calculations. The first, de-
noted by q ← F(lat), is given a latitude and produces q:
q ←(1− e 2)
sin( lat)
− 1 ln 1− e sin( lat)
,
1− e 2sin2( lat)
2 e
1+ e sin( lat)
Download
Graphics Gems by Andrew S. Glassner.mobi
Graphics Gems by Andrew S. Glassner.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12587)
Hello! Python by Anthony Briggs(9924)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9800)
The Mikado Method by Ola Ellnestam Daniel Brolund(9784)
Dependency Injection in .NET by Mark Seemann(9347)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8309)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7770)
Grails in Action by Glen Smith Peter Ledbrook(7704)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7566)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7139)
Microservices with Go by Alexander Shuiskov(6902)
Practical Design Patterns for Java Developers by Miroslav Wengner(6819)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6759)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6422)
Angular Projects - Third Edition by Aristeidis Bampakos(6178)
The Art of Crafting User Stories by The Art of Crafting User Stories(5699)
NetSuite for Consultants - Second Edition by Peter Ries(5630)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5443)
Kotlin in Action by Dmitry Jemerov(5072)
