aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/images
AgeCommit message (Collapse)Author
2019-09-16Update doc image for bertin1953Kristian Evers
2019-02-23Doc: add minimal doumentation for times projectionEven Rouault
2019-02-11Make tmerc an alias for etmerc. (#1234)Kristian Evers
* Make tmerc an alias for etmerc This switches the algorithm used in tmerc to the Poder/Engsager tmerc algorithm. The original tmerc algorithm of Evenden/Snyder origin can still be accessed by adding the +approx flag when initializing a tmerc projection. The +approx flag can also be used when initializing UTM projections, in which case the Evenden/Snyder algorithm is used as well. If a tmerc projection is instantiated on a spherical earth the Evenden/Snyder algorithm is used as well since the Poder/Engsager algorithm is only defined on the ellipsoid. +proj=etmerc can still be instantiated for backwards compatibility reasons. Co-authored-by: Kristian Evers <kristianevers@gmail.com> Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2018-10-15Add Tobler-Mercator projectionIvan Veselov
2018-09-21the Bertin 1953 projectionPhilippe Rivière
2018-08-27Ensure correct axis ratio for images in documentation; move proj-string from ↵Juernjakob Dugge
image to caption
2018-08-17Implementation of Equal Earth projection (#1090)jdugge
Implement the Equal Earth projection (closes #1085)
2018-02-28Move 'Coordinate operations' to top level of docs [skip ci]Kristian Evers