aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/cea.rst
AgeCommit message (Collapse)Author
2022-02-17Remove terrible formattingPaul Ramsey
2022-02-17Add note on named specializationsPaul Ramsey
2020-03-11Doc: use 'ellipsoidal' to refer to the ellipsoidal formulation (to be ↵Even Rouault
opposed to the spherical one) Instead of 'elliptical'. Was suggested by @cffk in https://github.com/OSGeo/PROJ/pull/2030#issuecomment-596132341 An elliptical projection is a projection whose global shape fits inside an ellipsoid, like Mollweide. At least according to https://www.merriam-webster.com/dictionary/elliptical%20projection and https://en.wikipedia.org/wiki/Mollweide_projection
2020-02-27Doc: Add missing projection property tables (#1992)Chatziargyriou Eleftheria
2020-01-25Fix ingestion of +proj=cea with +k_0Even Rouault
Fixes #1881 Digging into the implementation of proj=cea, it appears that k_0 and lat_ts are intended to be exclusive ways of specifying the same concept. EPSG only models the variant using lat_s. So if k_0 is found and lat_ts is absent, compute the equivalent value of lat_ts from k_0. Note: k_0 should normally be in the [0,1] range. In case creative users would use something outside, we raise an exception, even if the cea implementation could potentially deal with any k_0 value. Hopefully this is a (reasonable) limitation that will address nominal use cases.
2018-08-27Ensure correct axis ratio for images in documentation; move proj-string from ↵Juernjakob Dugge
image to caption
2018-07-21Add projection parameters to all projection doc pagesKristian Evers
2018-05-14Revert "Set projection plot scale to 100% for better PDF output"Kristian Evers
This had unexpected side-effects when building the HTML docs on Travis compared to locally. The correct solution would be to set different scaling depending on the output. This reverts commit 325477ed0fac2c9233c2f6a2b7bb4125e04df24c.
2018-05-14Set projection plot scale to 100% for better PDF outputKristian Evers
2018-02-28Move 'Coordinate operations' to top level of docs [skip ci]Kristian Evers